Home
last modified time | relevance | path

Searched refs:wc2 (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/sys/fs/ntfs/
Dntfs_conv.c76 ntfs_utf8_wcmp(wchar wc1, wchar wc2) in ntfs_utf8_wcmp() argument
80 if (wc1 == wc2) in ntfs_utf8_wcmp()
83 return (int) wc1 - (int) wc2; in ntfs_utf8_wcmp()
/netbsd/src/lib/libc/citrus/modules/
Dcitrus_utf1632.c253 wchar_t wc2; in _citrus_UTF1632_wcrtomb_priv() local
287 wc2 = 0; in _citrus_UTF1632_wcrtomb_priv()
298 wc2 = (wc & 0x3FF) | 0xDC00; in _citrus_UTF1632_wcrtomb_priv()
317 if (wc2!=0) { in _citrus_UTF1632_wcrtomb_priv()
318 wc = wc2; in _citrus_UTF1632_wcrtomb_priv()
319 wc2 = 0; in _citrus_UTF1632_wcrtomb_priv()
/netbsd/src/external/bsd/flex/dist/examples/fastwc/
DREADME35 wc2.l somewhat faster; adds rules to match multiple tokens at once
53 wc2 4.6 as good as C implementation; built using -Cf
DMakefile.am26 wc2.l \
DMakefile.in314 wc2.l \
/netbsd/src/external/bsd/tmux/dist/
Dcmd-wait-for.c66 wait_channel_cmp(struct wait_channel *wc1, struct wait_channel *wc2) in wait_channel_cmp() argument
68 return (strcmp(wc1->name, wc2->name)); in wait_channel_cmp()
Dutf8.c294 const wchar_t *wc1 = vp1, *wc2 = vp2; in utf8_table_cmp() local
296 if (*wc1 < *wc2) in utf8_table_cmp()
298 if (*wc1 > *wc2) in utf8_table_cmp()
/netbsd/src/bin/sh/
Dexpand.c1897 wchar_t wc, wc2; in patmatch() local
2041 wc2 = (unsigned char)*p++; in patmatch()
2043 && collate_range_cmp(chr, wc2) <= 0 in patmatch()
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dregex_internal.c645 wchar_t wc2; in re_string_reconstruct() local
661 mbclen = mbrtowc (&wc2, (const char *) p, mlen, in re_string_reconstruct()
668 wc = wc2; in re_string_reconstruct()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_string.c2461 uint32_t wc2 = 0; in cesu8_to_unicode() local
2466 cnt = _utf8_to_unicode(&wc2, s+3, n-3); in cesu8_to_unicode()
2467 if (cnt != 3 || !IS_LOW_SURROGATE_LA(wc2)) { in cesu8_to_unicode()
2471 wc = combine_surrogate_pair(wc, wc2); in cesu8_to_unicode()
/netbsd/src/external/bsd/flex/dist/
DChangeLog7314 * examples/fastwc/wc1.l, examples/fastwc/wc2.l,
7519 examples/fastwc/wc1.l, examples/fastwc/wc2.l,
/netbsd/src/external/gpl3/gcc/dist/
DMD5SUMS78411 c4ca938331c5dd4dfd6be89a399e767b gcc/testsuite/gdc.test/runnable/wc2.d