Searched refs:wint_t (Results 76 - 96 of 96) sorted by relevance

1234

/freebsd-10.3-release/usr.bin/tr/
H A Dtr.c76 wint_t ch, cnt, lastch;
/freebsd-10.3-release/usr.bin/cut/
H A Dcut.c334 wint_t ch;
/freebsd-10.3-release/contrib/gcclibs/libiberty/
H A Dregex.c2929 wint_t *cp;
2937 cp = (wint_t*)str;
2952 idx = findidx ((const wint_t**)&cp);
2953 if (idx == 0 || cp < (wint_t*) str + c1)
5317 (iswalnum ((wint_t)((d) == end1 ? *string2 \
6229 if (__iswctype((wint_t)c, wctype))
6232 if (iswctype((wint_t)c, wctype))
6344 wint_t *cp;
6352 weights = (const wint_t *)
6354 extra = (const wint_t *)
[all...]
/freebsd-10.3-release/contrib/binutils/libiberty/
H A Dregex.c2929 wint_t *cp;
2937 cp = (wint_t*)str;
2952 idx = findidx ((const wint_t**)&cp);
2953 if (idx == 0 || cp < (wint_t*) str + c1)
5317 (iswalnum ((wint_t)((d) == end1 ? *string2 \
6229 if (__iswctype((wint_t)c, wctype))
6232 if (iswctype((wint_t)c, wctype))
6344 wint_t *cp;
6352 weights = (const wint_t *)
6354 extra = (const wint_t *)
[all...]
/freebsd-10.3-release/lib/libc/stdio/
H A Dxprintf.c67 wint_t wintarg;
488 args[ch].wintarg = va_arg (ap, wint_t);
/freebsd-10.3-release/contrib/dialog/
H A Dbuttons.c409 wint_t cmp1 = dlg_toupper(ch);
H A Dui_getc.c342 wint_t my_wint;
/freebsd-10.3-release/usr.bin/col/
H A Dcol.c126 wint_t ch;
/freebsd-10.3-release/usr.bin/fmt/
H A Dfmt.c637 wint_t ch;
/freebsd-10.3-release/contrib/tcsh/
H A Dsh.h99 typedef wint_t Char;
104 typedef wint_t eChar; /* Can contain any Char value or CHAR_ERR */
H A Dtc.str.c395 wint_t l1 = 0, l2 = 0;
/freebsd-10.3-release/usr.bin/sort/
H A Dbwstring.c475 wint_t eols;
549 wint_t c = 0;
/freebsd-10.3-release/usr.bin/join/
H A Djoin.c519 (void)printf("%lc", (wint_t)*tabchar);
/freebsd-10.3-release/gnu/usr.bin/grep/
H A Dgrep.c1814 if (iswupper((wint_t)wc))
1816 wc = towlower((wint_t)wc);
H A Ddfa.c420 static wint_t
465 wint_t wc, wc1, wc2;
2507 if (iswctype((wint_t)wc, work_mbc->ch_classes[i]))
/freebsd-10.3-release/contrib/libgnuregex/
H A Dregcomp.c908 wint_t wch = __btowc (ch);
1816 wint_t wc = re_string_wchar_at (input,
1930 wint_t wc = re_string_wchar_at (input, re_string_cur_idx (input));
2658 wint_t start_wc;
2659 wint_t end_wc;
2830 wint_t wc = __btowc (br_elem->opr.ch);
/freebsd-10.3-release/contrib/libc++/src/
H A Dlocale.cpp37 // On Linux, wint_t and wchar_t have different signed-ness, and this causes
1182 wint_t ch = static_cast<wint_t>(c);
1207 wint_t ch = static_cast<wint_t>(*low);
1240 wint_t ch = static_cast<wint_t>(*low);
1265 wint_t ch = static_cast<wint_t>(*low);
/freebsd-10.3-release/contrib/libstdc++/include/bits/
H A Dlocale_facets.h1228 wint_t _M_widen[1 + static_cast<unsigned char>(-1)];
/freebsd-10.3-release/contrib/ncurses/
H A Dconfigure7662 # This is needed on Tru64 5.0 to declare wint_t
7663 echo "$as_me:7663: checking if we must include wchar.h to declare wint_t" >&5
7664 echo $ECHO_N "checking if we must include wchar.h to declare wint_t... $ECHO_C" >&6
7682 wint_t state
7717 wint_t value
7755 # if we do not find wint_t in either place, use substitution to provide a fallback.
7760 # if we find wint_t in either place, use substitution to provide a fallback.
/freebsd-10.3-release/contrib/libreadline/
H A Dconfigure8358 echo "$as_me:$LINENO: checking for wint_t in wctype.h" >&5
8359 echo $ECHO_N "checking for wint_t in wctype.h... $ECHO_C" >&6
8374 wint_t foo;
/freebsd-10.3-release/contrib/libstdc++/
H A Dconfigure7047 wint_t i;
7939 wint_t t; int i = iswblank(t);
[all...]

Completed in 538 milliseconds

1234