Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dreport.cc42 static char command_output_tmpfile[30]; variable
76 unlink(command_output_tmpfile); in clean_up()
108 if ((command_output_fp = fopen(command_output_tmpfile, "r")) == NULL) { in close_file()
119 unlink(command_output_tmpfile); in close_file()
129 unlink(command_output_tmpfile); in close_file()
144 unlink(command_output_tmpfile); in close_file()
152 unlink(command_output_tmpfile); in close_file()
185 unlink(command_output_tmpfile); in close_file()
209 sprintf(command_output_tmpfile, in report_dep()
211 int fd = mkstemp(command_output_tmpfile); in report_dep()