Searched refs:sys_errno (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Derrors.h125 int sys_errno; /* irrelevent unless errcode == member in struct:pgp_error
H A Dmisc.c282 * \param sys_errno System errno (used if errcode=PGP_E_SYSTEM_ERROR)
291 int sys_errno, const char *file, int line, const char *fmt,...)
320 err->sys_errno = sys_errno;
337 printf("system error %d returned from %s()\n", err->sys_errno,
290 pgp_push_error(pgp_error_t **errstack, pgp_errcode_t errcode, int sys_errno, const char *file, int line, const char *fmt,...) argument
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Dev_connects.c240 evTryAccept(evContext opaqueCtx, evConnID id, int *sys_errno) { argument
275 *sys_errno = new->ioErrno;

Completed in 54 milliseconds