Searched refs:__os_tmpdir (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_tmpdir.c20 * __os_tmpdir --
26 * PUBLIC: int __os_tmpdir __P((ENV *, u_int32_t));
29 __os_tmpdir(env, flags) function
/macosx-10.10/BerkeleyDB-21/db/dbinc_auto/
H A Dos_ext.h66 int __os_tmpdir __P((ENV *, u_int32_t));
H A Dint_def.in1198 #define __os_tmpdir __os_tmpdir@DB_VERSION_UNIQUE_NAME@
/macosx-10.10/BerkeleyDB-21/db/env/
H A Denv_open.c629 if (dbenv->db_tmp_dir == NULL && (ret = __os_tmpdir(env, flags)) != 0)

Completed in 96 milliseconds