Searched refs:dbm_open (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A Dndbm.h47 extern DBM *dbm_open ();
H A Ddbmopen.c56 dbm_open (file, flags, mode) function
H A Dtestndbm.c100 dbm_file = dbm_open (file_name, O_RDWR|O_CREAT, 00664);
103 printf ("dbm_open failed.\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Dstdb.c61 if (!(dbm_file = dbm_open((char*) DATABASE_FILE, O_RDONLY, 0)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbm/
H A Ddbm.c92 if ((__cur_db = dbm_open(file, O_CREAT | O_RDWR, DB_MODE_600)) != NULL)
94 if ((__cur_db = dbm_open(file, O_RDONLY, 0)) != NULL)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_compat.c267 if ((*dbpp = dbm_open(db, open_flags, mode)) == NULL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h2197 #define dbm_open(a, b, c) __db_ndbm_open(a, b, c) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h2186 #define dbm_open(a, b, c) __db_ndbm_open(a, b, c) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h2207 #define dbm_open(a, b, c) __db_ndbm_open(a, b, c) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h2195 #define dbm_open(a, b, c) __db_ndbm_open(a, b, c) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h2234 #define dbm_open(a, b, c) __db_ndbm_open(a, b, c) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h2234 #define dbm_open(a, b, c) __db_ndbm_open(a, b, c) macro

Completed in 233 milliseconds