HomeSort by: relevance | last modified time | path
    Searched defs:setlocale (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/distrib/utils/libhack/
setlocale.c 1 /* $NetBSD: setlocale.c,v 1.5 2010/06/08 17:12:32 tnozaki Exp $ */
12 * Cheap and dirty setlocale() that is just good enough to
14 * setlocale(LC_ALL, "");
21 setlocale(category, locale) function
  /src/lib/libc/compat/locale/
compat_setlocale1.c 41 #undef setlocale macro
43 __warn_references(setlocale,
44 "warning: reference to compatibility setlocale();"
  /src/lib/libc/locale/
dummy_lc_template.h 35 _PREFIX(setlocale)(const char * __restrict name, function
setlocale.c 1 /* $NetBSD: setlocale.c,v 1.66 2024/06/08 21:35:18 joerg Exp $ */
31 __RCSID("$NetBSD: setlocale.c,v 1.66 2024/06/08 21:35:18 joerg Exp $");
196 setlocale(int category, const char *locale) function
nb_lc_template.h 218 _PREFIX(setlocale)(const char * __restrict name, function
  /src/lib/libc/compat/include/
locale.h 40 char *setlocale(int, const char *);
47 compat_setlocale(int category, const char *locale) __RENAME(setlocale); variable
  /src/external/gpl2/groff/dist/src/include/
lib.h 43 #define setlocale(category, locale) do {} while(0) macro
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
setlocale.c 1 /* Fake setlocale - platform independent, for testing purposes.
84 /* An implementation of setlocale that always succeeds, but doesn't
88 setlocale (int category, SETLOCALE_CONST char *locale) function
  /src/external/gpl3/gcc/dist/gcc/
intl.h 26 # define setlocale(category, locale) (locale) macro
  /src/external/gpl3/gcc.old/dist/gcc/
intl.h 26 # define setlocale(category, locale) (locale) macro
  /src/external/gpl3/gdb/dist/gnulib/import/
setlocale_null.c 56 /* Use the system's setlocale() function, not the gnulib override, here. */
57 #undef setlocale macro
62 const char *result = setlocale (category, NULL);
94 /* On native Windows, nowadays, the setlocale() implementation is based
gettext.h 96 /* Prefer gnulib's setlocale override over libintl's setlocale override. */
98 # undef setlocale macro
99 # define setlocale rpl_setlocale macro
localcharset.c 50 # if 0 /* see comment regarding use of setlocale(), below */
61 /* For the use of setlocale() below, the Gnulib override in setlocale.c is
63 # undef setlocale macro
821 becomes invalid when setlocale() is used to change the global locale, or
922 'setlocale' call specified. So we use it as a last resort, in
923 case the string returned by 'setlocale' doesn't specify the
925 char *current_locale = setlocale (LC_CTYPE, NULL);
942 setlocale now returns "French_France.utf8" instead. */
1078 /* On old systems which lack it, use setlocale or getenv. *
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
setlocale_null.c 56 /* Use the system's setlocale() function, not the gnulib override, here. */
57 #undef setlocale macro
62 const char *result = setlocale (category, NULL);
94 /* On native Windows, nowadays, the setlocale() implementation is based
gettext.h 96 /* Prefer gnulib's setlocale override over libintl's setlocale override. */
98 # undef setlocale macro
99 # define setlocale rpl_setlocale macro
localcharset.c 50 # if 0 /* see comment regarding use of setlocale(), below */
61 /* For the use of setlocale() below, the Gnulib override in setlocale.c is
63 # undef setlocale macro
821 becomes invalid when setlocale() is used to change the global locale, or
922 'setlocale' call specified. So we use it as a last resort, in
923 case the string returned by 'setlocale' doesn't specify the
925 char *current_locale = setlocale (LC_CTYPE, NULL);
942 setlocale now returns "French_France.utf8" instead. */
1078 /* On old systems which lack it, use setlocale or getenv. *
    [all...]
  /src/crypto/external/cpl/tpm-tools/dist/include/
tpm_utils.h 31 #define setlocale(category, local) macro
  /src/external/bsd/ntp/dist/sntp/libopts/
gettext.h 98 /* Prefer gnulib's setlocale override over libintl's setlocale override. */
100 # undef setlocale macro
101 # define setlocale rpl_setlocale macro
  /src/external/gpl2/texinfo/dist/lib/
system.h 51 #define setlocale(category,locale) /* empty */ macro
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
locale.h 700 # undef setlocale
701 # define setlocale rpl_setlocale
704 _GL_FUNCDECL_RPL (setlocale, char *, (int category, const char *locale));
705 _GL_CXXALIAS_RPL (setlocale, char *, (int category, const char *locale));
707 _GL_CXXALIAS_SYS (setlocale, char *, (int category, const char *locale));
710 _GL_CXXALIASWARN (setlocale);
713 # undef setlocale macro
715 _GL_WARN_ON_USE (setlocale, "setlocale works differently on native Windows - "
716 "use gnulib module setlocale for portability")
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
locale.h 700 # undef setlocale
701 # define setlocale rpl_setlocale
704 _GL_FUNCDECL_RPL (setlocale, char *, (int category, const char *locale));
705 _GL_CXXALIAS_RPL (setlocale, char *, (int category, const char *locale));
707 _GL_CXXALIAS_SYS (setlocale, char *, (int category, const char *locale));
710 _GL_CXXALIASWARN (setlocale);
713 # undef setlocale macro
715 _GL_WARN_ON_USE (setlocale, "setlocale works differently on native Windows - "
716 "use gnulib module setlocale for portability")
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
locale.h 700 # undef setlocale
701 # define setlocale rpl_setlocale
704 _GL_FUNCDECL_RPL (setlocale, char *, (int category, const char *locale));
705 _GL_CXXALIAS_RPL (setlocale, char *, (int category, const char *locale));
707 _GL_CXXALIAS_SYS (setlocale, char *, (int category, const char *locale));
710 _GL_CXXALIASWARN (setlocale);
713 # undef setlocale macro
715 _GL_WARN_ON_USE (setlocale, "setlocale works differently on native Windows - "
716 "use gnulib module setlocale for portability")
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
locale.h 700 # undef setlocale
701 # define setlocale rpl_setlocale
704 _GL_FUNCDECL_RPL (setlocale, char *, (int category, const char *locale));
705 _GL_CXXALIAS_RPL (setlocale, char *, (int category, const char *locale));
707 _GL_CXXALIAS_SYS (setlocale, char *, (int category, const char *locale));
710 _GL_CXXALIASWARN (setlocale);
713 # undef setlocale macro
715 _GL_WARN_ON_USE (setlocale, "setlocale works differently on native Windows - "
716 "use gnulib module setlocale for portability")
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
locale.h 700 # undef setlocale
701 # define setlocale rpl_setlocale
704 _GL_FUNCDECL_RPL (setlocale, char *, (int category, const char *locale));
705 _GL_CXXALIAS_RPL (setlocale, char *, (int category, const char *locale));
707 _GL_CXXALIAS_SYS (setlocale, char *, (int category, const char *locale));
710 _GL_CXXALIASWARN (setlocale);
713 # undef setlocale macro
715 _GL_WARN_ON_USE (setlocale, "setlocale works differently on native Windows - "
716 "use gnulib module setlocale for portability")
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
locale.h 700 # undef setlocale
701 # define setlocale rpl_setlocale
704 _GL_FUNCDECL_RPL (setlocale, char *, (int category, const char *locale));
705 _GL_CXXALIAS_RPL (setlocale, char *, (int category, const char *locale));
707 _GL_CXXALIAS_SYS (setlocale, char *, (int category, const char *locale));
710 _GL_CXXALIASWARN (setlocale);
713 # undef setlocale macro
715 _GL_WARN_ON_USE (setlocale, "setlocale works differently on native Windows - "
716 "use gnulib module setlocale for portability")
    [all...]

Completed in 30 milliseconds

1 2 3 4