Lines Matching refs:mbtowc
9601 { $as_echo "$as_me:$LINENO: checking whether mbrtowc works as well as mbtowc" >&5
9602 $as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; }
9632 mbtowc returns 4 (correct) and sets wc to 0x5EDC. */
9641 && mbtowc (&wc, input + 3, 6) == 4)
17892 mbtowc" >&5
17893 $as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; }
17923 mbtowc returns 4 (correct) and sets wc to 0x5EDC. */
17932 && mbtowc (&wc, input + 3, 6) == 4)
18460 { $as_echo "$as_me:$LINENO: checking whether mbrtowc works as well as mbtowc" >&5
18461 $as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; }
18491 mbtowc returns 4 (correct) and sets wc to 0x5EDC. */
18500 && mbtowc (&wc, input + 3, 6) == 4)
23171 { $as_echo "$as_me:$LINENO: checking whether mbrtowc works as well as mbtowc" >&5
23172 $as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; }
23202 mbtowc returns 4 (correct) and sets wc to 0x5EDC. */
23211 && mbtowc (&wc, input + 3, 6) == 4)
23483 if (mbtowc (&wc, "\374", 1) == 1)
27426 if (mbtowc (&in_wc, in, 3) == -1)
27428 if (mbtowc (&good_wc, good, 3) == -1)