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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c1018 GL_READ_BLOCKED, /* The read would have blocked the caller */ enumerator in enum:__anon4078
3183 case GL_READ_BLOCKED:
3260 if(status == GL_READ_BLOCKED) { /* Nothing readable yet */
3329 return (isatty(fd) || errno != 0) ? GL_READ_BLOCKED : GL_READ_EOF;
12323 case GL_READ_BLOCKED: /* Input blocked? */
12371 case GL_READ_BLOCKED: /* The read blocked */

Completed in 110 milliseconds