Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpsiginfo.c47 #define strsignal(i) (_libc_gettext(_sys_siglistp[i]))
61 l = snprintf(buf, sizeof (buf), _libc_gettext("%s : "), s); in psiginfo()
69 _libc_gettext("%s ( from process %d )\n"), in psiginfo()
73 c = _libc_gettext(listp->vsiginfo[sip->si_code-1]); in psiginfo()
80 _libc_gettext("%s ( [%p] %s)\n"), in psiginfo()
86 _libc_gettext("%s (%s)\n"), in psiginfo()
92 _libc_gettext("%s\n"), strsignal(sip->si_signo)); in psiginfo()
H A Dgetopt_long.c271 _libc_gettext( in verify_short_long_equivalents()
291 _libc_gettext("%s: equivalent short " in verify_short_long_equivalents()
362 _libc_gettext( in parse_long_options()
376 _libc_gettext( in parse_long_options()
410 _libc_gettext( in parse_long_options()
431 _libc_gettext("%s: illegal option -- %s"), in parse_long_options()
642 _libc_gettext("%s: illegal option -- %s"), in getopt_internal()
657 _libc_gettext( in getopt_internal()
695 _libc_gettext( in getopt_internal()
H A Dperror.c54 c = _libc_gettext(&_sys_errs[_sys_index[err]]); in perror()
56 c = _libc_gettext("Unknown error"); in perror()
H A Dassert.c51 _libc_gettext("Assertion failed: %s, file %s, line %d\n"), in _assert()
70 _libc_gettext("Assertion failed: %s, file %s, line %d, \ in _assert_c99()
H A Dgetopt.c231 ERR(_libc_gettext("%s: illegal option -- %s\n"), in getopt()
281 ERR(_libc_gettext("%s: option requires an argument" \ in getopt()
293 ERR(_libc_gettext( in getopt()
H A Dstrerror.c98 buf = _libc_gettext((char *)&_sys_errs[_sys_index[errnum]]); in strerror_r()
100 buf = _libc_gettext("Unknown error"); in strerror_r()
H A Dstrsignal.c40 return (_libc_gettext((char *)_sys_siglistp[signum])); in strsignal()
H A D_libc_gettext.h40 #define _libc_gettext(msg_id) dgettext(TEXT_DOMAIN, (msg_id)) macro
H A Dpsignal.c56 #define strsignal(i) (_libc_gettext(_sys_siglistp[i]))
H A Dttyname.c744 _libc_gettext( in get_pri_dirs()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregerror.c115 s = _libc_gettext(r->explain); in regerror()