Searched defs:EINVAL (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_c_test.cpp134 EXPECT_EQ(posix_memalign(&P, 15U, Size), EINVAL); local
/openbsd-current/gnu/llvm/libcxx/include/
H A Derrno.h248 #define EINVAL 9943 macro
/openbsd-current/sys/sys/
H A Derrno.h66 #define EINVAL 22 /* Invalid argument */ macro
/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_execbuffer.c81 #undef EINVAL macro
82 #define EINVAL ({ \ macro
[all...]

Completed in 85 milliseconds