Home
last modified time | relevance | path

Searched refs:open_file_cautious (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/groff/src/include/
HDsearchpath.h31 FILE *open_file_cautious(const char *, char ** = 0, const char * = 0);
/NextBSD/contrib/groff/src/libs/libgroff/
HDsearchpath.cpp146 FILE *search_path::open_file_cautious(const char *name, char **pathp, in open_file_cautious() function in search_path
/NextBSD/contrib/groff/src/preproc/soelim/
HDsoelim.cpp158 FILE *fp = include_search_path.open_file_cautious(filename, in do_file()
/NextBSD/contrib/groff/src/devices/grops/
HDpsrm.cpp363 fp = include_search_path.open_file_cautious(r->filename); in supply_resource()
/NextBSD/contrib/groff/src/roff/troff/
HDinput.cpp763 FILE *fp = include_search_path.open_file_cautious(nm.contents()); in next_file()
5696 FILE *fp = include_search_path.open_file_cautious(nm.contents()); in source()
5935 FILE *fp = include_search_path.open_file_cautious(nm.contents(), in ps_bbox_request()
6950 FILE *fp = include_search_path.open_file_cautious(filename.contents()); in transparent_file()
7144 fp = include_search_path.open_file_cautious(name); in process_input_file()
HDnode.cpp1516 FILE *ifp = include_search_path.open_file_cautious(filename); in really_copy_file()
/NextBSD/contrib/groff/
HDChangeLog429 (search_path::search_path, search_path::open_file_cautious): Use
3019 (search_path::open_file_cautious): New function which also handles
3026 Open resource file with `include_search_path.open_file_cautious'.
3039 `include_search_path.open_file_cautious'.
3051 `include_search_path.open_file_cautious'.
3054 Use new `include_search_path.open_file_cautious'.