Home
last modified time | relevance | path

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

/src/lib/libc/nls/
H A Dmsgcat.c81 #define SAVEFAIL(n, l, e) { np = calloc(1, sizeof(struct catentry)); \
107 struct catentry { struct
108 SLIST_ENTRY(catentry) list;
117 SLIST_HEAD(listhead, catentry) cache = argument
130 struct catentry *np; in __catopen_l()
343 catfree(struct catentry *np) in catfree()
350 SLIST_REMOVE(&cache, np, catentry, list); in catfree()
360 struct catentry *np; in catclose()
390 struct catentry *np; in load_msgcat()
461 np = calloc(1, sizeof(struct catentry)); in load_msgcat()