Searched refs:nl_langinfo (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-11-stable/lib/libc/locale/
H A Drpmatch.c40 if (regcomp(&yes, nl_langinfo(YESEXPR), REG_EXTENDED|REG_NOSUB) != 0)
42 if (regcomp(&no, nl_langinfo(NOEXPR), REG_EXTENDED|REG_NOSUB) != 0) {
H A DMakefile.inc13 mskanji.c nextwctype.c nl_langinfo.c nomacros.c none.c rpmatch.c \
44 nextwctype.3 nl_langinfo.3 rpmatch.3 \
60 MLINKS+=nl_langinfo.3 nl_langinfo_l.3
H A Dnl_langinfo.c204 nl_langinfo(nl_item item) function
/freebsd-11-stable/contrib/apr/misc/unix/
H A Dcharset.c71 charset = nl_langinfo(CODESET);
74 /* Some versions of OSD_POSIX return nl_langinfo(CODESET)="^[nN]" */
/freebsd-11-stable/contrib/gcc/
H A Dintl.c73 encoding = nl_langinfo (CODESET);
/freebsd-11-stable/bin/ls/
H A Dprint.c151 case 0: return (nl_langinfo(ABMON_1));
152 case 1: return (nl_langinfo(ABMON_2));
153 case 2: return (nl_langinfo(ABMON_3));
154 case 3: return (nl_langinfo(ABMON_4));
155 case 4: return (nl_langinfo(ABMON_5));
156 case 5: return (nl_langinfo(ABMON_6));
157 case 6: return (nl_langinfo(ABMON_7));
158 case 7: return (nl_langinfo(ABMON_8));
159 case 8: return (nl_langinfo(ABMON_9));
160 case 9: return (nl_langinfo(ABMON_1
[all...]
/freebsd-11-stable/include/
H A Dlanginfo.h132 char *nl_langinfo(nl_item);
/freebsd-11-stable/lib/libedit/
H A Dsys.h117 #define nl_langinfo(i) "" macro
/freebsd-11-stable/usr.bin/find/
H A Dls.c93 d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_iconv.c290 src = nl_langinfo(CODESET);
292 dst = nl_langinfo(CODESET);
/freebsd-11-stable/bin/pax/
H A Dgen_subs.c92 d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
162 d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
/freebsd-11-stable/usr.bin/finger/
H A Dsprint.c69 d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
H A Dlprint.c109 d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h235 /* force our no-op nl_langinfo and mbtowc */
242 # define nl_langinfo(x) "" macro
/freebsd-11-stable/usr.bin/calendar/
H A Dio.c295 d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
355 d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
/freebsd-11-stable/usr.bin/w/
H A Dw.c146 use_ampm = (*nl_langinfo(T_FMT_AMPM) != '\0');
147 use_comma = (*nl_langinfo(RADIXCHAR) != ',');
/freebsd-11-stable/usr.bin/last/
H A Dlast.c154 d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
157 p = nl_langinfo(CODESET);
/freebsd-11-stable/usr.bin/rwho/
H A Drwho.c104 d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
/freebsd-11-stable/crypto/openssh/
H A Dutf8.c62 loc = nl_langinfo(CODESET);
/freebsd-11-stable/usr.bin/who/
H A Dwho.c175 d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
/freebsd-11-stable/contrib/dialog/
H A Dcalendar.c87 table[n] = nl_langinfo(items[n]);
130 table[n] = nl_langinfo(items[n]);
/freebsd-11-stable/usr.bin/morse/
H A Dmorse.c415 *(codeset = nl_langinfo(CODESET)) != '\0') {
/freebsd-11-stable/contrib/nvi/common/
H A Dconv.c47 cs = nl_langinfo(CODESET);
/freebsd-11-stable/usr.bin/locale/
H A Dlocale.c33 * nl_langinfo(3) extensions)
37 * nl_langinfo(CODESET).
89 /* ids for values not referenced by nl_langinfo() */
624 *kwval = nl_langinfo(kwinfo[i].value_ref);
/freebsd-11-stable/usr.sbin/ac/
H A Dac.c291 d_first = (*nl_langinfo(D_MD_ORDER) == 'd');

Completed in 291 milliseconds

123