Home | History | Annotate | Download | only in Gen

Lines Matching refs:errno

17 #include  <errno.h>

42 is indicated by errno. Values of errno specific to the access
58 errno = EINVAL;
63 errno = ENAMETOOLONG;
80 errno = (WantDir) ? ENOTDIR : EISDIR;
89 errno = EDOOFUS; /* Programming Error. */
96 errno = EACCES; /* Writing is not OK. */
104 errno = EACCES;
113 errno = ENOENT;