Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/musl/src/locale/
Ddcngettext.c99 struct msgcat { struct
100 struct msgcat *next; argument
119 static struct msgcat *volatile cats; in dcngettext() argument
/aosp_15_r20/external/musl/src/locale/
H A Ddcngettext.c107 struct msgcat { struct
108 struct msgcat *next; argument
127 static struct msgcat *volatile cats; in dcngettext() argument
/aosp_15_r20/external/selinux/libsepol/src/
H A Dservices.c274 static void msgcat(const char *src, const char *tgt, const char *op, int failed) in msgcat() function