Home
last modified time | relevance | path

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

/netbsd/external/bsd/pcc/dist/pcc/cc/driver/
H A Ddriver.c311 preprocess_input(const char *file, char *input, char **output, in preprocess_input() function
425 retval = preprocess_input(file, src, &src, suffix, counter); in handle_input()
431 retval = preprocess_input(file, src, &src, suffix, counter); in handle_input()
/netbsd/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c249 static int preprocess_input(char *input, char *output, int dodep);
1016 if (preprocess_input(ifile, Mofile, 1)) in main()
1028 if (preprocess_input(ifile, ofile, 0)) in main()
1261 preprocess_input(char *input, char *output, int dodep) in preprocess_input() function