Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/make/include/mk/
H A Ddefs.h64 (((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…
/titanic_50/usr/src/cmd/make/lib/mksh/
H A Dglobals.cc125 const timestruc_t file_doesnt_exist = { 0, 0 }; variable
/titanic_50/usr/src/cmd/make/bin/
H A Ddoname.cc775 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 …]
H A Dimplicit.cc254 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()
H A Dfiles.cc125 target->stat.time = file_doesnt_exist; in exists()
236 if (exists(alias) != file_doesnt_exist) { in vpath_exists()
H A Dar.cc225 return target->stat.time = file_doesnt_exist; in read_archive()
252 target->stat.time = file_doesnt_exist; in read_archive()
H A Dmain.cc779 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()
H A Dparallel.cc1379 if (true_target->stat.time == file_doesnt_exist) { in finish_doname()
1390 (exists(member->body.member.member) > file_doesnt_exist)) { in finish_doname()
H A Dmisc.cc228 if (time == file_doesnt_exist) { in time_to_string()
H A Dread.cc244 if (exists(makefile_name) == file_doesnt_exist) { in read_simple_file()
H A Dread2.cc413 (exists(name = GETNAME(string, cdp - string)) > file_doesnt_exist) && in normalize_name()
/titanic_50/usr/src/cmd/make/include/mksh/
H A Ddefs.h347 extern const timestruc_t file_doesnt_exist;