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

/freebsd-11-stable/usr.bin/patch/
H A Dinp.c140 int ifd, statfailed; local
155 statfailed = stat(filename, &filestat);
156 if (statfailed && ok_to_create_file) {
169 statfailed = stat(filename, &filestat);
171 if (statfailed)
/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c1495 int statfailed = 0; local
1528 if (statfailed++ > 5)
1535 statfailed = 0;

Completed in 60 milliseconds