HomeSort by relevance Sort by last modified time
    Searched refs:EILSEQ (Results 1 - 25 of 240) sorted by null

1 2 3 4 5 6 7 8 910

  /external/libcxx/test/std/depr/depr.c.headers/
errno_h.pass.cpp 19 #ifndef EILSEQ
20 #error EILSEQ not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
errno_h.pass.cpp 19 #ifndef EILSEQ
20 #error EILSEQ not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
errno.h 23 # undef EILSEQ
54 define only the values EDOM, EILSEQ and ERANGE in case __need_Emath is
57 # define EILSEQ 84 /* Illegal byte sequence. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
errno.h 23 # undef EILSEQ
58 define only the values EDOM, EILSEQ and ERANGE in case __need_Emath is
61 # define EILSEQ 84 /* Illegal byte sequence. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
errno.h 23 # undef EILSEQ
58 define only the values EDOM, EILSEQ and ERANGE in case __need_Emath is
61 # define EILSEQ 84 /* Illegal byte sequence. */
  /bionic/libc/bionic/
c32rtomb.cpp 54 return reset_and_return_illegal(EILSEQ, state);
82 errno = EILSEQ;
mbrtoc32.cpp 101 return reset_and_return_illegal(EILSEQ, state);
110 return reset_and_return_illegal(EILSEQ, state);
128 return reset_and_return_illegal(EILSEQ, state);
132 return reset_and_return_illegal(EILSEQ, state);
wchar.cpp 81 return reset_and_return_illegal(EILSEQ, state);
94 return reset_and_return_illegal(EILSEQ, state);
97 return reset_and_return_illegal(EILSEQ, state);
115 return reset_and_return_illegal(EILSEQ, state);
130 return reset_and_return_illegal(EILSEQ, state);
134 return reset_and_return(EILSEQ, state);
163 return reset_and_return_illegal(EILSEQ, state);
  /external/fio/
td_error.c 5 static int __NON_FATAL_ERR[] = { EIO, EILSEQ };
9 if (err == EILSEQ)
  /external/ImageMagick/MagickCore/
token-private.h 25 #ifndef EILSEQ
26 #define EILSEQ ENOENT
122 errno=EILSEQ;
131 errno=EILSEQ;
136 errno=EILSEQ;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fgetws.c 56 ferror(fp) && errno == EILSEQ)
fputwc.c 65 errno = EILSEQ;
vswprintf.c 86 errno = EILSEQ;
  /ndk/sources/android/support/src/musl-multibyte/
mbrtowc.c 52 errno = EILSEQ;
mbtowc.c 48 errno = EILSEQ;
wcrtomb.c 32 errno = EILSEQ;
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 133 return -EILSEQ;
135 return -EILSEQ;
146 return -EILSEQ;
277 return -EILSEQ;
280 return -EILSEQ;
322 return -EILSEQ;
333 return -EILSEQ;
346 return -EILSEQ;
440 return -EILSEQ;
481 return -EILSEQ;
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 133 return -EILSEQ;
135 return -EILSEQ;
146 return -EILSEQ;
277 return -EILSEQ;
280 return -EILSEQ;
322 return -EILSEQ;
333 return -EILSEQ;
346 return -EILSEQ;
440 return -EILSEQ;
481 return -EILSEQ;
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c 136 return -EILSEQ;
138 return -EILSEQ;
149 return -EILSEQ;
280 return -EILSEQ;
283 return -EILSEQ;
325 return -EILSEQ;
336 return -EILSEQ;
349 return -EILSEQ;
443 return -EILSEQ;
484 return -EILSEQ;
    [all...]
  /bionic/tests/
wchar_test.cpp 89 EXPECT_EQ(EILSEQ, errno);
100 EXPECT_EQ(EILSEQ, errno);
138 EXPECT_EQ(EILSEQ, errno);
141 EXPECT_EQ(EILSEQ, errno);
149 EXPECT_EQ(EILSEQ, errno);
154 EXPECT_EQ(EILSEQ, errno);
172 EXPECT_EQ(EILSEQ, errno);
181 EXPECT_EQ(EILSEQ, errno);
187 EXPECT_EQ(EILSEQ, errno);
195 EXPECT_EQ(EILSEQ, errno)
    [all...]
  /external/bison/lib/
errno.in.h 273 # ifndef EILSEQ
274 # define EILSEQ 2015
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 84 #define EILSEQ 84
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 79 #define EILSEQ 88
  /development/ndk/platforms/android-21/arch-mips/include/asm/
errno.h 79 #define EILSEQ 88
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
errno.h 79 #define EILSEQ 88

Completed in 1194 milliseconds

1 2 3 4 5 6 7 8 910