Home
last modified time | relevance | path

Searched refs:EILSEQ (Results 1 – 5 of 5) sorted by relevance

/iconv/
A Dtst-iconv-opt.c170 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 …]
A Dtst-iconv6.c70 if (e != EILSEQ) in do_test()
73 strerror (e), strerror (EILSEQ)); in do_test()
A Diconv.c70 __set_errno (EILSEQ); in iconv()
A Diconv_prog.c466 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()
A Dgconv_simple.c40 #ifndef EILSEQ
41 # define EILSEQ EINVAL macro

Completed in 13 milliseconds