/illumos-gate/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 46 int Fflag = 0; local 60 Fflag = PGRAB_FORCE; 106 PGRAB_RETAIN | Fflag, &gcode)) == NULL) {
|
/illumos-gate/usr/src/cmd/sgs/size/common/ |
H A D | main.c | 51 Fflag = 0, /* print full output if -F option is supplied */ variable 152 Fflag++;
|
/illumos-gate/usr/src/cmd/tail/ |
H A D | tail.c | 45 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 D | preap.c | 44 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 D | ppgsz.c | 58 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 D | ptime.c | 58 static int Fflag; variable 72 Fflag | PGRAB_RDONLY, &gret)) == NULL) { 103 Fflag = PGRAB_FORCE;
|
/illumos-gate/usr/src/cmd/plimit/ |
H A D | plimit.c | 53 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 D | ramdata.c | 58 int Fflag; /* option flags from getopt() */ variable
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | flush.c | 890 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 D | psrset.c | 74 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 D | rsh.c | 73 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 D | rlogin.c | 108 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 D | init.c | 61 int Fflag = 0; /* -F option (followup) */ variable
|
/illumos-gate/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 64 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 D | pmadvise.c | 938 int Fflag = 0; local 1012 Fflag = PGRAB_FORCE; 1046 PGRAB_RETAIN | Fflag, &gcode)) == NULL) {
|
/illumos-gate/usr/src/cmd/ptools/plgrp/ |
H A D | plgrp.c | 1314 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 D | pstack.c | 50 static int Fflag; variable 176 Fflag = PGRAB_FORCE; 223 Fflag, &gcode, &lwps)) == NULL) {
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.h | 335 bool Fflag; /* functions requested with time */ variable
|
/illumos-gate/usr/src/cmd/grep_xpg4/ |
H A D | grep.c | 100 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 D | pmap.c | 193 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 D | tar.c | 562 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) {
|