Home
last modified time | relevance | path

Searched defs:msgcat (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/locale/
Ddcngettext.c99 struct msgcat { struct
100 struct msgcat *next; argument
119 static struct msgcat *volatile cats; in dcngettext() argument
/third_party/musl/porting/linux/user/src/locale/
Ddcngettext.c130 struct msgcat { struct
131 struct msgcat *next; argument
150 static struct msgcat *volatile cats; in dcngettext() argument
/third_party/gettext/gettext-tools/src/
Dmsgunfmt.tcl17 namespace eval msgcat { namespace
DMakefile.am31 msgattrib msgcat msgcomm msgconv msgen msgexec msgfilter msggrep msginit msguniq \ program
/third_party/selinux/libsepol/src/
Dservices.c274 static void msgcat(const char *src, const char *tgt, const char *op, int failed) in msgcat() function