Searched refs:file_doesnt_exist (Results 1 – 12 of 12) sorted by relevance
64 (((a) < (b)) || (((a) == file_doesnt_exist) && ((b) == file_doesnt_exist)))67 …(((a).tv_sec < (b).tv_sec) || (((a).tv_sec == file_doesnt_exist.tv_sec) && ((b).tv_sec == file_doe…
125 const timestruc_t file_doesnt_exist = { 0, 0 }; variable
775 if (true_target->stat.time == file_doesnt_exist) { in doname()787 if (true_target->stat.time == file_doesnt_exist){ in doname()832 if ((target->stat.time != file_doesnt_exist) && in doname()864 (exists(member->body.member.member) > file_doesnt_exist)) { in doname()933 line->body.line.dependency_time = file_doesnt_exist; in check_dependencies()974 timestruc_t depe_time = file_doesnt_exist; in check_dependencies()1612 (target->stat.time != file_doesnt_exist) && in run_command()1992 if (exists(filename) > file_doesnt_exist) { in read_dependency_file()2033 if ((exists(make_state) == file_doesnt_exist) || in check_read_state_file()2731 if (target->stat.time > file_doesnt_exist) { in sccs_get()[all …]
254 if(exists(source) == file_doesnt_exist) in find_suffix_rule()266 if(exists(source) == file_doesnt_exist) { in find_suffix_rule()319 if (source->stat.time == file_doesnt_exist) { in find_suffix_rule()1115 if ((true_target->stat.time <= file_doesnt_exist) || in find_percent_rule()1126 (target->stat.time > file_doesnt_exist) ? in find_percent_rule()
125 target->stat.time = file_doesnt_exist; in exists()236 if (exists(alias) != file_doesnt_exist) { in vpath_exists()
225 return target->stat.time = file_doesnt_exist; in read_archive()252 target->stat.time = file_doesnt_exist; in read_archive()
779 if (exists(current_target) != file_doesnt_exist) { in handle_interrupt()814 if (exists(rp->target) != file_doesnt_exist) { in handle_interrupt()2855 (exists(default_target_to_build) > file_doesnt_exist)) { in make_targets()2931 (exists(default_target_to_build) > file_doesnt_exist)) { in make_targets()2994 (exists(default_target_to_build) > file_doesnt_exist)) { in make_targets()
1379 if (true_target->stat.time == file_doesnt_exist) { in finish_doname()1390 (exists(member->body.member.member) > file_doesnt_exist)) { in finish_doname()
228 if (time == file_doesnt_exist) { in time_to_string()
244 if (exists(makefile_name) == file_doesnt_exist) { in read_simple_file()
413 (exists(name = GETNAME(string, cdp - string)) > file_doesnt_exist) && in normalize_name()
347 extern const timestruc_t file_doesnt_exist;