Lines Matching refs:fd

46 #define XFWRITE(string, length, fd) {if (fwrite(string, 1, length, fd) == 0) \  argument
48 #define XPUTC(ch, fd) { \ argument
49 if (putc((int) ch, fd) == EOF) \
52 #define XFPUTS(string, fd) fputs(string, fd) argument
96 static void print_auto_depes(Dependency dependency, FILE *fd, Boolean built_this_run, int *line_le…
123 FILE *fd; in write_state_file() local
169 if ((fdes < 0) || (fd = fdopen(fdes, "w")) == NULL) { in write_state_file()
187 if ((fd = fopen(make_state_tempfile, "w")) == NULL) { in write_state_file()
202 (void) fclose(fd); in write_state_file()
216 if ((fdes < 0) || (fd = fdopen(fdes, "w")) == NULL) { in write_state_file()
228 fd); in write_state_file()
229 XPUTC(colon_char, fd); in write_state_file()
230 XPUTC(tab_char, fd); in write_state_file()
233 fd); in write_state_file()
234 XPUTC(newline_char, fd); in write_state_file()
280 fd); in write_state_file()
281 XPUTC(colon_char, fd); in write_state_file()
282 XPUTC(newline_char, fd); in write_state_file()
293 XFPUTS(target_name, fd); in write_state_file()
294 XPUTC(colon_char, fd); in write_state_file()
295 XFPUTS("\t", fd); in write_state_file()
303 fd, in write_state_file()
309 XFPUTS("\n", fd); in write_state_file()
318 XFPUTS(target_name, fd); in write_state_file()
319 XPUTC(colon_char, fd); in write_state_file()
320 XPUTC(newline_char, fd); in write_state_file()
332 XPUTC(tab_char, fd); in write_state_file()
342 XPUTC(*csp, fd); in write_state_file()
346 fd); in write_state_file()
350 XPUTC(newline_char, fd); in write_state_file()
356 if (fclose(fd) == EOF) { in write_state_file()
413 print_auto_depes(Dependency dependency, FILE *fd, Boolean built_this_run, int *line_length, char *t… in print_auto_depes() argument
422 fd); in print_auto_depes()
429 XPUTC(newline_char, fd); in print_auto_depes()
431 XFPUTS(built_last_make_run->string_mb, fd); in print_auto_depes()
432 XPUTC(colon_char, fd); in print_auto_depes()
433 XPUTC(newline_char, fd); in print_auto_depes()
435 XFPUTS(target_name, fd); in print_auto_depes()
436 XPUTC(colon_char, fd); in print_auto_depes()
437 XPUTC(tab_char, fd); in print_auto_depes()
439 XFPUTS(" ", fd); in print_auto_depes()