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

/illumos-gate/usr/src/lib/libast/common/misc/
H A Dtranslate.c72 Dt_t* catalogs; /* catalog dictionary handle */ member in struct:__anon2657
165 if (!dtinsert(state.catalogs, cp))
189 * catalogs do not advertize the max message number, so
249 if (*s && ((cp = (Catalog_t*)dtmatch(state.catalogs, s)) || (cp = init(s))) && cp->messages && (mp = (Message_t*)dtmatch(cp->messages, msg)))
276 * it creates the state.catalogs dictionary. A dictionary entry
312 * initialize the catalogs dictionary
315 if (!state.catalogs)
324 if (!(state.catalogs = dtopen(&state.catalog_disc, Dtset)))
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1262 printf "$(gettext "Could not find global catalogs. Exiting").\n" >&2

Completed in 65 milliseconds