Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/m4/
H A Dextern.h51 extern struct input_file *fopen_trypath(struct input_file *, const char *);
H A Dmain.c256 else if (fopen_trypath(infile, p) == NULL) in main()
H A Dgnum4.c144 fopen_trypath(struct input_file *i, const char *filename) in fopen_trypath() function
H A Deval.c738 if (fopen_trypath(infile+ilevel+1, ifile) != NULL) { in doincl()