Searched refs:st_file (Results 1 – 2 of 2) sorted by relevance
171 struct stat st_file; in update_dict_database() local190 if (stat(buf, &st_file) == -1) { in update_dict_database()204 if (st_db.st_mtime < st_file.st_mtime) in update_dict_database()218 if (stat(PWADMIN, &st_file) != -1 && st_db.st_mtime < st_file.st_mtime) in update_dict_database()
1544 #define SEARCH_TAB_BODY(st_type, st_file, st_mount, st_special, \ argument1558 if ((fp = fopen(st_file, "r")) == NULL) \