OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_langinfo
(Results
1 - 25
of
91
) sorted by relevancy
1
2
3
4
/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
Makefile.inc
26
nl_langinfo
.o strcasecmp.o sysctl.o \
/src/external/gpl3/gdb.old/dist/gdb/config/djgpp/
langinfo.h
33
extern char *
nl_langinfo
(nl_item);
/src/external/gpl3/gdb/dist/gdb/config/djgpp/
langinfo.h
33
extern char *
nl_langinfo
(nl_item);
/src/external/lgpl3/gmp/dist/tests/cxx/
clocale.c
1
/* Manipulable localeconv and
nl_langinfo
.
27
#include <langinfo.h> /* for
nl_langinfo
*/
35
/* Replace the libc localeconv and
nl_langinfo
with ones we can manipulate.
59
nl_langinfo
(nl_item n)
/src/external/bsd/nvi/dist/common/
conv.c
40
#define LANGCODESET
nl_langinfo
(CODESET)
132
if (strcmp(
nl_langinfo
(CODESET), enc)) {
133
id = iconv_open(
nl_langinfo
(CODESET), enc);
299
if (strcmp(
nl_langinfo
(CODESET), enc)) {
300
id = iconv_open(enc,
nl_langinfo
(CODESET));
387
o_set(sp, O_FILEENCODING, OS_STRDUP,
nl_langinfo
(CODESET), 0);
388
o_set(sp, O_INPUTENCODING, OS_STRDUP,
nl_langinfo
(CODESET), 0);
429
id = iconv_open(enc,
nl_langinfo
(CODESET));
433
id = iconv_open(
nl_langinfo
(CODESET), enc);
/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
/src/external/gpl3/gcc/dist/gcc/
intl.cc
68
locale_encoding =
nl_langinfo
(CODESET);
/src/external/gpl3/gcc.old/dist/gcc/
intl.cc
68
locale_encoding =
nl_langinfo
(CODESET);
/src/include/
langinfo.h
89
char *
nl_langinfo
(nl_item);
/src/external/gpl3/gcc/dist/libquadmath/printf/
_i18n_number.h
32
outdigit =
nl_langinfo
(_NL_CTYPE_OUTDIGIT0_MB + n);
printf_fp.c
237
decimal =
nl_langinfo
(DECIMAL_POINT);
240
decimal =
nl_langinfo
(MON_DECIMAL_POINT);
242
decimal =
nl_langinfo
(DECIMAL_POINT);
280
grouping =
nl_langinfo
(GROUPING);
282
grouping =
nl_langinfo
(MON_GROUPING);
302
thousands_sep =
nl_langinfo
(THOUSANDS_SEP);
304
thousands_sep =
nl_langinfo
(MON_THOUSANDS_SEP);
315
grouping =
nl_langinfo
(GROUPING);
317
grouping =
nl_langinfo
(MON_GROUPING);
325
thousands_sep =
nl_langinfo
(THOUSANDS_SEP)
[
all
...]
printf_fphex.c
127
decimal =
nl_langinfo
(DECIMAL_POINT);
130
decimal =
nl_langinfo
(MON_DECIMAL_POINT);
132
decimal =
nl_langinfo
(DECIMAL_POINT);
quadmath-printf.h
180
({ union { const char *mb; wchar_t wc; } u; u.mb =
nl_langinfo
(x); u.wc; })
/src/external/gpl3/gcc.old/dist/libquadmath/printf/
_i18n_number.h
32
outdigit =
nl_langinfo
(_NL_CTYPE_OUTDIGIT0_MB + n);
printf_fp.c
237
decimal =
nl_langinfo
(DECIMAL_POINT);
240
decimal =
nl_langinfo
(MON_DECIMAL_POINT);
242
decimal =
nl_langinfo
(DECIMAL_POINT);
280
grouping =
nl_langinfo
(GROUPING);
282
grouping =
nl_langinfo
(MON_GROUPING);
302
thousands_sep =
nl_langinfo
(THOUSANDS_SEP);
304
thousands_sep =
nl_langinfo
(MON_THOUSANDS_SEP);
315
grouping =
nl_langinfo
(GROUPING);
317
grouping =
nl_langinfo
(MON_GROUPING);
325
thousands_sep =
nl_langinfo
(THOUSANDS_SEP)
[
all
...]
printf_fphex.c
127
decimal =
nl_langinfo
(DECIMAL_POINT);
130
decimal =
nl_langinfo
(MON_DECIMAL_POINT);
132
decimal =
nl_langinfo
(DECIMAL_POINT);
quadmath-printf.h
180
({ union { const char *mb; wchar_t wc; } u; u.mb =
nl_langinfo
(x); u.wc; })
/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/external/lgpl3/gmp/dist/tests/misc/
t-locale.c
33
#include <langinfo.h> /* for
nl_langinfo
*/
59
/* Replace the libc
nl_langinfo
with one we can manipulate. */
62
nl_langinfo
(nl_item n)
187
printf ("Test skipped, replacing localeconv/
nl_langinfo
doesn't work\n");
/src/usr.bin/iconv/
iconv.c
228
opt_f =
nl_langinfo
(CODESET);
230
opt_t =
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/external/gpl2/grep/dist/intl/
localcharset.c
235
/* Most systems support
nl_langinfo
(CODESET) nowadays. */
236
codeset =
nl_langinfo
(CODESET);
Completed in 59 milliseconds
1
2
3
4
Indexes created Wed Apr 15 00:22:22 UTC 2026