Definition of EINVAL. Meaning of EINVAL. Synonyms of EINVAL

Here you will find one or more explanations in English for the word EINVAL. Also in the bottom left of the page several parts of wikipedia pages related to the word EINVAL and, of course, EINVAL synonyms and on the right images related to the word EINVAL.

Definition of EINVAL

No result for EINVAL. Showing similar results...

Meaning of EINVAL from wikipedia

- -EINVAL; /* no need to grab task_lock here; it cannot change */ i = cred->group_info->ngroups; if (gidsetsize) { if (i > gidsetsize) { i = -EINVAL; goto...
- number: if (failure) return (errno = EINVAL, -1); This can be written more verbosely as: if (failure) { errno = EINVAL; return -1; } For brevity, the comma...
- No such device ENOTDIR (20) Not a directory EISDIR (21) Is a directory EINVAL (22) Invalid argument ENFILE (23) Too many open files in system EMFILE (24)...
- Operating system Linux, Solaris, OS X, FreeBSD, Microsoft Windows Type Download utility License GPL-2.0-only Website www.einval.com/~steve/software/jigdo/...
- dup2() except that if oldfd equals newfd the system call fails with error EINVAL and the caller can force the close-on-exec flag to be set by specifying...