Searched refs:setlocale (Results 126 - 150 of 226) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/libcharset/lib/
H A Dlocalcharset.c354 /* On old systems which lack it, use setlocale or getenv. */
359 use setlocale here; it would return "C" when it doesn't support the
362 locale = setlocale (LC_CTYPE, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipsplit.c539 setlocale(LC_CTYPE, "I");
552 loc = setlocale(LC_CTYPE, NULL);
556 loc = setlocale(LC_CTYPE, "en_US.UTF-8");
H A Dtailor.h354 # define SETLOCALE(category, locale) setlocale(category, locale)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-utils/
H A Davahi-publish.c345 setlocale(LC_ALL, "");
H A Davahi-browse.c773 setlocale(LC_ALL, "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-publish.c345 setlocale(LC_ALL, "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dmain.c267 setlocale(LC_ALL, "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dlocalename.c367 /* XPG3 defines the result of 'setlocale (category, NULL)' as:
368 "Directs 'setlocale()' to query 'category' and return the current
393 On some systems this can be done by the 'setlocale' function itself. */
395 retval = setlocale (category, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgattrib.c153 setlocale (LC_ALL, "");
H A Dmsgfilter.c164 setlocale (LC_ALL, "");
H A Dmsggrep.c165 setlocale (LC_ALL, "");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xz/
H A Dargs.c256 setlocale(LC_NUMERIC, "C");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dlogin.c19 #undef setlocale macro
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A Dargs.c256 setlocale(LC_NUMERIC, "C");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregc_locale.c1071 loc = setlocale(LC_CTYPE, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dconf.c465 setlocale(LC_ALL, "");
H A Dmconf.c808 setlocale(LC_ALL, "");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-stat.c556 setlocale(LC_ALL, "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A Dagrep.c480 setlocale (LC_ALL, "");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/applets/
H A Dapplets.c663 setlocale(LC_ALL, "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dminidlna.c479 setlocale(LC_MESSAGES, "");
480 setlocale(LC_CTYPE, "en_US.utf8");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dlash.c376 setlocale(LC_ALL, getenv("LC_ALL"));
378 setlocale(LC_CTYPE, getenv("LC_CTYPE"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Dconf.c541 saved_locale = setlocale(LC_NUMERIC, NULL);
544 setlocale(LC_NUMERIC, "C");
557 setlocale(LC_NUMERIC, locstr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dretest.c557 if (setlocale(LC_CTYPE, "en_US.ISO-8859-1") == NULL)
1637 if (setlocale(LC_CTYPE, "en_US.ISO-8859-1") != NULL)
1645 if (setlocale(LC_CTYPE, "ja_JP.eucjp") != NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/
H A Dconfigure19902 if (setlocale (LC_ALL, "") == NULL) return 1;
19906 On OpenBSD 4.0, when an unsupported locale is specified, setlocale()
20017 if (setlocale (LC_ALL, "") == NULL) return 1;
20021 On OpenBSD 4.0, when an unsupported locale is specified, setlocale()
20116 if (setlocale (LC_ALL, "") == NULL) return 1;
20120 On OpenBSD 4.0, when an unsupported locale is specified, setlocale()
27892 for ac_func in setlocale uselocale
28543 if (setlocale (LC_ALL, "$LOCALE_JA") != NULL)
28634 if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL)
28752 if (setlocale (LC_AL
[all...]

Completed in 219 milliseconds

12345678910