| /src/distrib/utils/libhack/ |
| nl_langinfo.c | 1 /* $NetBSD: nl_langinfo.c,v 1.1 2019/07/28 10:21:18 martin Exp $ */ 11 * Cheap and dirty nl_langinfo() - implements just enough 15 nl_langinfo(nl_item what) function in typeref:typename:char *
|
| Makefile.inc | 26 nl_langinfo.o strcasecmp.o sysctl.o \
|
| /src/lib/libc/locale/ |
| Makefile.inc | 9 freelocale.c localeconv.c newlocale.c nl_langinfo.c \ 34 MAN+= duplocale.3 freelocale.3 newlocale.3 setlocale.3 nl_langinfo.3
|
| nl_langinfo.c | 1 /* $NetBSD: nl_langinfo.c,v 1.18 2017/01/10 17:50:24 christos Exp $ */ 30 __RCSID("$NetBSD: nl_langinfo.c,v 1.18 2017/01/10 17:50:24 christos Exp $"); 170 nl_langinfo(nl_item item)
|
| /src/usr.bin/iconv/ |
| iconv.c | 217 opt_f = nl_langinfo(CODESET); 219 opt_t = nl_langinfo(CODESET);
|
| /src/include/ |
| langinfo.h | 89 char *nl_langinfo(nl_item);
|
| /src/lib/libintl/ |
| gettext_iconv.c | 152 tocode = nl_langinfo(CODESET);
|
| /src/tests/lib/libc/locale/ |
| t_mbtowc.c | 184 (void)printf("Charset: %s\n", nl_langinfo(CODESET));
|
| /src/usr.bin/finger/ |
| finger.c | 115 if (strncmp(nl_langinfo(CODESET), "ISO8859-", 8))
|
| /src/usr.sbin/fstyp/ |
| ntfs.c | 112 cd = iconv_open(nl_langinfo(CODESET), NTFS_ENC);
|
| /src/lib/libcurses/ |
| acs.c | 160 lstr = nl_langinfo(CODESET);
|
| /src/sbin/dmesg/ |
| dmesg.c | 167 radix = nl_langinfo(RADIXCHAR);
|
| /src/usr.sbin/usbdevs/ |
| usbdevs.c | 96 ic = iconv_open(nl_langinfo(CODESET), "UTF-8");
|
| /src/usr.bin/locale/ |
| locale.c | 38 * nl_langinfo(3) extensions) 42 * nl_langinfo(CODESET). 99 /* ids for values not referenced by nl_langinfo() */ 620 *kwval = nl_langinfo(kwinfo[i].value_ref);
|
| /src/usr.bin/sdpquery/ |
| print.c | 917 ih = iconv_open(nl_langinfo(CODESET), codeset);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 7698 INTERCEPTOR(char *, nl_langinfo, long item) { 7700 COMMON_INTERCEPTOR_ENTER(ctx, nl_langinfo, item); 7701 char *ret = REAL(nl_langinfo)(item); 7706 #define INIT_NL_LANGINFO COMMON_INTERCEPT_FUNCTION(nl_langinfo)
|