Searched refs:file_doesnt_exist (Results 1 – 12 of 12) sorted by relevance
66 (((a) < (b)) || (((a) == file_doesnt_exist) && \67 ((b) == file_doesnt_exist)))71 (((a).tv_sec == file_doesnt_exist.tv_sec) && \72 ((b).tv_sec == file_doesnt_exist.tv_sec)))
785 if (true_target->stat.time == file_doesnt_exist) { in doname()797 if (true_target->stat.time == file_doesnt_exist){ in doname()842 if ((target->stat.time != file_doesnt_exist) && in doname()874 (exists(member->body.member.member) > file_doesnt_exist)) { in doname()943 line->body.line.dependency_time = file_doesnt_exist; in check_dependencies()984 timestruc_t depe_time = file_doesnt_exist; in check_dependencies()1622 (target->stat.time != file_doesnt_exist) && in run_command()2002 if (exists(filename) > file_doesnt_exist) { in read_dependency_file()2043 if ((exists(make_state) == file_doesnt_exist) || in check_read_state_file()2742 if (target->stat.time > file_doesnt_exist) { in sccs_get()[all …]
256 if(exists(source) == file_doesnt_exist) in find_suffix_rule()268 if(exists(source) == file_doesnt_exist) { in find_suffix_rule()321 if (source->stat.time == file_doesnt_exist) { in find_suffix_rule()1118 if ((true_target->stat.time <= file_doesnt_exist) || in find_percent_rule()1129 (target->stat.time > file_doesnt_exist) ? in find_percent_rule()
127 target->stat.time = file_doesnt_exist; in exists()238 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()
805 if (exists(current_target) != file_doesnt_exist) { in handle_interrupt()840 if (exists(rp->target) != file_doesnt_exist) { in handle_interrupt()2908 (exists(default_target_to_build) > file_doesnt_exist)) { in make_targets()2984 (exists(default_target_to_build) > file_doesnt_exist)) { in make_targets()3047 (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()
230 if (time == file_doesnt_exist) { in time_to_string()
415 (exists(name = GETNAME(string, cdp - string)) > file_doesnt_exist) && in normalize_name()
246 if (exists(makefile_name) == file_doesnt_exist) { in read_simple_file()
122 const timestruc_t file_doesnt_exist = { 0, 0 }; variable
347 extern const timestruc_t file_doesnt_exist;