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

12

/freebsd-12-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-12-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-12-stable/tools/tools/git/
H A Dimportgit140 ${commit}~..$commit | while read -r newfile
142 if [ -f "$newfile" ]
144 error "New file $newfile already exists in tree"
165 ${commit}~..$commit | while read -r newfile
167 svn add --parents --depth=infinity $newfile || \
/freebsd-12-stable/usr.bin/split/
H A Dsplit.c80 static void newfile(void);
223 newfile();
235 newfile();
244 newfile();
289 newfile();
291 newfile();
298 newfile();
338 * newfile --
342 newfile(void) function
/freebsd-12-stable/contrib/openbsm/bsm/
H A Dauditd_lib.h100 int auditd_swap_trail(char *TS, char **newfile, gid_t gid,
/freebsd-12-stable/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh306 local newfile="$2"
309 mv "${newfile}" "${D}${file}"
310 elif ! cmp -s "${D}${file}" "${newfile}" ; then
312 mv "${newfile}" "${D}${file}"
315 rm "${newfile}"
/freebsd-12-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-12-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-12-stable/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DFileRemapper.h62 void remap(const FileEntry *file, const FileEntry *newfile);
/freebsd-12-stable/usr.bin/csplit/
H A Dcsplit.c70 static FILE *newfile(void);
199 ofp = newfile();
235 newfile(void) function
387 ofp = newfile();
456 ofp = newfile();
/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dsender.c384 bool newfile = false; local
397 newfile = true;
401 newfile = true;
414 if (newfile) {
420 return (newfile);
428 bool newfile; local
433 newfile = read_thread_wait();
435 if (newfile) {
438 newfile = false;
/freebsd-12-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-12-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-12-stable/usr.sbin/config/
H A Dconfig.y99 static void newfile(char *name);
142 FILES ID SEMICOLON { newfile($2); };
340 newfile(char *name)
/freebsd-12-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-12-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-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c701 const char *newfile; local
707 newfile = strrchr(file, '/');
708 if (newfile != NULL) {
709 newfile = newfile + 1; /* Get rid of leading / */
711 newfile = file;
715 dprintf_find_string(newfile) ||
730 (void) printf("%s, line %d: ", newfile, line);
/freebsd-12-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c936 auditd_swap_trail(char *TS, char **newfile, gid_t gid, argument
963 *newfile = fn;
1164 char *newfile = NULL; local
1192 err = auditd_swap_trail(TS, &newfile, getgid(), NULL);
1201 if (auditd_new_curlink(newfile) != 0) {
1225 if (newfile != NULL)
1226 free(newfile);
/freebsd-12-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);
289 LStream *p = newfile(L);
/freebsd-12-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c82 setprintcap(char *newfile) argument
84 printcapdb[0] = newfile;
/freebsd-12-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-12-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-12-stable/release/picobsd/tinyware/msh/
H A Dsh1.c36 _PROTOTYPE(int newfile, (char *s ));
144 if (newfile(name = *++argv))
199 newfile(s) function
/freebsd-12-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-12-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

Completed in 179 milliseconds

12