HomeSort by: relevance | last modified time | path
    Searched refs:EILSEQ (Results 1 - 25 of 105) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gdb/dist/gnulib/import/
mbtowc-impl.h 37 errno = EILSEQ;
errno.in.h 273 # ifndef EILSEQ
274 # define EILSEQ 2015
mbsrtowcs-impl.h 119 errno = EILSEQ;
strerror-override.c 297 case EILSEQ:
  /src/external/gpl3/gdb.old/dist/gnulib/import/
mbtowc-impl.h 37 errno = EILSEQ;
errno.in.h 273 # ifndef EILSEQ
274 # define EILSEQ 2015
mbsrtowcs-impl.h 119 errno = EILSEQ;
  /src/lib/libc/citrus/modules/
citrus_mskanji.c 260 return (EILSEQ);
283 ret = EILSEQ;
296 ret = EILSEQ;
310 ret = EILSEQ;
380 return EILSEQ;
425 return EILSEQ;
431 return EILSEQ;
436 return EILSEQ;
442 return EILSEQ;
450 return EILSEQ;
    [all...]
citrus_dechanyu.c 296 return EILSEQ;
347 return EILSEQ;
368 return EILSEQ;
373 return EILSEQ;
393 return EILSEQ;
396 return EILSEQ;
398 return EILSEQ;
405 return EILSEQ;
citrus_johab.c 219 return EILSEQ;
268 return EILSEQ;
303 return EILSEQ;
311 return EILSEQ;
319 return EILSEQ;
347 return EILSEQ;
358 return EILSEQ;
citrus_big5.c 189 return EILSEQ;
383 return (EILSEQ);
407 ret = EILSEQ;
414 ret = EILSEQ;
420 ret = EILSEQ;
476 return EILSEQ;
  /src/tests/lib/libc/locale/
t_wcsrtombs.c 57 ATF_REQUIRE_EQ(errno, EILSEQ);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
hmac-macos.c 82 return EILSEQ;
hmac-mbedtls.c 94 return EILSEQ;
  /src/lib/libc/locale/
c16rtomb.c 45 * error with errno set to EILSEQ.
175 errno = EILSEQ;
196 * low surrogate. That's invalid; fail with EILSEQ.
198 errno = EILSEQ;
c32rtomb.c 39 * error with errno set to EILSEQ.
143 errno = EILSEQ;
180 * EILSEQ.
184 errno = EILSEQ;
  /src/lib/libc/citrus/
citrus_none.c 91 return (EILSEQ);
250 return (EILSEQ);
275 return (EILSEQ);
305 return (EILSEQ);
346 return (EILSEQ);
501 return (EILSEQ);
545 return (EILSEQ);
  /src/lib/librumpuser/
rumpuser_errtrans.c 282 #ifdef EILSEQ
283 case EILSEQ : return 85;
  /src/sys/rump/include/rump/
rumperrno2host.h 356 #ifdef EILSEQ
358 return EILSEQ;
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 19 EILSEQ // C99
253 #ifndef EILSEQ
254 #define EILSEQ 9945
  /src/lib/libc/stdio/
fputwc.c 74 errno = EILSEQ;
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
errno.h 100 XEN_ERRNO(EILSEQ, 84) /* Illegal byte sequence */
  /src/sys/sys/
errno.h 149 #define EILSEQ 85 /* Illegal byte sequence */
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 69 illegal_byte_sequence = EILSEQ,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 69 illegal_byte_sequence = EILSEQ,

Completed in 75 milliseconds

1 2 3 4 5