Home
last modified time | relevance | path

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

/NextBSD/lib/libc/nls/
HDmsgcat.c81 np = malloc(sizeof(struct catentry)); \
100 struct catentry { struct
101 SLIST_ENTRY(catentry) list;
110 SLIST_HEAD(listhead, catentry) cache = argument
117 struct catentry *np; in catopen()
331 struct catentry *np; in catclose()
347 SLIST_REMOVE(&cache, np, catentry, list); in catclose()
369 struct catentry *np; in load_msgcat()
438 if ((np = malloc(sizeof(struct catentry))) != NULL) { in load_msgcat()