Searched refs:LC_CTYPE (Results 51 - 75 of 102) sorted by relevance

12345

/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh63 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
/freebsd-13-stable/usr.bin/unexpand/
H A Dunexpand.c74 setlocale(LC_CTYPE, "");
/freebsd-13-stable/usr.sbin/fstyp/
H A Dfstyp.c201 if (setlocale(LC_CTYPE, "") == NULL)
/freebsd-13-stable/contrib/file/src/
H A Dfuncs.c642 rx->old_lc_ctype = setlocale(LC_CTYPE, NULL);
646 (void)setlocale(LC_CTYPE, "C");
673 (void)setlocale(LC_CTYPE, rx->old_lc_ctype);
H A Dreadcdf.c123 char *old_lc_ctype = setlocale(LC_CTYPE, NULL);
127 (void)setlocale(LC_CTYPE, "C");
141 (void)setlocale(LC_CTYPE, old_lc_ctype);
/freebsd-13-stable/lib/libc/locale/
H A Dsetlocale.c65 "LC_CTYPE",
250 case LC_CTYPE:
/freebsd-13-stable/lib/libc/tests/locale/
H A Dmbsnrtowcs_test.c30 * The function is tested with both the "C" ("POSIX") LC_CTYPE setting and
157 ATF_REQUIRE(strcmp(setlocale(LC_CTYPE, "ja_JP.eucJP"), "ja_JP.eucJP") == 0);
H A Dwcsnrtombs_test.c30 * The function is tested with both the "C" ("POSIX") LC_CTYPE setting and
159 ATF_REQUIRE(strcmp(setlocale(LC_CTYPE, "ja_JP.eucJP"), "ja_JP.eucJP") == 0);
/freebsd-13-stable/sbin/mount_msdosfs/
H A Dmount_msdosfs.c116 if (setlocale(LC_CTYPE, optarg) == NULL)
/freebsd-13-stable/contrib/libedit/TEST/
H A Dtc1.c135 (void) setlocale(LC_CTYPE, "");
/freebsd-13-stable/usr.bin/wall/
H A Dwall.c110 (void)setlocale(LC_CTYPE, "");
/freebsd-13-stable/usr.bin/wc/
H A Dwc.c101 (void) setlocale(LC_CTYPE, "");
/freebsd-13-stable/usr.bin/write/
H A Dwrite.c93 (void)setlocale(LC_CTYPE, "");
/freebsd-13-stable/usr.bin/look/
H A Dlook.c112 (void) setlocale(LC_CTYPE, "");
/freebsd-13-stable/usr.bin/paste/
H A Dpaste.c80 setlocale(LC_CTYPE, "");
/freebsd-13-stable/contrib/tcsh/
H A Dsh.c263 # ifdef LC_CTYPE
264 (void) setlocale(LC_CTYPE, ""); /* for iscntrl */
265 # endif /* LC_CTYPE */
435 AsciiOnly = getenv("LANG") == NULL && getenv("LC_CTYPE") == NULL;
865 #if defined(NLS) && defined(LC_CTYPE)
866 if (((tcp = setlocale(LC_CTYPE, NULL)) != NULL || (tcp = getenv("LANG")) != NULL) && !adrof(CHECK_MBYTEVAR))
879 # if defined(NLS) && defined(LC_CTYPE)
880 if (setlocale(LC_CTYPE, NULL) != NULL || getenv("LANG") != NULL)
/freebsd-13-stable/tools/tools/locale/tools/
H A Dcldr2def.pl89 "ctypedef" => "LC_CTYPE"
481 if (/^LC_CTYPE/../^END LC_CTYPE/) {
965 $SRCOUT2 = "LC_CTYPE";
970 "\${t:S/src\$/LC_CTYPE/}: " .
/freebsd-13-stable/usr.bin/locale/
H A Dlocale.c81 { "LC_CTYPE", LC_CTYPE },
141 { "charmap", TYPE_STR, LC_CTYPE, SRC_LINFO,
/freebsd-13-stable/lib/libkiconv/
H A Dxlat16_iconv.c142 locale = chklocale(LC_CTYPE, localcode);
/freebsd-13-stable/bin/cat/
H A Dcat.c177 setlocale(LC_CTYPE, "");
/freebsd-13-stable/contrib/lua/src/
H A Dloslib.c383 static const int cat[] = {LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY,
/freebsd-13-stable/sys/teken/demo/
H A Dteken_demo.c293 setlocale(LC_CTYPE, "UTF-8");
304 setenv("LC_CTYPE", "UTF-8", 0);
/freebsd-13-stable/usr.bin/morse/
H A Dmorse.c414 if (setlocale(LC_CTYPE, "") != NULL &&
/freebsd-13-stable/bin/test/
H A Dtest.c213 (void)setlocale(LC_CTYPE, "");
/freebsd-13-stable/usr.bin/col/
H A Dcol.c142 (void)setlocale(LC_CTYPE, "");

Completed in 158 milliseconds

12345