Searched refs:canread (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dokprinter.c130 canread(char *path) function
144 ret = canread(prbufp->interface);
150 ret = canread(path);
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.h94 extern int canread; /* allows reads */
H A Dpostio.c180 int canread = TRUE; /* allow reads */ variable
442 canread = canwrite = TRUE;
618 canread = (whatami & READ) ? TRUE : FALSE;
935 if (canread == TRUE && readline() == TRUE) {
1090 if (canread == TRUE)
1214 if (canread == TRUE) {
H A Difdef.c312 if ( canread == TRUE && canwrite == FALSE ) /* read process kludge */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c818 int canread; local
821 canread = ring_empty_consecutive(&netiring);
822 c = recv(net, netiring.supply, canread, 0);

Completed in 74 milliseconds