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

/freebsd-10.3-release/usr.bin/patch/
H A Dinp.c139 int ifd, statfailed, pstat; local
155 statfailed = stat(filename, &filestat);
156 if (statfailed && ok_to_create_file) {
169 statfailed = stat(filename, &filestat);
171 if (statfailed && check_only)
175 if (statfailed ||
206 if (!statfailed) {
254 } else if (statfailed) {
/freebsd-10.3-release/contrib/sendmail/mail.local/
H A Dmail.local.c1495 int statfailed = 0; local
1528 if (statfailed++ > 5)
1535 statfailed = 0;

Completed in 117 milliseconds