HomeSort by: relevance | last modified time | path
    Searched refs:utf8 (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/fs/msdosfs/
direntry.h 139 struct winentry *wep, int cnt, int chksum, int utf8);
141 struct winentry *wep, int chksum, int utf8);
143 uint16_t *namlen, int utf8);
145 int msdosfs_winSlotCnt(const unsigned char *un, int unlen, int utf8);
msdosfs_conv.c 542 int chksum, int utf8)
563 len = utf8 ? utf8ucs2str(un, unlen, wn, WIN_MAXLEN) : char8ucs2str(un, unlen, wn, WIN_MAXLEN);
599 int chksum, int utf8)
623 len = utf8 ? utf8ucs2str(un, unlen, wn, WIN_MAXLEN) : char8ucs2str(un, unlen, wn, WIN_MAXLEN);
644 if (! (utf8 ? ucs2match(&wn[i], buf, WIN_CHARS) : char8match(&wn[i], buf, WIN_CHARS)))
656 uint16_t *namlen, int utf8)
696 len = utf8 ? ucs2utf8str(wn, WIN_CHARS, buf, sizeof(buf))
743 msdosfs_winSlotCnt(const u_char *un, int unlen, int utf8)
755 len = utf8 ? utf8ucs2str(un, unlen, NULL, WIN_MAXLEN) : unlen;
868 * Convert UTF8 string into UCS-2 strin
    [all...]
  /src/tests/usr.bin/cut/
t_cut.sh 106 atf_test_case utf8
143 atf_add_test_case utf8
  /src/usr.sbin/makefs/
msdos.c 70 bool utf8; member in struct:msdos_options_ex
95 { 'U', "utf8", &msdos_opt->utf8, OPT_BOOL,
96 0, 1, "Use UTF8 names" },
187 if (msdos_opt->utf8)
  /src/lib/libc/time/
Makefile 207 UTF8_LOCALE= en_US.utf8
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 190 'readability/utf8',
1225 error(filename, linenum, 'readability/utf8', 5,
3641 headerfile = io.open(filename, 'r', 'utf8', 'replace')
3888 codecs.getreader('utf8'),
3889 codecs.getwriter('utf8'),
3892 lines = codecs.open(filename, 'r', 'utf8', 'replace').read().split('\n')
4011 codecs.getreader('utf8'),
4012 codecs.getwriter('utf8'),
  /src/share/terminfo/
terminfo 4632 ms-vt-utf8|vt-utf8|UTF-8 flavor of VT100+,
5703 xterm-utf8|xterm with no VT100 line-drawing in UTF-8 mode,
    [all...]

Completed in 42 milliseconds