OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EINVAL
(Results
1 - 17
of
17
) sorted by relevancy
/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
assert_d_eq(posix_memalign(&p, alignment, 1),
EINVAL
,
/src/sys/external/bsd/acpica/dist/include/
acclib.h
90
#define
EINVAL
22 /* Invalid argument */
/src/external/bsd/jemalloc.old/dist/test/unit/
mallctl.c
17
sizeof(epoch)-1),
EINVAL
,
18
"mallctl() should return
EINVAL
for input size mismatch");
20
sizeof(epoch)+1),
EINVAL
,
21
"mallctl() should return
EINVAL
for input size mismatch");
24
assert_d_eq(mallctl("epoch", (void *)&epoch, &sz, NULL, 0),
EINVAL
,
25
"mallctl() should return
EINVAL
for output size mismatch");
27
assert_d_eq(mallctl("epoch", (void *)&epoch, &sz, NULL, 0),
EINVAL
,
28
"mallctl() should return
EINVAL
for output size mismatch");
61
sizeof(epoch)-1),
EINVAL
,
62
"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/external/bsd/jemalloc/dist/test/unit/
mallctl.c
19
sizeof(epoch)-1),
EINVAL
,
20
"mallctl() should return
EINVAL
for input size mismatch");
22
sizeof(epoch)+1),
EINVAL
,
23
"mallctl() should return
EINVAL
for input size mismatch");
26
expect_d_eq(mallctl("epoch", (void *)&epoch, &sz, NULL, 0),
EINVAL
,
27
"mallctl() should return
EINVAL
for output size mismatch");
29
expect_d_eq(mallctl("epoch", (void *)&epoch, &sz, NULL, 0),
EINVAL
,
30
"mallctl() should return
EINVAL
for output size mismatch");
63
sizeof(epoch)-1),
EINVAL
,
64
"mallctlbymib() should return
EINVAL
for input size mismatch")
[
all
...]
/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 ELOOP
EINVAL
264
# define ENAMETOOLONG
EINVAL
267
# define ENOMEM
EINVAL
270
# define ENOTCAPABLE
EINVAL
273
# define ENOTSUP
EINVAL
276
# define EOVERFLOW
EINVAL
/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
",
Completed in 26 milliseconds
Indexes created Fri Apr 17 00:22:50 UTC 2026