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

/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Duucp.c487 int type, statret; local
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dftpd.c6731 int statret; local
6772 if (statret=stat(whichfiles, &st) < 0)
6773 statret=lstat(whichfiles, &st); /* Check if it's a dangling symlink */
6774 if (statret >= 0) {
6819 statret=stat(dirname, &st);
6820 if (statret < 0)
6821 statret=lstat(dirname, &st); /* Could be a dangling symlink */
6822 if (statret < 0) {

Completed in 96 milliseconds