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

/macosx-10.10/shell_cmds-179/find/
H A Dfind.c234 int stat_errno = errno; local
236 if (stat_errno == ELOOP) {
249 if (stat_errno != ENAMETOOLONG) { /* if name is too long, just let existing logic handle it */
/macosx-10.10/gpatch-3/patch/
H A Dpch.c300 int stat_errno[3]; local
537 stat_errno[i] = stat_errno[i0];
538 if (! stat_errno[i])
542 stat_errno[i] = errno;
545 stat_errno[i] = 0;
556 i = best_name (name, stat_errno);
580 stat_errno[i] = 0;
588 if (! stat_errno[i])
644 inerrno = stat_errno[
[all...]
/macosx-10.10/rsync-45/rsync/
H A Dgenerator.c803 int statret, real_ret, stat_errno; local
859 stat_errno = ENOENT;
886 stat_errno = errno;
889 if (ignore_non_existing && statret == -1 && stat_errno == ENOENT) {
1172 stat_errno = ENOENT;
1222 if (stat_errno == ENOENT)
1224 rsyserr(FERROR, stat_errno, "recv_generator: failed to stat %s",

Completed in 194 milliseconds