Searched defs:EISDIR (Results 1 - 2 of 2) sorted by relevance

/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/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)

Completed in 12 milliseconds