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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgtxt.c104 load_db(const char *curloc, const char *catname, int *err) argument
143 (void) strcpy(db->db_name, catname);
198 lookup_cache(struct db_info *db, const char *curloc, const char *catname) argument
211 if (strcmp(db->db_name, catname) == 0) {
244 * __gtxt(catname, id, dflt): Return a pointer to a message.
245 * catname is the name of the catalog. If null, the default catalog is
255 __gtxt(const char *catname, int id, const char *dflt) argument
271 if (!catname || !*catname) {
277 catname
[all...]

Completed in 21 milliseconds