Searched defs:Fflag (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pldd/
H A Dpldd.c46 int Fflag = 0; local
60 Fflag = PGRAB_FORCE;
106 PGRAB_RETAIN | Fflag, &gcode)) == NULL) {
/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dmain.c51 Fflag = 0, /* print full output if -F option is supplied */ variable
152 Fflag++;
/illumos-gate/usr/src/cmd/tail/
H A Dtail.c45 int Fflag, fflag, qflag, rflag, rval, no_files; variable
103 Fflag = fflag = 1;
175 if (!Fflag || errno != ENOENT)
/illumos-gate/usr/src/cmd/ptools/preap/
H A Dpreap.c44 static int Fflag; variable
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;
/illumos-gate/usr/src/cmd/ppgsz/
H A Dppgsz.c58 static int Fflag; variable
225 Fflag = PGRAB_FORCE;
343 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) {
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c58 static int Fflag; variable
72 Fflag | PGRAB_RDONLY, &gret)) == NULL) {
103 Fflag = PGRAB_FORCE;
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c53 static int Fflag; variable
105 Fflag = PGRAB_FORCE;
179 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) {
/illumos-gate/usr/src/cmd/truss/
H A Dramdata.c58 int Fflag; /* option flags from getopt() */ variable
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c890 int Fflag; local
896 Fflag = type[-1] == 'F';
897 if (!Fflag && bad_fd < 0) {
904 iop->__xf_nocheck = Fflag;
/illumos-gate/usr/src/cmd/psrset/
H A Dpsrset.c74 static char Fflag; variable
309 if ((!Fflag && pset_assign(pset, cpu, &old_pset) != 0) ||
310 (Fflag && pset_assign_forced(pset, cpu, &old_pset) != 0)) {
701 Fflag = 1;
737 if (Fflag && (cflag + aflag + rflag == 0))
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c73 static int Fflag; /* Flag set, if fwd'able creds to be fwd'ed via -F */ variable
84 { "forwardable", &Fflag, 0 },
287 Fflag = 1;
292 if (Fflag)
429 Fflag = fflag = encrypt_flag = 0;
488 Fflag = 0;
490 Fflag = 1;
524 encrypt_flag = fflag = Fflag = 0;
562 if (fflag || Fflag)
564 if (Fflag)
[all...]
H A Drlogin.c108 static int fflag, Fflag; /* Flag set, when option -f / -F used */ variable
120 { "forwardable", &Fflag, 0 },
365 Fflag = 1;
370 if (Fflag)
479 fflag = Fflag = encrypt_flag = 0;
548 Fflag = 0;
550 Fflag = 1;
644 if (fflag || Fflag)
646 if (Fflag)
687 fflag = Fflag
[all...]
/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c61 int Fflag = 0; /* -F option (followup) */ variable
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c64 static int Fflag; variable
94 Fflag = PGRAB_FORCE;
146 Fflag, &gret, NULL)) == NULL) {
168 } else if ((Pr = Pgrab(pid, Fflag, &gret)) != NULL) {
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c938 int Fflag = 0; local
1012 Fflag = PGRAB_FORCE;
1046 PGRAB_RETAIN | Fflag, &gcode)) == NULL) {
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c1314 int Fflag; local
1375 Fflag = 0;
1555 if (Fflag != 0) {
1563 Fflag = PGRAB_FORCE;
1590 do_process(argv[i], &plgrp_todo, Fflag);
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c50 static int Fflag; variable
176 Fflag = PGRAB_FORCE;
223 Fflag, &gcode, &lwps)) == NULL) {
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h335 bool Fflag; /* functions requested with time */ variable
/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c100 static uchar_t Fflag; /* Fgrep or -F flag */ variable
257 Fflag++;
277 if (Eflag || Fflag)
295 Fflag++;
298 if (wflag && (Eflag || Fflag)) {
308 if (Eflag && Fflag)
361 use_wchar = Fflag && mblocale && (!xflag || iflag);
619 fix_pattern = !Fflag && xflag;
645 if (Fflag) {
648 * Fflag
[all...]
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c193 int rflag = 0, sflag = 0, xflag = 0, Fflag = 0; local
238 Fflag = PGRAB_FORCE;
322 prg_gflags = PGRAB_RETAIN | Fflag;
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c562 static int Xflag, Fflag, iflag, hflag, Bflag, Iflag; variable
805 Fflag++;
1954 if (Fflag &&
1955 checkf(longname, (stbuf.st_mode & S_IFMT) == S_IFDIR, Fflag) == 0)
3101 if (Fflag) {
3102 if (checkf(namep, is_directory(namep), Fflag) == 0) {
4173 if (Fflag) {
4174 if (checkf(namep, is_directory(namep), Fflag) == 0) {

Completed in 200 milliseconds