Searched refs:open_file_cautious (Results 1 – 7 of 7) sorted by relevance
31 FILE *open_file_cautious(const char *, char ** = 0, const char * = 0);
146 FILE *search_path::open_file_cautious(const char *name, char **pathp, in open_file_cautious() function in search_path
158 FILE *fp = include_search_path.open_file_cautious(filename, in do_file()
363 fp = include_search_path.open_file_cautious(r->filename); in supply_resource()
763 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()
1516 FILE *ifp = include_search_path.open_file_cautious(filename); in really_copy_file()
429 (search_path::search_path, search_path::open_file_cautious): Use3019 (search_path::open_file_cautious): New function which also handles3026 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'.