Searched refs:dbm_pagfno (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/include/
H A Dndbm.h99 #define dbm_pagfno(a) DBM_PAGFNO_NOT_AVAILABLE macro
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddict_dbm.c456 dict_dbm->dict.stat_fd = dbm_pagfno(dbm);
475 close_on_exec(dbm_pagfno(dbm), CLOSE_ON_EXEC);
/macosx-10.9.5/BerkeleyDB-21/db/dbm/
H A Ddbm.c485 return (dbm_pagfno(dbm));
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_compat.c695 ret = dbm_pagfno(dbp);
/macosx-10.9.5/ruby-104/ruby/ext/dbm/
H A Ddbm.c176 * History of dbm_pagfno() and dbm_dirfno() in ndbm and its compatibles.
177 * (dbm_pagfno() and dbm_dirfno() is not standardized.)
180 * It provides dbm_pagfno() and dbm_dirfno() as macros.
185 * It doesn't provide dbm_pagfno() and dbm_dirfno().
187 * dbm_pagfno() is a macro as DBM_PAGFNO_NOT_AVAILABLE.
189 * It defines dbm_pagfno() and dbm_dirfno() as macros.
191 * dbm_pagfno() and dbm_dirfno() returns different descriptors.
194 rb_fd_fix_cloexec(dbm_pagfno(dbm));
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in2208 #define dbm_pagfno(a) __db_ndbm_pagfno@DB_VERSION_UNIQUE_NAME@(a)
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h2198 #define dbm_pagfno(a) __db_ndbm_pagfno(a) macro
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h2187 #define dbm_pagfno(a) __db_ndbm_pagfno(a) macro
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h2196 #define dbm_pagfno(a) __db_ndbm_pagfno(a) macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h2235 #define dbm_pagfno(a) __db_ndbm_pagfno(a) macro
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h2235 #define dbm_pagfno(a) __db_ndbm_pagfno(a) macro

Completed in 311 milliseconds