| /src/external/bsd/zstd/dist/contrib/linux-kernel/test/include/linux/ |
| errno.h | 13 #define EINVAL 22
|
| /src/tests/lib/libpthread/ |
| t_name.c | 84 ATF_REQUIRE_EQ(pthread_attr_setname_np(&attr, NAME_TOO_LONG, NULL), EINVAL);
|
| /src/external/bsd/jemalloc/dist/test/integration/ |
| posix_memalign.c | 21 expect_d_eq(posix_memalign(&p, alignment, 1), EINVAL,
|
| /src/external/bsd/jemalloc.old/dist/test/integration/ |
| posix_memalign.c | 21 expect_d_eq(posix_memalign(&p, alignment, 1), EINVAL,
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| ncached_max.c | 191 /* Test a half-done string, it should return EINVAL and do nothing. */ 195 EINVAL, "Unexpected mallctlbymib() failure"); 209 * Test a string exceeding the length limit, it should return EINVAL 222 EINVAL, "Unexpected mallctlbymib() failure"); 227 * Test a string with invalid characters, it should return EINVAL 234 EINVAL, "Unexpected mallctlbymib() failure");
|
| prof_hook.c | 95 EINVAL, "Incorrectly allowed NULL backtrace hook"); 117 EINVAL, "Unexpected mallctl success with malformed oldlen"); 128 EINVAL, "Unexpected mallctl success with malformed newlen"); 220 EINVAL, "Unexpected mallctl success with malformed oldlen"); 231 EINVAL, "Unexpected mallctl success with malformed newlen"); 366 EINVAL, "Unexpected mallctl success with malformed oldlen"); 373 EINVAL, "Unexpected mallctl success with malformed newlen"); 384 EINVAL, "Unexpected mallctl success with malformed oldlen"); 391 EINVAL, "Unexpected mallctl success with malformed newlen"); 430 /* Passing NULL for both oldp and newp must always return EINVAL. * [all...] |
| mallctl.c | 31 EINVAL, "mallctl() should return EINVAL for input size mismatch"); 34 EINVAL, "mallctl() should return EINVAL for input size mismatch"); 37 expect_d_eq(mallctl("epoch", (void *)&epoch, &sz, NULL, 0), EINVAL, 38 "mallctl() should return EINVAL for output size mismatch"); 40 expect_d_eq(mallctl("epoch", (void *)&epoch, &sz, NULL, 0), EINVAL, 41 "mallctl() should return EINVAL for output size mismatch"); 77 EINVAL, 78 "mallctlbymib() should return EINVAL for input size mismatch") [all...] |
| /src/sys/external/bsd/acpica/dist/include/ |
| acclib.h | 90 #define EINVAL 22 /* Invalid argument */
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| ncached_max.c | 191 /* Test a half-done string, it should return EINVAL and do nothing. */ 195 EINVAL, "Unexpected mallctlbymib() failure"); 209 * Test a string exceeding the length limit, it should return EINVAL 222 EINVAL, "Unexpected mallctlbymib() failure"); 227 * Test a string with invalid characters, it should return EINVAL 234 EINVAL, "Unexpected mallctlbymib() failure");
|
| mallctl.c | 21 EINVAL, "mallctl() should return EINVAL for input size mismatch"); 24 EINVAL, "mallctl() should return EINVAL for input size mismatch"); 27 expect_d_eq(mallctl("epoch", (void *)&epoch, &sz, NULL, 0), EINVAL, 28 "mallctl() should return EINVAL for output size mismatch"); 30 expect_d_eq(mallctl("epoch", (void *)&epoch, &sz, NULL, 0), EINVAL, 31 "mallctl() should return EINVAL for output size mismatch"); 67 EINVAL, 68 "mallctlbymib() should return EINVAL for input size mismatch") [all...] |
| /src/external/gpl2/diffutils/dist/lib/ |
| strtol.c | 309 __set_errno (EINVAL);
|
| /src/external/gpl2/grep/dist/lib/ |
| strtol.c | 313 __set_errno (EINVAL);
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| canonicalize-lgpl.c | 216 __set_errno (EINVAL); 394 : errno == EINVAL)) 457 __set_errno (EINVAL);
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| canonicalize-lgpl.c | 216 __set_errno (EINVAL); 394 : errno == EINVAL)) 457 __set_errno (EINVAL);
|
| /src/external/apache2/llvm/dist/libcxx/include/ |
| errno.h | 245 #ifndef EINVAL 246 #define EINVAL 9943
|
| /src/sys/sys/ |
| errno.h | 64 #define EINVAL 22 /* Invalid argument */
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| i915_gem_execbuffer.c | 69 #undef EINVAL 70 #define EINVAL ({ \ 71 DRM_DEBUG_DRIVER("EINVAL at %s:%d\n", __func__, __LINE__); \ 433 return -EINVAL; 436 return -EINVAL; 444 return -EINVAL; 449 return -EINVAL; 457 return -EINVAL; 1037 return ERR_PTR(-EINVAL); 1372 return -EINVAL; [all...] |
| /src/lib/libc/time/ |
| private.h | 256 #ifndef EINVAL 257 # define EINVAL ERANGE 261 # define EFTYPE EINVAL 264 # define ELOOP EINVAL 267 # define ENAMETOOLONG EINVAL 270 # define ENOMEM EINVAL 273 # define ENOSYS EINVAL 276 # define ENOTCAPABLE EINVAL 279 # define ENOTSUP EINVAL 282 # define EOVERFLOW EINVAL [all...] |
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| emul_unix.c | 128 #ifndef EINVAL 129 #define EINVAL -1 874 errno = EINVAL; 1466 errno = EINVAL; 1750 /* 22 */ "EINVAL", 2429 errno = EINVAL; 2661 /* 22 */ "EINVAL",
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| emul_unix.c | 128 #ifndef EINVAL 129 #define EINVAL -1 874 errno = EINVAL; 1466 errno = EINVAL; 1750 /* 22 */ "EINVAL", 2429 errno = EINVAL; 2661 /* 22 */ "EINVAL",
|