Searched refs:newfile (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/share/i18n/csmapper/
H A DMakefile11 newfile=$$(for i in ${SUBDIR}; do \
14 [ "$$newfile" = "$$(cat ${.TARGET} 2>/dev/null)" ] || \
15 printf '%s\n' "$$newfile" >${.TARGET}
23 newfile=$$(for i in ${SUBDIR}; do \
26 [ "$$newfile" = "$$(cat ${.TARGET} 2>/dev/null)" ] || \
27 printf '%s\n' "$$newfile" >${.TARGET}
/freebsd-11-stable/share/i18n/esdb/
H A DMakefile14 newfile=$$(for i in ${SUBDIR}; do \
17 [ "$$newfile" = "$$(cat ${.TARGET} 2>/dev/null)" ] || \
18 printf '%s\n' "$$newfile" >${.TARGET}
23 newfile=$$(for i in ${SUBDIR}; do \
26 [ "$$newfile" = "$$(cat ${.TARGET} 2>/dev/null)" ] || \
27 printf '%s\n' "$$newfile" >${.TARGET}
/freebsd-11-stable/usr.bin/split/
H A Dsplit.c78 static void newfile(void);
221 newfile();
233 newfile();
242 newfile();
287 newfile();
289 newfile();
296 newfile();
336 * newfile --
340 newfile(void) function
/freebsd-11-stable/contrib/openbsm/bsm/
H A Dauditd_lib.h99 int auditd_swap_trail(char *TS, char **newfile, gid_t gid,
/freebsd-11-stable/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh273 local newfile="$2"
276 mv "${newfile}" "${file}"
277 elif ! cmp -s "${file}" "${newfile}" ; then
279 mv "${newfile}" "${file}"
282 rm "${newfile}"
/freebsd-11-stable/contrib/openbsm/bin/auditd/
H A Dauditd.c200 char *newfile, *name; local
229 err = auditd_swap_trail(TS, &newfile, audit_review_gid,
254 if (auditd_new_curlink(newfile) != 0)
256 newfile, auditd_strerror(err));
258 lastfile = newfile;
259 auditd_log_notice("New audit file is %s", newfile);
/freebsd-11-stable/usr.bin/bsdiff/bspatch/
H A Dbspatch.c53 static char *newfile; variable
60 if (dirfd != -1 && newfile != NULL)
61 if (unlinkat(dirfd, newfile, 0))
105 fprintf(stderr, "usage: bspatch oldfile newfile patchfile\n");
145 /* open directory where we'll write newfile */
151 if ((newfile = basename(argv[2])) == NULL)
153 /* open newfile */
154 if ((newfd = openat(dirfd, newfile,
187 24 8 sizeof(newfile)
307 newfile
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DFileRemapper.h62 void remap(const FileEntry *file, const FileEntry *newfile);
/freebsd-11-stable/usr.bin/csplit/
H A Dcsplit.c70 static FILE *newfile(void);
199 ofp = newfile();
235 newfile(void) function
387 ofp = newfile();
454 ofp = newfile();
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dsender.c391 bool newfile = false; local
404 newfile = true;
408 newfile = true;
421 if (newfile) {
427 return (newfile);
435 bool newfile; local
440 newfile = read_thread_wait();
442 if (newfile) {
445 newfile = false;
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_update.c1040 unsigned char *newfile; local
1046 if ((newfile = malloc((size_t) newsize)) == NULL) {
1056 (void) memset(newfile + rc, LIBELF_PRIVATE(fillchar),
1061 if ((nrc = _libelf_write_ehdr(e, newfile, ex)) < 0)
1066 if ((nrc = _libelf_write_phdr(e, newfile, ex)) < 0)
1071 if ((nrc = _libelf_write_scn(e, newfile, ex)) < 0)
1076 if ((nrc = _libelf_write_shdr(e, newfile, ex)) < 0)
1118 if (write(e->e_fd, newfile, (size_t) newsize) != newsize) {
1134 e->e_rawfile = newfile;
1135 newfile
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp220 void FileRemapper::remap(const FileEntry *file, const FileEntry *newfile) { argument
221 assert(file && newfile);
224 targ = newfile;
225 ToFromMappings[newfile] = file;
/freebsd-11-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c882 auditd_swap_trail(char *TS, char **newfile, gid_t gid, argument
909 *newfile = fn;
1110 char *newfile = NULL; local
1138 err = auditd_swap_trail(TS, &newfile, getgid(), NULL);
1147 if (auditd_new_curlink(newfile) != 0) {
1171 if (newfile != NULL)
1172 free(newfile);
/freebsd-11-stable/usr.sbin/config/
H A Dconfig.y97 static void newfile(char *name);
140 FILES ID SEMICOLON { newfile($2); };
338 newfile(char *name)
/freebsd-11-stable/tools/regression/usr.bin/env/
H A Dregress-sb.rb384 newfile = $2
389 elsif File.exists?(newfile)
391 newfile
394 $testdata.add_symlink(srcfile, newfile)
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_common.h255 #define assertMakeHardlink(newfile, oldfile) \
256 assertion_make_hardlink(__FILE__, __LINE__, newfile, oldfile)
257 #define assertMakeSymlink(newfile, linkto, targetIsDir) \
258 assertion_make_symlink(__FILE__, __LINE__, newfile, linkto, targetIsDir)
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c687 const char *newfile; local
693 newfile = strrchr(file, '/');
694 if (newfile != NULL) {
695 newfile = newfile + 1; /* Get rid of leading / */
697 newfile = file;
701 dprintf_find_string(newfile) ||
716 (void) printf("%s, line %d: ", newfile, line);
/freebsd-11-stable/contrib/lua/src/
H A Dliolib.c240 static LStream *newfile (lua_State *L) { function
249 LStream *p = newfile(L);
259 LStream *p = newfile(L);
287 LStream *p = newfile(L);
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c80 setprintcap(char *newfile) argument
82 printcapdb[0] = newfile;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dfcache.c800 krb5_ccache copy, newfile; local
837 ret = krb5_cc_resolve(context, newname, &newfile);
845 ret = krb5_cc_copy_cache(context, copy, newfile);
849 krb5_cc_destroy(context, newfile);
857 krb5_cc_close(context, newfile);
/freebsd-11-stable/tools/regression/doat/
H A Ddoat.c86 const char *newfile = "newfile"; variable
496 tests[9].tests[4].params[1].cp = newfile;
546 tests[11].tests[4].params[1].cp = newfile;
548 tests[11].tests[4].params[3].cp = newfile;
598 tests[13].tests[6].params[1].cp = newfile;
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh1.c36 _PROTOTYPE(int newfile, (char *s ));
144 if (newfile(name = *++argv))
199 newfile(s) function
/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py62 newfile = FileConfig() variable in class:Config
1022 (sym.newsym, Config.newfile)]:
1057 d_new = SymbolDump(Config.newfile)
1113 Config.newfile.init(opts.out_new)
1142 (Config.origfile.filename, Config.newfile.filename) = (args[0], args[1])
1146 newlib = Shlib(Config.newfile.filename)
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dalways_test.sh209 touch $NEW/adddir/conflict/newfile
532 A /adddir/conflict/newfile
607 file /adddir/conflict/newfile
/freebsd-11-stable/contrib/gcc/
H A Dgengtype.c1316 FILE * newfile;
1318 newfile = fopen (of->name, "r");
1319 if (newfile != NULL )
1327 ch = fgetc (newfile);
1331 no_write_p = i == of->bufused && fgetc (newfile) == EOF;
1332 fclose (newfile);
1338 newfile = fopen (of->name, "w");
1339 if (newfile == NULL)
1344 if (fwrite (of->buf, 1, of->bufused, newfile) != of->bufused)
1349 if (fclose (newfile) !
1314 FILE * newfile; local
[all...]

Completed in 1745 milliseconds

12