Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dreport.cc39 static FILE *command_output_fp; variable
75 fclose(command_output_fp); in clean_up()
106 fprintf(command_output_fp, "\n"); in close_file()
107 fclose(command_output_fp); in close_file()
134 while (fgets(line, MAXPATHLEN+2, command_output_fp) in close_file()
138 fclose(command_output_fp); in close_file()
158 while (fgets(buf, MAXPATHLEN+2, command_output_fp) in close_file()
208 if (command_output_fp == NULL) { in report_dep()
223 fprintf(command_output_fp, "%s:", sfile); in report_dep()
225 fprintf(command_output_fp, " "); in report_dep()
[all …]