Searched refs:local_errno (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Ddbm.c347 return (hp->local_errno);
357 hp->local_errno = 0;
H A Dhash.h97 int32_t local_errno; /* Error Number -- for DBM compatibility */ member in struct:htab
H A Dhash.c650 hashp->local_errno = errno = EINVAL;
667 hashp->local_errno = errno = EINVAL;
671 hashp->local_errno = errno = EPERM;
688 hashp->local_errno = errno = EINVAL;
692 hashp->local_errno = errno = EPERM;
868 hashp->local_errno = errno = EINVAL;
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c99 int err = 0, local_errno; local
107 local_errno = errno;
117 local_errno = errno;
123 dev, strerror(local_errno));

Completed in 27 milliseconds