Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dokprinter.c128 canread(char *path) in canread() function
142 ret = canread(prbufp->interface); in okinterface()
148 ret = canread(path); in okinterface()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c178 int canread = TRUE; /* allow reads */ variable
440 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()
H A Difdef.h92 extern int canread; /* allows reads */
H A Difdef.c310 if ( canread == TRUE && canwrite == FALSE ) /* read process kludge */ in readline()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c815 int canread; in process_rings() local
818 canread = ring_empty_consecutive(&netiring); in process_rings()
819 c = recv(net, netiring.supply, canread, 0); in process_rings()