Symbol: LC_ALL
bin/cat/cat.c
81
(void)setlocale(LC_ALL, "");
bin/chmod/chmod.c
83
(void)setlocale(LC_ALL, "");
bin/cp/cp.c
114
(void)setlocale(LC_ALL, "");
bin/csh/csh.c
268
(void)setlocale(LC_ALL, "");
bin/csh/func.c
950
(void)setlocale(LC_ALL, "");
bin/csh/func.c
996
(void) setlocale(LC_ALL, "");
bin/date/date.c
102
(void)setlocale(LC_ALL, "");
bin/dd/dd.c
120
(void)setlocale(LC_ALL, "");
bin/df/df.c
104
(void)setlocale(LC_ALL, "");
bin/echo/echo.c
57
(void)setlocale(LC_ALL, "");
bin/expr/expr.y
394
(void)setlocale(LC_ALL, "");
bin/kill/kill.c
81
setlocale(LC_ALL, "");
bin/ls/ls.c
138
(void)setlocale(LC_ALL, "");
bin/mkdir/mkdir.c
69
(void)setlocale(LC_ALL, "");
bin/mv/mv.c
94
(void)setlocale(LC_ALL, "");
bin/ps/ps.c
216
(void)setlocale(LC_ALL, "");
bin/pwd/pwd.c
76
(void)setlocale(LC_ALL, "");
bin/rcp/rcp.c
107
(void)setlocale(LC_ALL, "");
bin/rm/rm.c
96
(void)setlocale(LC_ALL, "");
bin/rmdir/rmdir.c
66
(void)setlocale(LC_ALL, "");
bin/sh/main.c
142
setlocale(LC_ALL, "");
bin/sh/var.c
1831
{ .name= "LC_ALL", .category= LC_ALL, .vp= &lc_all },
bin/sh/var.c
1840
{ .name= "LANG", .category= LC_ALL, .vp= &lc_lang },
bin/sh/var.c
1865
if (lv->category == LC_ALL) {
bin/sh/var.c
1922
if (lv->category == LC_ALL) {
bin/sh/var.c
1993
if (lv->category == LC_ALL)
bin/sh/var.c
2013
if (lv->category == LC_ALL)
bin/sleep/sleep.c
84
(void)setlocale(LC_ALL, "");
bin/stty/stty.c
69
(void)setlocale(LC_ALL, "");
bin/test/test.c
241
(void)setlocale(LC_ALL, "");
lib/libc/locale/global_locale.c
152
[LC_ALL ] = _lc_C_locale_name,
lib/libc/locale/global_locale.c
161
[LC_ALL ] = (_locale_part_t)NULL,
lib/libc/locale/global_locale.c
180
[LC_ALL ] = _lc_C_locale_name,
lib/libc/locale/global_locale.c
189
[LC_ALL ] = (_locale_part_t)NULL,
lib/libc/locale/setlocale.c
149
if (category >= LC_ALL && category < _LC_LAST)
lib/libc/locale/setlocale.c
49
[LC_ALL ] = &_generic_LC_ALL_setlocale,
lib/libc/time/zdump.c
426
(void) setlocale(LC_ALL, "");
lib/libcurses/EXAMPLES/ex1.c
86
fprintf( stderr, "Current locale: %s\n", setlocale(LC_ALL, ""));
lib/libcurses/EXAMPLES/view.c
193
setlocale(LC_ALL, "");
lib/libedit/TEST/wtc1.c
120
setlocale(LC_ALL, "");
libexec/makewhatis/makewhatis.c
142
(void)setlocale(LC_ALL, "");
sbin/chown/chown.c
91
(void)setlocale(LC_ALL, "");
sbin/dmesg/dmesg.c
166
(void)setlocale(LC_ALL, "");
share/examples/puffs/pgfs/mount.c
98
setlocale(LC_ALL, "");
tests/lib/libc/locale/t_btowc.c
124
ATF_REQUIRE_STREQ(setlocale(LC_ALL, "C"), "C");
tests/lib/libc/locale/t_btowc.c
127
ATF_REQUIRE((str = setlocale(LC_ALL, NULL)) != NULL);
tests/lib/libc/locale/t_btowc.c
202
ATF_REQUIRE_STREQ(setlocale(LC_ALL, "POSIX"), "POSIX");
tests/lib/libc/locale/t_btowc.c
86
ATF_REQUIRE_STREQ(setlocale(LC_ALL, "C"), "C");
tests/lib/libc/locale/t_btowc.c
89
ATF_REQUIRE((str = setlocale(LC_ALL, NULL)) != NULL);
tests/lib/libc/locale/t_c32rtomb.c
49
REQUIRE_LIBC((locale = setlocale(LC_ALL, "C")), NULL);
tests/lib/libc/locale/t_digittoint.c
75
ATF_REQUIRE_STREQ(setlocale(LC_ALL, "C"), "C");
tests/lib/libc/locale/t_mbrtoc32.c
50
REQUIRE_LIBC((locale = setlocale(LC_ALL, "C")), NULL);
tests/lib/libc/locale/t_mbrtowc.c
184
ATF_REQUIRE_STREQ(setlocale(LC_ALL, "C"), "C");
tests/lib/libc/locale/t_mbrtowc.c
190
ATF_REQUIRE((str = setlocale(LC_ALL, NULL)) != NULL);
tests/lib/libc/locale/t_mbsnrtowcs.c
75
ATF_REQUIRE_STREQ(setlocale(LC_ALL, "C"), "C");
tests/lib/libc/locale/t_mbstowcs.c
201
ATF_REQUIRE_STREQ(setlocale(LC_ALL, "C"), "C");
tests/lib/libc/locale/t_mbstowcs.c
207
ATF_REQUIRE((str = setlocale(LC_ALL, NULL)) != NULL);
tests/lib/libc/locale/t_mbtowc.c
108
ATF_REQUIRE_STREQ(setlocale(LC_ALL, "C"), "C");
tests/lib/libc/locale/t_mbtowc.c
112
ATF_REQUIRE((str = setlocale(LC_ALL, NULL)) != NULL);
tests/lib/libc/locale/t_mbtowc.c
183
(void)setlocale(LC_ALL, "");
tests/lib/libc/locale/t_sprintf.c
112
ATF_REQUIRE_STREQ(setlocale(LC_ALL, "C"), "C");
tests/lib/libc/locale/t_sprintf.c
115
printf("Using locale: %s\n", setlocale(LC_ALL, NULL));
tests/lib/libc/locale/t_sprintf.c
131
ATF_REQUIRE_STREQ(setlocale(LC_ALL, "C"), "C");
tests/lib/libc/locale/t_sprintf.c
182
ATF_REQUIRE_STREQ(setlocale(LC_ALL, "C"), "C");
tests/lib/libc/locale/t_toupper.c
71
ATF_REQUIRE_STREQ(setlocale(LC_ALL, "C"), "C");
tests/lib/libc/locale/t_wcscoll.c
118
ATF_REQUIRE_STREQ(setlocale(LC_ALL, "C"), "C");
tests/lib/libc/locale/t_wcscoll.c
121
printf("Using locale: %s\n", setlocale(LC_ALL, NULL));
tests/lib/libc/locale/t_wctomb.c
114
ATF_REQUIRE_STREQ(setlocale(LC_ALL, "C"), "C");
tests/lib/libc/locale/t_wctomb.c
130
ATF_REQUIRE((str = setlocale(LC_ALL, NULL)) != NULL);
tests/lib/libc/locale/t_wctype.c
149
ATF_REQUIRE_STREQ(setlocale(LC_ALL, "C"), "C");
tests/lib/libc/nls/t_catalog.c
90
(void)setlocale(LC_ALL, "C");
tests/lib/libc/string/t_strcoll.c
67
ATF_REQUIRE_STREQ(setlocale(LC_ALL, "C"), "C");
tests/lib/libc/string/t_strerror.c
128
(void)setlocale(LC_ALL, "C");
usr.bin/basename/basename.c
61
setlocale(LC_ALL, "");
usr.bin/cksum/cksum.c
174
setlocale(LC_ALL, "");
usr.bin/cmp/cmp.c
72
setlocale(LC_ALL, "");
usr.bin/comm/comm.c
75
(void)setlocale(LC_ALL, "");
usr.bin/csplit/csplit.c
110
(void)setlocale(LC_ALL, "");
usr.bin/cut/cut.c
85
(void)setlocale(LC_ALL, "");
usr.bin/dirname/dirname.c
60
setlocale(LC_ALL, "");
usr.bin/env/env.c
66
(void)setlocale(LC_ALL, "");
usr.bin/find/main.c
81
(void)setlocale(LC_ALL, "");
usr.bin/fmt/fmt.c
115
(void)setlocale(LC_ALL, "");
usr.bin/ftp/main.c
148
setlocale(LC_ALL, "");
usr.bin/getconf/getconf.c
202
(void)setlocale(LC_ALL, "");
usr.bin/gettext/gettext.c
148
setlocale(LC_ALL, "");
usr.bin/grep/grep.c
326
setlocale(LC_ALL, "");
usr.bin/head/head.c
83
(void)setlocale(LC_ALL, "");
usr.bin/hexdump/hexdump.c
69
setlocale(LC_ALL, "");
usr.bin/iconv/iconv.c
185
setlocale(LC_ALL, "");
usr.bin/locale/locale.c
284
setlocale(LC_ALL, "");
usr.bin/locale/locale.c
485
setlocale(LC_ALL, "");
usr.bin/logname/logname.c
59
setlocale(LC_ALL, "");
usr.bin/man/man.c
146
setlocale(LC_ALL, "");
usr.bin/mkdep/mkdep.c
230
setlocale(LC_ALL, "");
usr.bin/mkfifo/mkfifo.c
64
setlocale (LC_ALL, "");
usr.bin/nice/nice.c
71
(void)setlocale(LC_ALL, "");
usr.bin/nl/nl.c
140
(void)setlocale(LC_ALL, "");
usr.bin/printf/printf.c
145
(void)setlocale (LC_ALL, "");
usr.bin/rev/rev.c
67
setlocale(LC_ALL, "");
usr.bin/sed/main.c
140
(void) setlocale(LC_ALL, "");
usr.bin/sort/sort.c
130
setlocale(LC_ALL, "");
usr.bin/spell/spellprog/spellprog.c
322
setlocale(LC_ALL, "");
usr.bin/talk/talk.c
65
setlocale(LC_ALL, "");
usr.bin/tee/tee.c
76
setlocale(LC_ALL, "");
usr.bin/time/time.c
79
(void)setlocale(LC_ALL, "");
usr.bin/touch/touch.c
99
setlocale(LC_ALL, "");
usr.bin/uname/uname.c
71
(void)setlocale(LC_ALL, "");
usr.bin/uudecode/uudecode.c
84
setlocale(LC_ALL, "");
usr.bin/uuencode/uuencode.c
75
setlocale(LC_ALL, "");
usr.bin/wc/wc.c
91
setlocale(LC_ALL, "");
usr.bin/what/what.c
69
(void)setlocale(LC_ALL, "");
usr.bin/who/who.c
110
setlocale(LC_ALL, "");
usr.bin/xargs/xargs.c
101
(void)setlocale(LC_ALL, "");
usr.bin/xlint/lint1/main1.c
138
setlocale(LC_ALL, "");
usr.sbin/link/link.c
51
(void)setlocale(LC_ALL, "");
usr.sbin/syslogd/syslogd.c
322
(void)setlocale(LC_ALL, "");
usr.sbin/unlink/unlink.c
50
(void)setlocale(LC_ALL, "");
usr.sbin/usbdevs/usbdevs.c
95
setlocale(LC_ALL, "");