Searched defs:DB_EXIST (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgtxt.c68 #define DB_EXIST 1 /* The catalogue exists */ macro
165 db->flag |= DB_EXIST;
180 if ((db->flag & (DB_OPEN|DB_EXIST)) ==
181 (DB_OPEN|DB_EXIST)) {
226 if (db == NULL || (db->flag & DB_EXIST) == 0)

Completed in 44 milliseconds