Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/locale/
Ddcngettext.c138 struct msgcat { struct
139 struct msgcat *next; argument
158 static struct msgcat *volatile cats; in dcngettext() argument
/third_party/musl/src/locale/
Ddcngettext.c126 struct msgcat { struct
127 struct msgcat *next; argument
146 static struct msgcat *volatile cats; in dcngettext() argument
/third_party/selinux/libsepol/src/
Dservices.c274 static void msgcat(const char *src, const char *tgt, const char *op, int failed) in msgcat() function