Home
last modified time | relevance | path

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

/freebsd/stand/usb/tools/
H A Dsysinit.c43 static const char *output_f; variable
117 if (output_f) in cleanup()
118 unlink(output_f); in cleanup()
178 output_f = optarg; in main()
194 if (input_f == NULL || output_f == NULL || in main()
206 output_file = open(output_f, O_TRUNC | O_CREAT | O_RDWR, 0600); in main()
208 err(EX_SOFTWARE, "Could not open output file: %s", output_f); in main()