Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dhashserv.c213 prs_buff(_gettext("hits cost command\n")); in hashpr()
333 prs_buff(_gettext(" is a shell builtin\n")); in what_is_path()
341 prs_buff(_gettext(" is a function\n")); in what_is_path()
359 prs_buff(_gettext(" not" in what_is_path()
369 prs_buff(_gettext(" is hashed (")); in what_is_path()
378 prs_buff(_gettext(" is a shell builtin\n")); in what_is_path()
384 prs_buff(_gettext(" is ")); in what_is_path()
391 prs_buff(_gettext(" not found\n")); in what_is_path()
H A Derror.c43 prs(_gettext(s)); in error()
53 prs(_gettext((const char *)s1)); in failed_body()
57 prs(_gettext(s2)); in failed_body()
H A Dulimit.c148 prs_buff(_gettext(rlimtab[res].name)); in sysulimit()
150 prs_buff(_gettext(rlimtab[res].scale)); in sysulimit()
156 prs_buff(_gettext("unlimited")); in sysulimit()
167 prs_buff(_gettext("unlimited")); in sysulimit()
H A Dcmd.c591 prs(_gettext(endoffile)); in prsym()
597 prs(_gettext(nlorsemi)); in prsym()
607 prs(_gettext(synmsg)); in synbad()
610 prs(_gettext(atline)); in synbad()
620 prs(_gettext(unexpected)); in synbad()
H A Dname.c570 prs_buff(_gettext(readonly)); in printro()
582 prs_buff(_gettext(export)); in printexp()
823 prs(_gettext(badlocale));
H A Ddefs.h218 #define _gettext(s) (unsigned char *)gettext(s) macro
H A Dbltin.c469 prs_buff(_gettext("unknown builtin\n")); in builtin()
H A Dmain.c520 prs(_gettext(mailmsg)); in chkmail()
H A Djobs.c592 prs(_gettext(jobsstopped));
601 prs(_gettext(jobsrunning));
H A Dxec.c531 prs(_gettext(execpmsg)); in execprint()
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext.c32 #pragma weak _gettext = gettext macro