Home
last modified time | relevance | path

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

/wcsmbs/
A Dwcrtomb.c28 #ifndef EILSEQ
29 # define EILSEQ EINVAL macro
108 __set_errno (EILSEQ); in __wcrtomb()
A Dmbrtowc.c27 #ifndef EILSEQ
28 # define EILSEQ EINVAL macro
116 __set_errno (EILSEQ); in __mbrtowc()
A Dmbrtoc16.c27 #ifndef EILSEQ
28 # define EILSEQ EINVAL macro
149 __set_errno (EILSEQ); in mbrtoc16()
A Dtst-c16-surrogate.c74 TEST_COMPARE (errno, EILSEQ); in do_test()
83 TEST_COMPARE (errno, EILSEQ); in do_test()
A Dwcsnrtombs.c27 #ifndef EILSEQ
28 # define EILSEQ EINVAL macro
142 __set_errno (EILSEQ); in __wcsnrtombs()
A Dwcsrtombs.c28 #ifndef EILSEQ
29 # define EILSEQ EINVAL macro
139 __set_errno (EILSEQ); in __wcsrtombs()
A Dmbsnrtowcs.c28 #ifndef EILSEQ
29 # define EILSEQ EINVAL macro
137 __set_errno (EILSEQ); in __mbsnrtowcs()
A Dmbsrtowcs_l.c32 #ifndef EILSEQ
33 # define EILSEQ EINVAL macro
158 __set_errno (EILSEQ); in __mbsrtowcs_l()

Completed in 14 milliseconds