Searched refs:canread (Results 1 – 5 of 5) sorted by relevance
128 canread(char *path) in canread() function142 ret = canread(prbufp->interface); in okinterface()148 ret = canread(path); in okinterface()
178 int canread = TRUE; /* allow reads */ variable440 canread = canwrite = TRUE; in initialize()616 canread = (whatami & READ) ? TRUE : FALSE; in split()933 if (canread == TRUE && readline() == TRUE) { in getstatus()1088 if (canread == TRUE) in interrupt()1212 if (canread == TRUE) { in Read()
92 extern int canread; /* allows reads */
310 if ( canread == TRUE && canwrite == FALSE ) /* read process kludge */ in readline()
815 int canread; in process_rings() local818 canread = ring_empty_consecutive(&netiring); in process_rings()819 c = recv(net, netiring.supply, canread, 0); in process_rings()