Searched refs:canwrite (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.h95 extern int canwrite; /* and writes if TRUE */
H A Dpostio.c181 int canwrite = TRUE; /* and writes if TRUE */ variable
442 canread = canwrite = TRUE;
619 canwrite = (whatami & WRITE) ? TRUE : FALSE;
626 * only read and sent to the printer if canwrite is TRUE. Checking it here means
639 if (canwrite == TRUE)
748 if (canwrite == TRUE)
1194 if (t > 0 && canwrite == TRUE)
1240 if (canwrite == TRUE) {
H A Difdef.c312 if ( canread == TRUE && canwrite == FALSE ) /* read process kludge */
318 if ( canwrite == TRUE ) /* don't block during start() */
550 if ( canwrite == TRUE )
561 if ( canwrite == TRUE ) /* don't block during start() */
775 if ( canwrite == TRUE )
797 if ( canwrite == TRUE ) /* don't block during start() */
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1546 int canwrite; local
1614 (!zone_dataset_visible(osname, &canwrite) || !canwrite)) {

Completed in 52 milliseconds