Lines Matching defs:filearg
59 char *filearg[MAXFILEC];
168 filearg[i] = NULL;
219 if (filearg[0] != NULL) {
222 if (unveil(filearg[0], "rwc") == -1) {
226 if ((origdir = dirname(filearg[0])) == NULL) {
240 if (filearg[1] != NULL)
241 if (unveil(filearg[1], "r") == -1) {
271 for (open_patch_file(filearg[1]); there_is_another_patch();
280 outname = xstrdup(filearg[0]);
291 scan_input(filearg[0]);
488 free(filearg[0]);
489 filearg[0] = NULL;
610 filearg[filec] = xstrdup(optarg);
673 filearg[0] = xstrdup(*Argv++);
678 filearg[filec] = xstrdup(*Argv++);