| /src/crypto/external/bsd/heimdal/dist/lib/otp/ |
| otp_challenge.c | 46 void *dbm; local 56 dbm = otp_db_open (); 57 if (dbm == NULL) { 61 ret = otp_get (dbm, ctx); 62 otp_db_close (dbm);
|
| otp_verify.c | 65 void *dbm; local 71 dbm = otp_db_open (); 72 if (dbm == NULL) { 76 otp_put (dbm, ctx); 78 otp_db_close (dbm);
|
| otp_db.c | 80 otp_db_close (void *dbm) 82 dbm_close ((DBM *)dbm); 94 DBM *dbm = (DBM *)v; local 100 return dbm_delete(dbm, key); 110 DBM *dbm = (DBM *)v local 183 DBM *dbm = (DBM *)v; local [all...] |
| /src/external/ibm-public/postfix/dist/src/util/ |
| dict_sdbm.c | 65 SDBM *dbm; /* open database */ member in struct:__anon114 108 * See if this DBM file was written with one null byte appended to key 114 dbm_value = sdbm_fetch(dict_sdbm->dbm, dbm_key); 122 * See if this DBM file was written with no null byte appended to key and 128 dbm_value = sdbm_fetch(dict_sdbm->dbm, dbm_key); 207 if ((status = sdbm_store(dict_sdbm->dbm, dbm_key, dbm_value, 263 * See if this DBM file was written with one null byte appended to key 269 sdbm_clearerr(dict_sdbm->dbm); 270 if ((status = sdbm_delete(dict_sdbm->dbm, dbm_key)) < 0) { 271 if (sdbm_error(dict_sdbm->dbm) != 0)/* fatal error * 413 SDBM *dbm; local [all...] |
| dict_dbm.c | 7 /* dictionary manager interface to DBM files 17 /* dict_dbm_open() opens the named DBM database and makes it available 71 DBM *dbm; /* open database */ member in struct:__anon92 114 * See if this DBM file was written with one null byte appended to key 120 dbm_value = dbm_fetch(dict_dbm->dbm, dbm_key); 128 * See if this DBM file was written with no null byte appended to key and 134 dbm_value = dbm_fetch(dict_dbm->dbm, dbm_key); 213 if ((status = dbm_store(dict_dbm->dbm, dbm_key, dbm_value, 215 msg_fatal("error writing DBM database %s: %m", dict_dbm->dict.name) 418 DBM *dbm; local [all...] |
| /src/external/bsd/mdocml/bin/mandoc/ |
| Makefile | 15 dbm.c \
|
| /src/external/bsd/mdocml/dist/ |
| Makefile | 87 dbm.c \ 160 dbm.h \ 294 DBM_OBJS = dbm.o \
|
| /src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| ndbm.c | 47 #include <dbm.h> 51 DBM *db;
|
| /src/sys/dev/ic/ |
| rt2661.c | 2828 int lo, hi, dbm; local 2842 dbm = sc->avg_rssi; 2846 DPRINTFN(2, ("RSSI=%ddBm false CCA=%d\n", dbm, cca)); 2848 if (dbm < -74) { 2852 hi -= 2 * (-74 - dbm); 2863 } else if (dbm < -66) { 2865 } else if (dbm < -58) { 2867 } else if (dbm < -35) { 2869 } else { /* very good RSSI >= -35dBm */
|
| bwi.c | 4809 int32_t m1, m2, f, dbm; local 4832 dbm = _bwi_adjust_devide(m1 * f, 8192); 4833 if (dbm < -127) 4834 dbm = -127; 4835 else if (dbm > 128) 4836 dbm = 128; 4838 *txpwr = dbm; 4878 "max txpower from sprom: %d dBm\n", rf->rf_txpower_max); 4882 * by antenna gain and 1.5 dBm fluctuation as mentioned 4898 "ant gain %d dBm\n", ant_gain) [all...] |
| /src/external/public-domain/sqlite/dist/ |
| shell.c | 14885 sqlite3 *dbm; /* In-memory db for this analysis */ member in struct:sqlite3expert 15603 ** Search database dbm for an index compatible with the one idxCreateFromCons() 15612 sqlite3* dbm, /* Database to search */ 15626 rc = idxPrintfPrepareStmt(dbm, &pIdxList, 0, "PRAGMA index_list=%Q", zTbl); 15637 rc = idxPrintfPrepareStmt(dbm, &pInfo, 0, "PRAGMA index_xInfo=%Q", zIdx); 15697 sqlite3 *dbm = p->dbm; local 15699 if( (pEq || pTail) && 0==idxFindCompatible(&rc, dbm, pScan, pEq, pTail) ){ 15734 rc = sqlite3_exec(dbm, zFind, countNonzeros, &i, 0); 15758 rc = sqlite3_exec(dbm, zIdx, 0, 0, p->pzErrmsg) 15920 sqlite3 *dbm = p->dbm; local [all...] |
| /src/external/gpl3/gcc/dist/fixincludes/ |
| inclhack.def | 635 files = curses.h, dbm.h, locale.h, stdio.h, stdlib.h, string.h, 5283 files = curses.h, dbm.h, locale.h, stdio.h, stdlib.h, string.h,
|
| /src/external/gpl3/gcc.old/dist/fixincludes/ |
| inclhack.def | 635 files = curses.h, dbm.h, locale.h, stdio.h, stdlib.h, string.h, 5149 files = curses.h, dbm.h, locale.h, stdio.h, stdlib.h, string.h,
|
| /src/external/bsd/nsd/dist/ |
| remote.c | 3266 uint64_t dbm = stats[0].db_mem; local 3276 dbm = stats[xfrd->nsd->child_count+0].db_mem; 3287 stats[0].db_mem = dbm;
|
| /src/crypto/external/bsd/heimdal/dist/ |
| configure | 18157 DBM *dbm; 18330 ac_fn_c_check_header_compile "$LINENO" "dbm.h" "ac_cv_header_dbm_h" "$ac_includes_default" 18372 #include <dbm.h> 18374 DBM *dbm; 18490 DBM *dbm; 18593 #include <dbm.h> 18597 DBM *d [all...] |
| /src/external/ibm-public/postfix/dist/mantools/ |
| postlink | 1285 s/\b(dbm):/<a href="DATABASE_README.html#types">$1<\/a>:/g;
|