Searched refs:EILSEQ (Results 1 – 5 of 5) sorted by relevance
170 EILSEQ); in do_test()172 u2a, EILSEQ); in do_test()174 EILSEQ); in do_test()176 EILSEQ); in do_test()182 EILSEQ); in do_test()209 EILSEQ); in do_test()214 iu2a, EILSEQ); in do_test()241 EILSEQ); in do_test()289 ju2a, EILSEQ); in do_test()291 ju2a, EILSEQ); in do_test()[all …]
70 if (e != EILSEQ) in do_test()73 strerror (e), strerror (EILSEQ)); in do_test()
70 __set_errno (EILSEQ); in iconv()
466 if (n == (size_t) -1 && omit_invalid && errno == EILSEQ) in process_block()500 if (omit_invalid && errno == EILSEQ) in process_block()512 case EILSEQ: in process_block()
40 #ifndef EILSEQ41 # define EILSEQ EINVAL macro
Completed in 13 milliseconds