Searched refs:compile_input (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cc/ |
H A D | cc.c | 250 static int compile_input(char *input, char *output); 1047 if (compile_input(ifile, ofile)) in main() 1188 compile_input(char *input, char *output) in compile_input() function 1219 compile_input(char *input, char *output) in compile_input() function
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/driver/ |
H A D | driver.c | 355 compile_input(const char *file, char *input, char **output, in compile_input() function 442 retval = compile_input(file, src, &src, suffix, counter); in handle_input()
|