Searched defs:DB (Results 1 - 6 of 6) sorted by relevance
| /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
| H A D | db.h | 112 } DB; typedef in typeref:struct:__db 171 DB *dbopen __P((const char *, int, int, DBTYPE, const void *)); 172 int bt_rseq(const DB*, DBT *, DBT *, void **, u_int); /* XXX kludge */
|
| /illumos-gate/usr/src/ucblib/libcurses/ |
| H A D | curses.c | 51 bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL, XB, XN, variable
|
| /illumos-gate/usr/src/lib/libast/common/comp/ |
| H A D | setlocale.c | 220 #define DB ((int)sizeof(wchar_t)*8-1) macro 222 #define DX (DB/DC) /* wchar_t max embedded chars */ 223 #define DZ (DB-DX*DC+1) /* wchar_t embedded size bits */
|
| /illumos-gate/usr/src/lib/libdevinfo/ |
| H A D | devinfo_devlink.h | 92 uint32_t dngl_idx; /* head of DB dangling links */ 137 struct db_hdr *hdr; /* DB header */ 209 #define MAX_UPDATE_INTERVAL 5 /* Max DB writes before synching with /dev */ 254 #define DB(h) (&(h)->db) macro 255 #define DB_HDR(h) (DB(h)->hdr) 257 #define DB_SEG(h, t) (DB(h)->seg_base[t]) 258 #define DB_SEG_PROT(h, t) (DB(h)->seg_prot[t]) 261 #define DB_RDWR(h) ((DB(h)->flags & OPEN_FLAGS) == OPEN_RDWR) 262 #define DB_RDONLY(h) ((DB(h)->flags & OPEN_FLAGS) == OPEN_RDONLY)
|
| /illumos-gate/usr/src/cmd/tip/ |
| H A D | tip.h | 81 int DB; /* dialback - ignore hangup */ variable
|
| /illumos-gate/usr/src/cmd/sendmail/db/ |
| H A D | db.h | 30 * space that DB doesn't control, but all of the other solutions are worse. 48 * DB needs basic information about specifically sized types. If they're 76 #define DB_VERSION_STRING "Sleepycat Software: Berkeley DB 2.7.7: (08/20/99)" 88 struct __db; typedef struct __db DB; typedef in typeref:struct:__db 132 * DB run-time interface configuration. 138 #define DB_FUNC_DIRFREE 2 /* DB: free directory list. */ 139 #define DB_FUNC_DIRLIST 3 /* DB: create directory list. */ 140 #define DB_FUNC_EXISTS 4 /* DB: return if file exists. */ 143 #define DB_FUNC_IOINFO 7 /* DB: return file I/O information. */ 145 #define DB_FUNC_MAP 9 /* DB [all...] |
Completed in 79 milliseconds