Searched refs:EISDIR (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libtksh/tcl/
H A DtclPosixStr.c178 #ifdef EISDIR
179 case EISDIR: return "EISDIR";
625 #ifdef EISDIR
626 case EISDIR: return "illegal operation on a directory";
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c116 #ifndef EISDIR
117 #define EISDIR (-1) macro
497 else if (sferror(input) && errno != EISDIR)
547 if ((sfvalue(input) || sferror(input)) && errno != EISDIR)
597 if ((sfvalue(input) || sferror(input)) && errno != EISDIR)
/ast/src/cmd/re/
H A Dgrep.c106 #ifndef EISDIR
107 #define EISDIR (-1) macro
384 if (sferror(input) && errno != EISDIR)
465 if ((sfvalue(input) || sferror(input)) && errno != EISDIR)
510 if ((sfvalue(input) || sferror(input)) && errno != EISDIR)
/ast/src/cmd/mailx/
H A Dproc.c176 errno = EISDIR;
H A Dlex.c149 if (errno == EISDIR) {
/ast/src/cmd/ksh93/sh/
H A Dpath.c527 errno = EISDIR;
963 errno = EISDIR;
1215 errno = EISDIR;
H A Dmain.c319 errno = EISDIR;

Completed in 24 milliseconds