Searched defs:wflag (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/dumpcs/
H A Ddumpcs.c55 static int wflag = 0; variable
106 wflag++;
218 if (!wflag) {
/illumos-gate/usr/src/lib/libkvm/common/
H A Dtest.c70 int wflag; variable
103 wflag++;
132 tst_open(name, core, swap, (wflag ? O_RDWR : O_RDONLY));
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c397 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 Ddiff.h124 int wflag = 0; variable
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c165 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 Dmain.c182 int wflag = 0; local
241 wflag++;
315 if (wflag && !writable(*argv)) {
/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c101 static int wflag; variable
178 wflag++;
203 if (wflag) {
/illumos-gate/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c1185 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 Dctags.c134 static int wflag; /* -w: suppress warnings */ variable
233 wflag++;
988 if (!wflag) {
998 if (!wflag) {
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h173 int wflag; /* check only writable filesystems */ variable
/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c97 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/cmd/troff/troff.d/
H A Dta.c102 int wflag = 0; /* wait, looping, for new input if on */ variable
576 wflag = 1 - wflag;
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c468 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/tools/codereview/
H A Dlwlp.c181 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/uts/common/os/
H A Dstreamio.c2727 strwrite_common(struct vnode *vp, struct uio *uiop, cred_t *crp, int wflag) argument
2793 waitflag = WRITEWAIT | wflag;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c4742 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 Dtar.c595 static int term, chksum, wflag, variable
835 wflag++;
4708 if (wflag) {

Completed in 177 milliseconds