Searched refs:wint_t (Results 101 - 117 of 117) sorted by relevance

12345

/freebsd-11-stable/lib/libc/stdio/
H A Dxprintf.c67 wint_t wintarg;
488 args[ch].wintarg = va_arg (ap, wint_t);
/freebsd-11-stable/usr.bin/col/
H A Dcol.c126 wint_t ch;
/freebsd-11-stable/usr.bin/fmt/
H A Dfmt.c735 wint_t ch;
/freebsd-11-stable/usr.bin/sort/
H A Dbwstring.c477 wint_t eols;
551 wint_t c = 0;
/freebsd-11-stable/contrib/tcsh/
H A Dsh.h98 typedef wint_t Char;
103 typedef wint_t eChar; /* Can contain any Char value or CHAR_ERR */
H A Dtc.str.c406 wint_t l1 = 0, l2 = 0;
/freebsd-11-stable/lib/libedit/
H A Dterminal.c1258 terminal__putc(EditLine *el, wint_t c)
1262 if (c == (wint_t)MB_FILL_CHAR)
1285 terminal_writec(EditLine *el, wint_t c)
/freebsd-11-stable/usr.bin/join/
H A Djoin.c525 (void)printf("%lc", (wint_t)*tabchar);
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp41 // On Linux, wint_t and wchar_t have different signed-ness, and this causes
1264 wint_t ch = static_cast<wint_t>(c);
1289 wint_t ch = static_cast<wint_t>(*low);
1332 wint_t ch = static_cast<wint_t>(*low);
1357 wint_t ch = static_cast<wint_t>(*low);
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h1228 wint_t _M_widen[1 + static_cast<unsigned char>(-1)];
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c3073 if (iswprint((wint_t) wc)) {
3615 va_arg(xop->xo_vap, wint_t);
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure8633 wint_t foo = 0;
9613 # This is needed on Tru64 5.0 to declare wint_t
9614 echo "$as_me:9614: checking if we must include wchar.h to declare wint_t" >&5
9615 echo $ECHO_N "checking if we must include wchar.h to declare wint_t... $ECHO_C" >&6
9633 wint_t state
9668 wint_t value
9707 # if we do not find wint_t in either place, use substitution to provide a fallback.
9712 # if we find wint_t in either place, use substitution to provide a fallback.
/freebsd-11-stable/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-11-stable/contrib/libstdc++/
H A Dconfigure7047 wint_t i;
7939 wint_t t; int i = iswblank(t);
[all...]

Completed in 1302 milliseconds

12345