Searched refs:dbm (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/historic/
H A DMakefile1 C= dbm.html \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbm/
H A Ddbm.c41 * $Id: dbm.c,v 12.14 2008/01/11 20:49:58 bostic Exp $
51 * This package provides dbm and ndbm compatible interfaces to DB.
180 (void)fprintf(stderr, "dbm: no open database.\n");
184 * This package provides dbm and ndbm compatible interfaces to DB.
252 __db_ndbm_close(dbm)
253 DBM *dbm;
257 dbc = (DBC *)dbm;
268 __db_ndbm_fetch(dbm, key)
269 DBM *dbm;
277 dbc = (DBC *)dbm;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_tags16 ../dbm/*.[ch] \
H A Ds_include107 for i in dbm hsearch; do
H A Ds_symlink35 build dbm/tags ../dist/tags
H A DMakefile.in195 db_stati@o@ db_truncate@o@ db_upg@o@ db_upg_opd@o@ dbm@o@ \
1468 dbm@o@: $(srcdir)/dbm/dbm.c
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_compat.c282 * Implements "dbm" commands.
290 bdb_DbmCommand(interp, objc, objv, flag, dbm)
295 DBM *dbm; /* DBM pointer */
390 DB_RETOK_STD(ret), "dbm fetch");
399 data = dbm_fetch(dbm, key);
431 DB_RETOK_STD(ret), "dbm fetch");
439 DB_RETOK_STD(ret), "dbm fetch");
459 ret = dbm_store(dbm, key, data, flag);
478 DB_RETOK_STD(ret), "dbm fetch");
487 ret = dbm_delete(dbm, ke
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Ddbm.tcl5 # $Id: dbm.tcl,v 12.6 2008/01/08 20:58:53 bostic Exp $
7 # TEST dbm
13 proc dbm { { nentries 1000 } } { procedure
H A Dtestparams.tcl139 source $test_path/dbm.tcl
H A Dtest.tcl224 {"DBM interface" "dbm"}
539 dbm -
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A DMakefile27 # Where the system [n]dbm routines are...
43 # The include directory for gdbm.h and dbm.h.
117 HDRS = gdbmdefs.h extern.h gdbmerrno.h systems.h dbm.h ndbm.h gdbmconst.h \
152 $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/dbm.h \
153 $(INSTALL_ROOT)$(includedir)/dbm.h
254 # dbm files
H A DMakefile.in26 # Where the system [n]dbm routines are...
40 # The include directory for gdbm.h and dbm.h.
114 HDRS = gdbmdefs.h extern.h gdbmerrno.h systems.h dbm.h ndbm.h gdbmconst.h \
146 $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/dbm.h \
147 $(INSTALL_ROOT)$(includedir)/dbm.h
243 # dbm files
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dwext.c33 * @brief Convert mw value to dbm value
36 * @return the value of dbm
549 lbs_deb_wext("tx power level %d dbm\n", adapter->txpowerlevel);
1973 u16 dbm; local
1987 dbm = (u16) mw_to_dbm(vwrq->value);
1989 dbm = (u16) vwrq->value;
1994 dbm = 0xffff;
1996 lbs_deb_wext("txpower set %d dbm\n", dbm);
2001 cmd_option_waitforrsp, 0, (void *)&dbm);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile197 db_stati.lo db_truncate.lo db_upg.lo db_upg_opd.lo dbm.lo \
1470 dbm.lo: $(srcdir)/dbm/dbm.c
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_phy.c1900 s8 dbm = 0; local
1911 dbm = phy->tssi2dbm[tmp];
1917 dbm = phy->tssi2dbm[tmp];
1923 return dbm;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo.c678 u8 noiseMaxdBm; /* Highest noise dbm in last minute */
1140 static u8 airo_dbm_to_pct (tdsRssiEntry *rssi_rid, u8 dbm);
5761 static u8 airo_dbm_to_pct (tdsRssiEntry *rssi_rid, u8 dbm) argument
5769 if (rssi_rid[i].rssidBm == dbm)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/
H A Dbackup-configure1829 --enable-dbm Enable use of DBM
23626 # Check for dbm
23628 # Check whether --enable-dbm was given.
23633 *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-dbm" >&5
23634 $as_echo "$as_me: error: bad value ${enableval} for --enable-dbm" >&2;}
23658 { { $as_echo "$as_me:$LINENO: error: *** --enable-gdbm and --enable-dbm both specified ***" >&5
23659 $as_echo "$as_me: error: *** --enable-gdbm and --enable-dbm both specified ***" >&2;}
24053 { { $as_echo "$as_me:$LINENO: error: *** dbm not found ***" >&5
24054 $as_echo "$as_me: error: *** dbm not found ***" >&2;}
24539 py_mod_var=`echo dbm'
[all...]
H A Dconfigure1829 --enable-dbm Enable use of DBM
23626 # Check for dbm
23628 # Check whether --enable-dbm was given.
23633 *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-dbm" >&5
23634 $as_echo "$as_me: error: bad value ${enableval} for --enable-dbm" >&2;}
23658 { { $as_echo "$as_me:$LINENO: error: *** --enable-gdbm and --enable-dbm both specified ***" >&5
23659 $as_echo "$as_me: error: *** --enable-gdbm and --enable-dbm both specified ***" >&2;}
24053 { { $as_echo "$as_me:$LINENO: error: *** dbm not found ***" >&5
24054 $as_echo "$as_me: error: *** dbm not found ***" >&2;}
24650 py_mod_var=`echo dbm'
[all...]

Completed in 373 milliseconds