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

- Operating system Linux, Solaris, OS X, FreeBSD, Microsoft Windows Type Download utility License GPL-2.0-only Website www.einval.com/~steve/software/jigdo/...
- number: if (failure) return (errno = EINVAL, -1); This can be written more verbosely as: if (failure) { errno = EINVAL; return -1; } For brevity, the comma...
- ENODEV 19 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 Too...
- 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...