Searched refs:EINVAL (Results 1 - 25 of 3848) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A DLPdir_nyi.c48 errno = EINVAL;
54 errno = EINVAL;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A DLPdir_nyi.c48 errno = EINVAL;
54 errno = EINVAL;
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dsched9.c13 || errno != EINVAL)
19 || errno != EINVAL)
H A Dftruncate2.c22 if (ftruncate (pip[0], 20) == 0 || errno != EINVAL)
30 if (ftruncate (pip[1], 20) == 0 || errno != EINVAL)
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dsched9.c13 || errno != EINVAL)
19 || errno != EINVAL)
H A Dftruncate2.c22 if (ftruncate (pip[0], 20) == 0 || errno != EINVAL)
30 if (ftruncate (pip[1], 20) == 0 || errno != EINVAL)
/netbsd-current/lib/libc/posix1e/
H A Dacl_flag.c49 errno = EINVAL;
59 errno = EINVAL;
76 errno = EINVAL;
90 errno = EINVAL;
107 errno = EINVAL;
125 errno = EINVAL;
130 errno = EINVAL;
144 errno = EINVAL;
149 errno = EINVAL;
H A Dacl_perm.c52 errno = EINVAL;
66 errno = EINVAL;
87 errno = EINVAL;
105 errno = EINVAL;
122 errno = EINVAL;
H A Dacl_set.c63 errno = EINVAL;
68 errno = EINVAL;
84 errno = EINVAL;
89 errno = EINVAL;
115 errno = EINVAL;
120 errno = EINVAL;
140 errno = EINVAL;
146 errno = EINVAL;
150 errno = EINVAL;
170 errno = EINVAL;
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dconvert_creds.c64 krb5_set_error_message(context, EINVAL,
66 return EINVAL;
92 krb5_set_error_message(context, EINVAL,
94 return EINVAL;
/netbsd-current/lib/libossaudio/
H A Doss4_global.c46 * these as a no-op and return EINVAL, and no software in the
54 errno = EINVAL;
58 errno = EINVAL;
/netbsd-current/lib/libc/compat/arch/hppa/sys/
H A Dcompat_sigpending.S44 ldi EINVAL, %t1
H A Dcompat_sigreturn.S44 ldi EINVAL, %t1
H A Dcompat_sigprocmask.S44 ldi EINVAL, %t1
H A Dcompat_sigsuspend.S44 ldi EINVAL, %t1
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Derrtest.c29 errno = EINVAL;
31 return TEST_int_eq(errno, EINVAL);
/netbsd-current/sys/lib/libsa/
H A Ddev.c56 return EINVAL;
/netbsd-current/lib/libc/sys/
H A Dvadvise.c42 errno = EINVAL;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_errno.cc26 COMPILER_CHECK(errno_EINVAL == EINVAL);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_errno.cc24 COMPILER_CHECK(errno_EINVAL == EINVAL);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_errno.cpp25 COMPILER_CHECK(errno_EINVAL == EINVAL);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dticket_flags.c44 *minor_status = EINVAL;
51 *minor_status = EINVAL;
/netbsd-current/lib/libpthread/
H A Dpthread_barrier.c48 pthread__error(EINVAL, "Invalid barrier attribute",
51 return EINVAL;
65 pthread__error(EINVAL, "Invalid barrier",
82 pthread__error(EINVAL, "Invalid barrier",
132 pthread__error(EINVAL, "Invalid barrier attribute",
143 pthread__error(EINVAL, "Invalid barrier attribute",
152 return EINVAL;
168 pthread__error(EINVAL, "Invalid barrier attribute",
H A Dpthread_attr.c92 pthread__error(EINVAL, "Invalid attribute",
109 pthread__error(EINVAL, "Invalid attribute",
131 pthread__error(EINVAL, "Invalid attribute",
147 pthread__error(EINVAL, "Invalid attribute",
158 return EINVAL;
170 pthread__error(EINVAL, "Invalid attribute",
187 pthread__error(EINVAL, "Invalid attribute",
204 pthread__error(EINVAL, "Invalid attribute",
220 pthread__error(EINVAL, "Invalid attribute",
231 return EINVAL;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Drmdir.c43 errno = EINVAL;
47 /* Work around mingw bug, where rmdir("file/") fails with EINVAL
49 only reason allowed by POSIX for EINVAL. */
50 if (result == -1 && errno == EINVAL)

Completed in 364 milliseconds

1234567891011>>