Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/rpcgen/
H A Drpc_main.c305 open_input(char *infile, char *define) in open_input() function
388 open_input(infile, define);
479 open_input(infile, define);
536 open_input(infile, define);
634 open_input(infile, define);
669 open_input(infile, define);
696 open_input(infile, define);
732 open_input(infile, define);
/openbsd-src/usr.bin/compress/
H A Dmain.c492 open_input(const char *in) in open_input() function
568 ifd = open_input(in); in docompress()
683 ifd = open_input(in); in dodecompress()
/openbsd-src/usr.bin/tic/
H A Dtic.c455 open_input(const char *filename, char *alt_file) in open_input() function
503 FILE *fp = open_input(src, (char *) 0); in make_namelist()
938 tmp_fp = open_input(source_file, (char *) 0); in main()
958 tmp_fp = open_input(source_file, my_altfile); in main()