Searched defs:output_f (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/usb/tools/
H A Dsysinit.c44 static const char *output_f; variable
118 if (output_f)
119 unlink(output_f);
179 output_f = optarg;
195 if (input_f == NULL || output_f == NULL ||
207 output_file = open(output_f, O_TRUNC | O_CREAT | O_RDWR, 0600);
209 err(EX_SOFTWARE, "Could not open output file: %s", output_f);

Completed in 255 milliseconds