Searched refs:sv_errno (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/usr.sbin/sysinst/
H A Dgeom.c53 int sv_errno; local
61 sv_errno = errno;
63 errno = sv_errno;
/netbsd-current/external/bsd/nvi/dist/common/
H A Dseq.c47 int sv_errno; local
64 sv_errno = errno;
77 sv_errno = errno;
85 sv_errno = errno;
92 sv_errno = errno;
102 sv_errno = errno;
107 mem1: errno = sv_errno;
H A Dmsg.c411 int nf, sv_errno; local
419 sv_errno = errno;
421 errno = sv_errno;
/netbsd-current/lib/libc/string/
H A Dbm.c108 int sv_errno; local
153 mem: sv_errno = errno;
155 errno = sv_errno;
/netbsd-current/bin/sh/
H A Derror.c128 exvwarning(int sv_errno, const char *msg, va_list ap) argument
151 if (sv_errno >= 0)
154 if (sv_errno >= 0)
155 outfmt(&errout, "%s", strerror(sv_errno));

Completed in 171 milliseconds