Home
last modified time | relevance | path

Searched refs: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; in load_db()
180 if ((db->flag & (DB_OPEN|DB_EXIST)) == in unload_db()
181 (DB_OPEN|DB_EXIST)) { in unload_db()
226 if (db == NULL || (db->flag & DB_EXIST) == 0) in valid_msg()