Searched refs:statfailed (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/patch_cmds-17/patch/
H A Dinp.c135 int ifd, statfailed; local
150 statfailed = stat(filename, &filestat);
151 if (statfailed && ok_to_create_file) {
164 statfailed = stat(filename, &filestat);
166 if (statfailed && check_only)
169 if (statfailed ||
197 } else if (statfailed)
204 if (!statfailed) {

Completed in 284 milliseconds