HomeSort by relevance Sort by last modified time
    Searched defs:Fflag (Results 1 - 20 of 20) sorted by null

  /onnv/onnv-gate/usr/src/cmd/ptools/pldd/
pldd.c 46 int Fflag = 0;
60 Fflag = PGRAB_FORCE;
106 PGRAB_RETAIN | Fflag, &gcode)) == NULL) {
  /onnv/onnv-gate/usr/src/cmd/ptools/preap/
preap.c 44 static int Fflag;
148 if ((Fflag == 0) && (elapsed < NOREAP_TIME)) {
155 if ((Pr = Pgrab(ppid, Fflag | PGRAB_NOSTOP, &gret)) == NULL) {
161 if ((Fflag == 0) && (Pstate(Pr) == PS_STOP)) {
229 Fflag = PGRAB_FORCE;
  /onnv/onnv-gate/usr/src/cmd/sgs/size/common/
main.c 50 int fflag = 0, /* print full output if -f option is supplied */ variable
51 Fflag = 0, /* print full output if -F option is supplied */
148 fflag++;
152 Fflag++;
  /onnv/onnv-gate/usr/src/cmd/ptools/ptime/
ptime.c 55 static int Fflag;
77 Fflag = PGRAB_FORCE;
105 Fflag | PGRAB_RDONLY, &gret)) == NULL) {
  /onnv/onnv-gate/usr/src/cmd/plimit/
plimit.c 52 static int Fflag;
104 Fflag = PGRAB_FORCE;
178 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) {
  /onnv/onnv-gate/usr/src/cmd/ppgsz/
ppgsz.c 58 static int Fflag;
225 Fflag = PGRAB_FORCE;
343 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) {
  /onnv/onnv-gate/usr/src/cmd/truss/
ramdata.c 58 int Fflag; /* option flags from getopt() */
59 int fflag; variable
  /onnv/onnv-gate/usr/src/lib/libc/port/stdio/
flush.c 844 int Fflag;
850 Fflag = type[-1] == 'F';
851 if (!Fflag && bad_fd < 0) {
858 iop->__xf_nocheck = Fflag;
  /onnv/onnv-gate/usr/src/cmd/ptools/pfiles/
pfiles.c 59 static int Fflag;
88 Fflag = PGRAB_FORCE;
139 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/
rsh.c 72 static int fflag; /* Flag set, if creds to be fwd'ed via -f */ variable
73 static int Fflag; /* Flag set, if fwd'able creds to be fwd'ed via -F */
83 { "forward", &fflag, 0 },
84 { "forwardable", &Fflag, 0 },
285 if (fflag)
287 Fflag = 1;
292 if (Fflag)
294 fflag = 1;
429 Fflag = fflag = encrypt_flag = 0
    [all...]
rlogin.c 108 static int fflag, Fflag; /* Flag set, when option -f / -F used */ variable
119 { "forward", &fflag, 0 },
120 { "forwardable", &Fflag, 0 },
363 if (fflag)
365 Fflag = 1;
370 if (Fflag)
372 fflag = 1;
479 fflag = Fflag = encrypt_flag = 0
    [all...]
  /onnv/onnv-gate/usr/src/cmd/grep_xpg4/
grep.c 87 static uchar_t Fflag; /* Fgrep or -F flag */
114 int fflag = 0; local
195 fflag = 1;
230 Fflag++;
245 if (Eflag || Fflag)
263 Fflag++;
266 if (wflag && (Eflag || Fflag)) {
276 if (Eflag && Fflag)
309 if (patterns == NULL && !fflag) {
323 use_wchar = Fflag && mblocale && (!xflag || iflag)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mailx/
init.c 61 int Fflag = 0; /* -F option (followup) */
  /onnv/onnv-gate/usr/src/cmd/ptools/pmadvise/
pmadvise.c 932 int Fflag = 0;
1006 Fflag = PGRAB_FORCE;
1040 PGRAB_RETAIN | Fflag, &gcode)) == NULL) {
  /onnv/onnv-gate/usr/src/cmd/ptools/pstack/
pstack.c 50 static int Fflag;
155 Fflag = PGRAB_FORCE;
202 Fflag, &gcode, &lwps)) == NULL) {
  /onnv/onnv-gate/usr/src/cmd/psrset/
psrset.c 69 static char fflag; variable
70 static char Fflag;
301 if ((!Fflag && pset_assign(pset, cpu, &old_pset) != 0) ||
302 (Fflag && pset_assign_forced(pset, cpu, &old_pset) != 0)) {
688 fflag = 1;
691 Fflag = 1;
706 qflag + Qflag + fflag + nflag + eflag;
714 if (Fflag && (cflag + aflag + rflag == 0))
746 if (aflag || bflag || fflag || nflag || eflag) {
795 } else if (fflag) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ptools/plgrp/
plgrp.c 1314 int Fflag;
1375 Fflag = 0;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ptools/pmap/
pmap.c 193 int rflag = 0, sflag = 0, xflag = 0, Fflag = 0;
238 Fflag = PGRAB_FORCE;
322 prg_gflags = PGRAB_RETAIN | Fflag;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/gprof/common/
gprof.h 334 bool fflag; /* specific functions requested */ variable
335 bool Fflag; /* functions requested with time */
  /onnv/onnv-gate/usr/src/cmd/tar/
tar.c 560 static int Xflag, Fflag, iflag, hflag, Bflag, Iflag;
781 Fflag++;
    [all...]

Completed in 420 milliseconds