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

/illumos-gate/usr/src/lib/libnsl/ipsec/
H A Dalgs.c847 int i, my_errno = ENOENT; local
852 my_errno = EFAULT;
870 my_errno = (rc == NULL) ? ENOMEM : 0;
877 my_errno = EINVAL;
883 *errnop = my_errno;
892 int i, my_errno = ENOENT; local
903 my_errno = (rc == NULL) ? ENOMEM : 0;
908 my_errno = EINVAL;
913 *errnop = my_errno;
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c1718 int my_errno = 0; local
1768 my_errno = errcode;
1775 switch (my_errno) {
1921 int my_errno = 0; local
1930 my_errno = errcode;
1938 switch (my_errno) {
1975 my_errno = errcode;
1987 switch (my_errno) {
2027 my_errno = errcode;
2039 switch (my_errno) {
2149 int my_errno = 0; local
[all...]

Completed in 63 milliseconds