Lines Matching refs:rc
40 ssize_t sfpkrd(int fd, Void_t* argbuf, size_t n, int rc, long tm, int action)
42 ssize_t sfpkrd(fd, argbuf, n, rc, tm, action)
46 int rc; /* record character */
48 int action; /* >0: peeking, if rc>=0, get action records,
49 <0: no peeking, if rc>=0, get -action records,
50 =0: no peeking, if rc>=0, must get a single record
58 if(rc < 0 && tm < 0 && action <= 0)
61 t = (action > 0 || rc >= 0) ? (STREAM_PEEK|SOCKET_PEEK) : 0;
130 ((t&STREAM_PEEK) && rc >= 0) ||
213 { if(action <= 0 && rc < 0)
291 else /* get here means: tm < 0 && action <= 0 && rc >= 0 */
299 if(*buf++ == rc)
309 if(rc >= 0)
314 if(*sp++ == rc)