Home
last modified time | relevance | path

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

/trueos/contrib/texinfo/makeinfo/
HDfiles.h40 extern char *get_file_info_in_path (char *filename, char *path,
HDfiles.c87 get_file_info_in_path (char *filename, char *path, struct stat *finfo) in get_file_info_in_path() function
202 = get_file_info_in_path (filename, use_path ? include_files_path : NULL, in find_and_load()
HDmakeinfo.c3271 pathname = get_file_info_in_path (fullname, include_files_path, in cm_image()
3280 pathname = get_file_info_in_path (fullname, include_files_path, in cm_image()
3288 pathname = get_file_info_in_path (fullname, in cm_image()
3295 pathname = get_file_info_in_path (fullname, in cm_image()
3369 txtpath = get_file_info_in_path (txtname, in cm_image()
/trueos/contrib/texinfo/
HDChangeLog.46444 * makeinfo/files.h (get_file_info_in_path): Declare function.
445 * makeinfo/files.c (get_file_info_in_path): Remove static keyword.
6250 > (get_file_info_in_path): Use IS_ABSOLUTE and IS_SLASH.