Searched refs:__gtxt (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | pfmt_data.h | 49 extern const char *__gtxt(const char *, int, const char *);
|
H A D | pfmt_print.c | 90 format = __gtxt(catbuf, txtmsgnum, ptr); 105 colon = __gtxt(fmt_cat, def_colonid, def_colon); 139 psev = __gtxt(fmt_cat, sev, sev_list[d_sev]);
|
H A D | gtxt.c | 30 /* __gtxt(): Common part to gettxt() and pfmt() */ 245 * __gtxt(catname, id, dflt): Return a pointer to a message. 256 __gtxt(const char *catname, int id, const char *dflt) function
|
Completed in 62 milliseconds