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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgtxt.c67 #define DB_EXIST 1 /* The catalogue exists */ macro
164 db->flag |= DB_EXIST;
179 if ((db->flag & (DB_OPEN|DB_EXIST)) ==
180 (DB_OPEN|DB_EXIST)) {
225 if (db == NULL || (db->flag & DB_EXIST) == 0)

Completed in 20 milliseconds