Searched refs:ofilename (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c204 static const char *ofilename; /* output file name */ variable
366 ofilename = optarg;
392 if (symlist && (ofilename != NULL || inplace || argc > 1))
394 if (argc > 1 && ofilename != NULL)
402 if (argc == 1 && !inplace && ofilename == NULL)
403 ofilename = "-";
407 if (ofilename != NULL)
408 processinout(*argv, ofilename);
/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.c92 char *ofilename; variable
191 ofilename = optarg;
704 appname, ofilename);
705 unlink(ofilename);

Completed in 63 milliseconds