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

/ast/src/lib/libast/include/
H A Derror.h88 #define ERROR_PIPE(e) ((e)==EPIPE||(e)==ECONNRESET) macro
90 #define ERROR_PIPE(e) ((e)==EPIPE) macro
/ast/src/lib/libcmd/
H A Dhead.c142 if (sfmove(fp, sfstdout, keep, delim) < 0 && !ERROR_PIPE(errno) && errno != EINTR)
H A Dtee.c198 if ((sfmove(sfstdin, sfstdout, SF_UNBOUND, -1) < 0 || !sfeof(sfstdin)) && !ERROR_PIPE(errno) && errno != EINTR)
H A Dcat.c542 if (n < 0 && !ERROR_PIPE(errno) && errno != EINTR)
/ast/src/cmd/builtin/
H A Dtr.c495 if (!ERROR_PIPE(errno))
H A Dod.c1600 if (sfsync(sfstdout) && !ERROR_PIPE(errno))
/ast/src/cmd/ksh93/sh/
H A Dio.c65 #ifndef ERROR_PIPE
67 #define ERROR_PIPE(e) ((e)==EPIPE||(e)==ECONNRESET) macro
69 #define ERROR_PIPE(e) ((e)==EPIPE) macro
1848 if(type==SF_WRITE && ERROR_PIPE(errno))
2189 else if(mode==SF_WRITE && ERROR_PIPE(errno))

Completed in 38 milliseconds