Searched refs:SAVEFAIL (Results 1 – 1 of 1) sorted by relevance
| /freebsd/lib/libc/nls/ |
| H A D | msgcat.c | 81 #define SAVEFAIL(n, l, e) { np = calloc(1, sizeof(struct catentry)); \ macro 246 SAVEFAIL(name, lang, ENAMETOOLONG); in __catopen_l() 270 SAVEFAIL(name, lang, ENOENT); in __catopen_l() 412 SAVEFAIL(name, lang, errno); in load_msgcat() 419 SAVEFAIL(name, lang, saved_errno); in load_msgcat() 426 SAVEFAIL(name, lang, ENOENT); in load_msgcat() 437 SAVEFAIL(name, lang, ENOENT); in load_msgcat() 445 SAVEFAIL(name, lang, saved_errno); in load_msgcat() 453 SAVEFAIL(name, lang, ENOENT); in load_msgcat() 472 SAVEFAIL(name, lang, ENOMEM); in load_msgcat()
|