Home
last modified time | relevance | path

Searched defs:errorcode (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DRWMutex.cpp53 int errorcode = pthread_rwlock_init(rwlock, nullptr); in RWMutexImpl() local
76 int errorcode = pthread_rwlock_rdlock(rwlock); in lock_shared() local
86 int errorcode = pthread_rwlock_unlock(rwlock); in unlock_shared() local
96 int errorcode = pthread_rwlock_wrlock(rwlock); in lock() local
106 int errorcode = pthread_rwlock_unlock(rwlock); in unlock() local
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_error.c35 _dwarf_set_error(Dwarf_Debug dbg, Dwarf_Error *error, int errorcode, in _dwarf_set_error()
/netbsd-src/external/bsd/am-utils/dist/conf/mount/
H A Dmount_linux.c492 int errorcode; in mount_linux_nfs() local
601 int errorcode; in mount_linux_nfs4() local
636 int errorcode; in mount_linux_nonfs() local
751 int errorcode; in mount_linux() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dtc.c65 reply(void *ctx, int errorcode, heim_idata *rep, heim_icred cred) in reply()
H A Dclient.c108 int ret, errorcode, retries = 0; in mach_ipc() local
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Derrtest.c58 unsigned long errorcode; in test_print_error_format() local
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_verify.c118 X509 *errorcert, int errorcode) in update_error_state()
H A Dtls.h261 int errorcode; /* First error at error depth */ member