Searched refs:__os_get_errno (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/os/
H A Dos_errno.c28 * that reason, __os_get_errno() and __os_get_syserr set errno to EAGAIN if
33 * __os_get_errno --
37 * PUBLIC: int __os_get_errno __P((void));
40 __os_get_errno() function
H A Dos_dir.c47 return (__os_get_errno());
/macosx-10.9.5/BerkeleyDB-21/db/common/
H A Ddb_getlong.c33 __os_get_errno() == ERANGE) {
92 if (val == ULONG_MAX && __os_get_errno() == ERANGE) {
/macosx-10.9.5/BerkeleyDB-21/db/os_brew/
H A Dos_errno.c26 * that reason, __os_get_errno() and __os_get_syserr set errno to EAGAIN if
31 * __os_get_errno --
36 __os_get_errno() function
/macosx-10.9.5/BerkeleyDB-21/db/clib/
H A Dgetcwd.c209 save_errno = __os_get_errno();
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dos_ext.h36 int __os_get_errno __P((void));
H A Dint_def.in1168 #define __os_get_errno __os_get_errno@DB_VERSION_UNIQUE_NAME@
/macosx-10.9.5/BerkeleyDB-21/db/os_windows/
H A Dos_errno.c26 * that reason, __os_get_errno() and __os_get_syserr set errno to EAGAIN if
31 * __os_get_errno --
36 __os_get_errno() function
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_recno.c1003 ret = __os_get_errno();
1094 ret = __os_get_errno();
1101 ret = __os_get_errno();
1138 write_err: ret = __os_get_errno();
1148 t_ret = __os_get_errno();
/macosx-10.9.5/BerkeleyDB-21/db/log/
H A Dlog_archive.c128 ret = __os_get_errno();
/macosx-10.9.5/BerkeleyDB-21/db/rpc_server/c/
H A Ddb_server_util.c389 *errp = __os_get_errno();
/macosx-10.9.5/BerkeleyDB-21/db/rpc_server/cxx/
H A Ddb_server_cxxutil.cpp367 *errp = __os_get_errno();
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_pr.c78 return (__os_get_errno());

Completed in 198 milliseconds