Home
last modified time | relevance | path

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

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dfcc_data.c100 char appl_file_path[MAX_VALUE]; in build_fcc_index() local
114 get_user_base_dir("data/appl.ndx", appl_file_path, in build_fcc_index()
115 sizeof(appl_file_path)); in build_fcc_index()
116 if (filethere(appl_file_path)) in build_fcc_index()
119 if (file_time(get_data_base_dir(database_name))<=file_time(appl_file_path)) in build_fcc_index()
145 fndx=fopen(appl_file_path,"w"); in build_fcc_index()
164 fprintf(stderr,"Build: Could not read fcc data base: %s \n", appl_file_path); in build_fcc_index()
302 char appl_file_path[MAX_VALUE]; in search_fcc_data_appl() local
347 get_user_base_dir("data/appl.ndx", appl_file_path, sizeof(appl_file_path)); in search_fcc_data_appl()
348 fndx=fopen(appl_file_path,"r"); in search_fcc_data_appl()
[all …]