Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc1794 struct stat make_state_stat; in read_files_and_state() local
2379 if(!stat(make_state->string_mb, &make_state_stat)) { in read_files_and_state()
2380 if(!(make_state_stat.st_mode & S_IFREG) ) { in read_files_and_state()
2408 if(stat(tmp_path, &make_state_stat)) { in read_files_and_state()