Home
last modified time | relevance | path

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

/titanic_51/usr/src/contrib/ast/src/cmd/msgcc/
H A DPROMO.mm7 message catalogs.
12 catalogs that are compatible with the
17 also supports native message catalogs where available.
22 of C locale message catalogs.
/titanic_51/usr/src/cmd/ast/msgcc/
H A DPROMO.mm7 message catalogs.
12 catalogs that are compatible with the
17 also supports native message catalogs where available.
22 of C locale message catalogs.
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Dtranslate.c73 Dt_t* catalogs; /* catalog dictionary handle */ member
175 if (!dtinsert(state.catalogs, cp)) in init()
196 * catalogs do not advertise the max message number, so in init()
254 if (*s && ((cp = (Catalog_t*)dtmatch(state.catalogs, s)) || (cp = init(s))) && cp->messages && (mp = (Message_t*)dtmatch(cp->messages, msg))) in match()
281 * it creates the state.catalogs dictionary. A dictionary entry
320 * initialize the catalogs dictionary in translate()
323 if (!state.catalogs) in translate()
332 if (!(state.catalogs = dtopen(&state.catalog_disc, Dtset))) in translate()
/titanic_51/usr/src/lib/libast/common/misc/
H A Dtranslate.c72 Dt_t* catalogs; /* catalog dictionary handle */ member
165 if (!dtinsert(state.catalogs, cp)) in init()
249 …if (*s && ((cp = (Catalog_t*)dtmatch(state.catalogs, s)) || (cp = init(s))) && cp->messages && (mp… in match()
315 if (!state.catalogs) in translate()
324 if (!(state.catalogs = dtopen(&state.catalog_disc, Dtset))) in translate()
/titanic_51/usr/src/cmd/praudit/
H A DREADME26 Message catalogs are created by processing all strings in the source
/titanic_51/usr/src/lib/
H A DREADME.Makefiles48 files and building message catalogs, but should defer all other
134 you to build and install message catalogs from your library's source files.
159 messages or omission of intended messages in the catalogs. As such, MSGFILES
171 To build a message catalog from other message catalogs, or from source files
/titanic_51/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1262 printf "$(gettext "Could not find global catalogs. Exiting").\n" >&2