Home
last modified time | relevance | path

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

/freebsd/usr.bin/patch/
H A Dpatch.c60 char *filearg[MAXFILEC]; variable
162 filearg[i] = NULL; in main()
221 for (open_patch_file(filearg[1]); there_is_another_patch(); in main()
236 outname = xstrdup(filearg[0]); in main()
265 scan_input(filearg[0]); in main()
465 else if (filearg[0] != NULL) in main()
467 failed, hunk, skip_rest_of_patch ? "ignored" : "failed", filearg[0]); in main()
498 free(filearg[0]); in reinitialize_almost_everything()
499 filearg[0] = NULL; in reinitialize_almost_everything()
619 filearg[filec] = xstrdup(optarg); in get_some_switches()
[all …]
H A Dpch.c209 while (filearg[0] == NULL) { in there_is_another_patch()
212 filearg[0] = xstrdup(bestguess); in there_is_another_patch()
220 filearg[0] = fetchname(buf, &exists, 0); in there_is_another_patch()
227 if (filearg[0] == NULL || !exists) { in there_is_another_patch()
235 free(filearg[0]); in there_is_another_patch()
236 filearg[0] = fetchname(bestguess, &exists, 0); in there_is_another_patch()
430 if (filearg[0] == NULL) { in intuit_diff_type()
432 filearg[0] = posix_name(names, ok_to_create_file); in intuit_diff_type()
440 filearg[0] = best_name(names, ok_to_create_file); in intuit_diff_type()
446 if (filearg[ in intuit_diff_type()
[all...]
H A Dcommon.h70 extern char *filearg[MAXFILEC];
/freebsd/contrib/unbound/contrib/
H A Dupdate-anchor.sh36 filearg='-f'
46 filearg='-F'
65 $ubhost -v $rh $filearg "$keyfile" -t DNSKEY "$zonename" >$tmpfile
/freebsd/contrib/nvi/ex/
H A Dex_tag.c332 goto filearg; in ex_tag_pop()
349 filearg: arglen = strlen(arg); in ex_tag_pop()