Home
last modified time | relevance | path

Searched refs:fromfile (Results 1 – 3 of 3) sorted by relevance

/src/usr.sbin/efivar/
H A Defivar.c74 static char *fromfile; variable
229 if (pflag || fromfile) { in print_var()
230 if (fromfile) { in print_var()
233 fd = open(fromfile, O_RDONLY); in print_var()
235 rep_err(1, "open %s", fromfile); in print_var()
372 free(fromfile); in parse_args()
373 fromfile = strdup(optarg); in parse_args()
408 else if (fromfile) { in parse_args()
/src/contrib/expat/tests/
H A Dudiffer.py55 diffs = list(difflib.unified_diff(first, second, fromfile=config.first,
/src/contrib/mandoc/
H A Dmanpath.c212 manconf_output(struct manoutput *conf, const char *cp, int fromfile) in manconf_output() argument
340 if (fromfile) { in manconf_output()