| /freebsd-12-stable/share/i18n/esdb/ |
| D | Makefile | 14 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/share/i18n/csmapper/ |
| D | Makefile | 11 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/tools/tools/git/ |
| D | importgit | 140 ${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/ |
| D | split.c | 80 static void newfile(void); 223 newfile(); in split1() 235 newfile(); in split1() 244 newfile(); in split1() 289 newfile(); in split2() 291 newfile(); in split2() 298 newfile(); in split2() 342 newfile(void) in newfile() function
|
| /freebsd-12-stable/usr.sbin/unbound/setup/ |
| D | local-unbound-setup.sh | 306 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/usr.bin/bsdiff/bspatch/ |
| D | bspatch.c | 53 static char *newfile; variable 60 if (dirfd != -1 && newfile != NULL) in exit_cleanup() 61 if (unlinkat(dirfd, newfile, 0)) in exit_cleanup() 151 if ((newfile = basename(argv[2])) == NULL) in main() 154 if ((newfd = openat(dirfd, newfile, in main() 307 newfile = NULL; in main()
|
| /freebsd-12-stable/sys/dev/aic7xxx/aicasm/ |
| D | aicasm_scan.l | 457 FILE *newfile; 460 newfile = NULL; 463 newfile = fopen(file_name, "r"); 465 if (newfile == NULL && type != SOURCE_FILE) { 479 if ((newfile = fopen(fullname, "r")) != NULL) 484 if (newfile == NULL) { 502 yy_switch_to_buffer(yy_create_buffer(newfile, YY_BUF_SIZE));
|
| /freebsd-12-stable/contrib/openbsm/bin/auditd/ |
| D | auditd.c | 200 char *newfile, *name; in swap_audit_file() local 229 err = auditd_swap_trail(TS, &newfile, audit_review_gid, in swap_audit_file() 254 if (auditd_new_curlink(newfile) != 0) in swap_audit_file() 256 newfile, auditd_strerror(err)); in swap_audit_file() 258 lastfile = newfile; in swap_audit_file() 259 auditd_log_notice("New audit file is %s", newfile); in swap_audit_file()
|
| /freebsd-12-stable/contrib/openbsm/bin/auditdistd/ |
| D | sender.c | 384 bool newfile = false; in read_thread_wait() local 397 newfile = true; in read_thread_wait() 401 newfile = true; in read_thread_wait() 414 if (newfile) { in read_thread_wait() 420 return (newfile); in read_thread_wait() 428 bool newfile; in read_thread() local 433 newfile = read_thread_wait(); in read_thread() 435 if (newfile) { in read_thread() 438 newfile = false; in read_thread()
|
| /freebsd-12-stable/usr.bin/csplit/ |
| D | csplit.c | 70 static FILE *newfile(void); 199 ofp = newfile(); in main() 235 newfile(void) in newfile() function 387 ofp = newfile(); in do_rexp() 456 ofp = newfile(); in do_lineno()
|
| /freebsd-12-stable/contrib/elftoolchain/libelf/ |
| D | elf_update.c | 1040 unsigned char *newfile; in _libelf_write_elf() local 1046 if ((newfile = malloc((size_t) newsize)) == NULL) { in _libelf_write_elf() 1056 (void) memset(newfile + rc, LIBELF_PRIVATE(fillchar), in _libelf_write_elf() 1061 if ((nrc = _libelf_write_ehdr(e, newfile, ex)) < 0) in _libelf_write_elf() 1066 if ((nrc = _libelf_write_phdr(e, newfile, ex)) < 0) in _libelf_write_elf() 1071 if ((nrc = _libelf_write_scn(e, newfile, ex)) < 0) in _libelf_write_elf() 1076 if ((nrc = _libelf_write_shdr(e, newfile, ex)) < 0) in _libelf_write_elf() 1118 if (write(e->e_fd, newfile, (size_t) newsize) != newsize) { in _libelf_write_elf() 1134 e->e_rawfile = newfile; in _libelf_write_elf() 1135 newfile = NULL; in _libelf_write_elf() [all …]
|
| /freebsd-12-stable/tools/regression/usr.bin/env/ |
| D | regress-sb.rb | 384 newfile = $2 389 elsif File.exists?(newfile) 391 newfile 394 $testdata.add_symlink(srcfile, newfile)
|
| /freebsd-12-stable/contrib/openbsm/libauditd/ |
| D | auditd_lib.c | 936 auditd_swap_trail(char *TS, char **newfile, gid_t gid, in auditd_swap_trail() argument 963 *newfile = fn; in auditd_swap_trail() 1164 char *newfile = NULL; in audit_quick_start() local 1192 err = auditd_swap_trail(TS, &newfile, getgid(), NULL); in audit_quick_start() 1201 if (auditd_new_curlink(newfile) != 0) { in audit_quick_start() 1225 if (newfile != NULL) in audit_quick_start() 1226 free(newfile); in audit_quick_start()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/ |
| D | kernel.c | 701 const char *newfile; in __dprintf() local 707 newfile = strrchr(file, '/'); in __dprintf() 708 if (newfile != NULL) { in __dprintf() 709 newfile = newfile + 1; /* Get rid of leading / */ in __dprintf() 711 newfile = file; in __dprintf() 715 dprintf_find_string(newfile) || in __dprintf() 730 (void) printf("%s, line %d: ", newfile, line); in __dprintf()
|
| /freebsd-12-stable/contrib/libarchive/test_utils/ |
| D | test_common.h | 255 #define assertMakeHardlink(newfile, oldfile) \ argument 256 assertion_make_hardlink(__FILE__, __LINE__, newfile, oldfile) 257 #define assertMakeSymlink(newfile, linkto, targetIsDir) \ argument 258 assertion_make_symlink(__FILE__, __LINE__, newfile, linkto, targetIsDir)
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| D | FileRemapper.cpp | 236 void FileRemapper::remap(const FileEntry *file, const FileEntry *newfile) { in remap() argument 237 assert(file && newfile); in remap() 240 targ = newfile; in remap() 241 ToFromMappings[newfile] = file; in remap()
|
| /freebsd-12-stable/usr.sbin/config/ |
| D | config.y | 99 static void newfile(char *name); 142 FILES ID SEMICOLON { newfile($2); }; 340 newfile(char *name) in newfile() function
|
| /freebsd-12-stable/contrib/openbsm/bsm/ |
| D | auditd_lib.h | 100 int auditd_swap_trail(char *TS, char **newfile, gid_t gid,
|
| /freebsd-12-stable/contrib/lua/src/ |
| D | liolib.c | 240 static LStream *newfile (lua_State *L) { in newfile() function 249 LStream *p = newfile(L); in opencheck() 259 LStream *p = newfile(L); in io_open() 289 LStream *p = newfile(L); in io_tmpfile()
|
| /freebsd-12-stable/usr.bin/fortune/datfiles/ |
| D | freebsd-tips.sp.ok | 49 newfile
|
| /freebsd-12-stable/usr.sbin/lpr/common_source/ |
| D | printcap.c | 82 setprintcap(char *newfile) in setprintcap() argument 84 printcapdb[0] = newfile; in setprintcap()
|
| /freebsd-12-stable/crypto/heimdal/lib/krb5/ |
| D | fcache.c | 800 krb5_ccache copy, newfile; in fcc_remove_cred() local 837 ret = krb5_cc_resolve(context, newname, &newfile); in fcc_remove_cred() 845 ret = krb5_cc_copy_cache(context, copy, newfile); in fcc_remove_cred() 849 krb5_cc_destroy(context, newfile); in fcc_remove_cred() 857 krb5_cc_close(context, newfile); in fcc_remove_cred()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/ARCMigrate/ |
| D | FileRemapper.h | 70 void remap(const FileEntry *file, const FileEntry *newfile);
|
| /freebsd-12-stable/tools/regression/doat/ |
| D | doat.c | 86 const char *newfile = "newfile"; variable 496 tests[9].tests[4].params[1].cp = newfile; in setup() 546 tests[11].tests[4].params[1].cp = newfile; in setup() 548 tests[11].tests[4].params[3].cp = newfile; in setup() 598 tests[13].tests[6].params[1].cp = newfile; in setup()
|
| /freebsd-12-stable/tools/tools/shlib-compat/ |
| D | shlib-compat.py | 62 newfile = FileConfig() variable in 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)
|