Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/gen/
H A Dgtxt.c70 #define DB_EXIST 1 /* The catalogue exists */ macro
167 db->flag |= DB_EXIST; in load_db()
182 if ((db->flag & (DB_OPEN|DB_EXIST)) == in unload_db()
183 (DB_OPEN|DB_EXIST)) { in unload_db()
228 if (db == NULL || (db->flag & DB_EXIST) == 0) in valid_msg()