Symbol: filearg
usr.bin/fstat/fstat.c
442
struct filearg *fa;
usr.bin/fstat/fstat.c
750
struct filearg *fa;
usr.bin/fstat/fstat.c
898
struct filearg *cur;
usr.bin/fstat/fstat.h
29
SLIST_ENTRY(filearg) next;
usr.bin/fstat/fstat.h
36
SLIST_HEAD(fileargs, filearg);
usr.bin/fstat/fuser.c
167
struct filearg *fa;
usr.bin/fstat/fuser.c
68
match(struct filearg *fa, struct kinfo_file *kf)
usr.bin/fstat/fuser.c
86
struct filearg *fa;
usr.bin/patch/common.h
70
extern char *filearg[MAXFILEC];
usr.bin/patch/patch.c
168
filearg[i] = NULL;
usr.bin/patch/patch.c
219
if (filearg[0] != NULL) {
usr.bin/patch/patch.c
222
if (unveil(filearg[0], "rwc") == -1) {
usr.bin/patch/patch.c
226
if ((origdir = dirname(filearg[0])) == NULL) {
usr.bin/patch/patch.c
240
if (filearg[1] != NULL)
usr.bin/patch/patch.c
241
if (unveil(filearg[1], "r") == -1) {
usr.bin/patch/patch.c
271
for (open_patch_file(filearg[1]); there_is_another_patch();
usr.bin/patch/patch.c
280
outname = xstrdup(filearg[0]);
usr.bin/patch/patch.c
291
scan_input(filearg[0]);
usr.bin/patch/patch.c
494
free(filearg[0]);
usr.bin/patch/patch.c
495
filearg[0] = NULL;
usr.bin/patch/patch.c
59
char *filearg[MAXFILEC];
usr.bin/patch/patch.c
616
filearg[filec] = xstrdup(optarg);
usr.bin/patch/patch.c
679
filearg[0] = xstrdup(*Argv++);
usr.bin/patch/patch.c
684
filearg[filec] = xstrdup(*Argv++);
usr.bin/patch/pch.c
213
while (filearg[0] == NULL) {
usr.bin/patch/pch.c
216
filearg[0] = xstrdup(bestguess);
usr.bin/patch/pch.c
224
filearg[0] = fetchname(buf, &exists, 0);
usr.bin/patch/pch.c
234
free(filearg[0]);
usr.bin/patch/pch.c
235
filearg[0] = fetchname(bestguess, &exists, 0);
usr.bin/patch/pch.c
385
if (filearg[0] == NULL) {
usr.bin/patch/pch.c
387
filearg[0] = posix_name(names, ok_to_create_file);
usr.bin/patch/pch.c
395
filearg[0] = best_name(names, ok_to_create_file);
usr.bin/patch/pch.c
401
if (filearg[0] != NULL)
usr.bin/patch/pch.c
402
bestguess = xstrdup(filearg[0]);
usr.bin/vi/ex/ex_tag.c
397
goto filearg;
usr.bin/vi/ex/ex_tag.c
416
filearg: arglen = strlen(arg);