Searched defs:file_errno (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c57 int file_errno = 0; local
89 file_errno = errno;
185 if (file_errno != 0)
187 int ret = file_errno;
194 if (!bitset(SFF_CREAT, flags) || file_errno != ENOENT)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c1093 int file_errno = errno; local
1095 if (file_errno != ENOENT && file_errno != EACCES) {
1115 if (!runique && file_errno == EACCES) {
1116 errno = file_errno;
1122 if (runique && file_errno == EACCES &&

Completed in 63 milliseconds