/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/ |
H A D | postcomm.c | 397 static int wflag = 0; /* nonzero if we've written a block */ 419 wflag = 1; 428 wflag = 1; 438 wflag = 1; 445 if (wflag) 453 if (wflag) 391 static int wflag = 0; /* nonzero if we've written a block */ local
|
/illumos-gate/usr/src/cmd/diff/ |
H A D | diff.h | 124 int wflag = 0; variable
|
H A D | diff.c | 316 wflag = 1; 635 if (bflag || wflag || iflag) { 657 } else if (wflag) { 1011 if (!bflag && !wflag) { 1080 if (space && !wflag) {
|
/illumos-gate/usr/src/cmd/dumpcs/ |
H A D | dumpcs.c | 55 static int wflag = 0; variable 106 wflag++; 218 if (!wflag) {
|
/illumos-gate/usr/src/cmd/grep/ |
H A D | grep.c | 101 static int wflag; variable 178 wflag++; 203 if (wflag) {
|
/illumos-gate/usr/src/cmd/print/scripts/ |
H A D | ppdmgr | 1465 wflag=0 1520 wflag=1 1541 # ignore wflag unless specified with -a 1542 if [[ ${wflag} -eq 1 && "${action}" != ${ADD} ]] ; then 1543 wflag=0 1627 if [[ ${wflag} -eq 1 || \ 1691 if [[ ${wflag} -eq 1 ]] ; then 1698 if [[ ${wflag} -eq 1 ]] ; then
|
/illumos-gate/usr/src/lib/libkvm/common/ |
H A D | test.c | 70 int wflag; variable 103 wflag++; 132 tst_open(name, core, swap, (wflag ? O_RDWR : O_RDONLY));
|
/illumos-gate/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 468 char wflag; local 715 wflag = 0; 1658 wflag = 1; 1678 wflag = 1; 1701 if (wflag) { 1733 wflag = 1; 1765 wflag = 1; 1768 if (!wflag) 1769 wflag++; 1865 wflag [all...] |
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | main.c | 135 wflag++; 192 if (wflag && !writable(*argv)) {
|
H A D | fsck.h | 173 int wflag; /* check only writable filesystems */ variable
|
/illumos-gate/usr/src/cmd/grep_xpg4/ |
H A D | grep.c | 97 static uchar_t wflag; /* Search for expression as a word */ variable 243 wflag++; 280 * Don't allow use of wflag with egrep / fgrep 282 if (wflag) 298 if (wflag && (Eflag || Fflag)) { 568 if (wflag) { 570 * Solaris wflag support: Add '<' '>' to pattern to
|
/illumos-gate/usr/src/tools/codereview/ |
H A D | lwlp.c | 181 static int dflag, lflag, pflag, vflag, wflag; variable 296 wflag = -1; 357 if (wflag > 0) { 361 wflag = 0; 400 wflag = 1; 464 if (wflag) { 480 if (wflag) {
|
/illumos-gate/usr/src/cmd/sgs/ldd/common/ |
H A D | ldd.c | 165 int Dflag = 0, pflag = 0, vflag = 0, wflag = 0; local 247 wflag = 1; /* references */ 324 weak[sizeof (weak) - 2] = (wflag) ? '1' : '\0';
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | main.c | 182 int wflag = 0; local 241 wflag++; 315 if (wflag && !writable(*argv)) {
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | ta.c | 102 int wflag = 0; /* wait, looping, for new input if on */ variable 576 wflag = 1 - wflag;
|
/illumos-gate/usr/src/lib/libfdisk/common/ |
H A D | libfdisk.c | 1185 int wflag = 0; /* write flag */ local 1248 wflag = 1; 1292 if ((!wflag) && (temp->modified == 1294 wflag = 1; 1299 if (wflag == 0) {
|
/illumos-gate/usr/src/cmd/vi/misc/ |
H A D | ctags.c | 134 static int wflag; /* -w: suppress warnings */ variable 233 wflag++; 988 if (!wflag) { 998 if (!wflag) {
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | webrev.sh | 2247 wflag= 2293 w) wflag=1;; 2301 if [[ -n $wflag && -n $lflag ]]; then 2422 if [[ -z $wflag && -z $lflag ]]; then 2469 if [[ -n $wflag ]]; then
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 4742 int error = 0, wflag = 0; local 4821 wflag |= NOINTR; 4842 return (strwrite_common(SOTOV(so), uiop, cr, wflag));
|
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 595 static int term, chksum, wflag, variable 835 wflag++; 4708 if (wflag) {
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 2727 strwrite_common(struct vnode *vp, struct uio *uiop, cred_t *crp, int wflag) argument 2793 waitflag = WRITEWAIT | wflag;
|