Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h66 (((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)))
/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc785 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 …]
H A Dimplicit.cc256 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()
H A Dfiles.cc127 target->stat.time = file_doesnt_exist; in exists()
238 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.cc805 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()
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.cc230 if (time == file_doesnt_exist) { in time_to_string()
H A Dread2.cc415 (exists(name = GETNAME(string, cdp - string)) > file_doesnt_exist) && in normalize_name()
H A Dread.cc246 if (exists(makefile_name) == file_doesnt_exist) { in read_simple_file()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dglobals.cc122 const timestruc_t file_doesnt_exist = { 0, 0 }; variable
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h347 extern const timestruc_t file_doesnt_exist;