Home
last modified time | relevance | path

Searched refs:filearg (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dupdate-anchor.sh36 filearg='-f'
46 filearg='-F'
65 $ubhost -v $rh $filearg "$keyfile" -t DNSKEY "$zonename" >$tmpfile
/netbsd-src/usr.bin/patch/
H A Dpatch.c64 char *filearg[MAXFILEC]; variable
168 filearg[i] = NULL; in main()
222 for (open_patch_file(filearg[1]); there_is_another_patch(); in main()
229 outname = savestr(filearg[0]); in main()
245 scan_input(filearg[0]); in main()
444 free(filearg[0]); in reinitialize_almost_everything()
445 filearg[0] = NULL; in reinitialize_almost_everything()
563 filearg[filec] = savestr(optarg); in get_some_switches()
619 filearg[0] = savestr(*Argv++); in get_some_switches()
624 filearg[filec] = savestr(*Argv++); in get_some_switches()
H A Dpch.c221 while (filearg[0] == NULL) { in there_is_another_patch()
224 filearg[0] = savestr(bestguess); in there_is_another_patch()
232 filearg[0] = fetchname(buf, &exists, 0); in there_is_another_patch()
240 free(filearg[0]); in there_is_another_patch()
241 filearg[0] = fetchname(bestguess, &exists, 0); in there_is_another_patch()
380 if (filearg[0] == NULL) { in intuit_diff_type()
382 filearg[0] = posix_name(names, ok_to_create_file); in intuit_diff_type()
390 filearg[0] = best_name(names, ok_to_create_file); in intuit_diff_type()
396 if (filearg[0] != NULL) in intuit_diff_type()
397 bestguess = savestr(filearg[0]); in intuit_diff_type()
[all …]
H A Dcommon.h82 extern char *filearg[MAXFILEC];
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_tag.c379 goto filearg; in ex_tag_pop()
397 filearg: arglen = strlen(arg); in ex_tag_pop()