Searched refs:Fflag (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dprocess.c72 extern int Fflag; /* full format for segments */
149 if ((Fflag) && !(fflag)) {
194 if (Fflag) {
230 extern int Fflag;
253 (p.p_type == PT_LOAD) && !(Fflag)) {
256 (p.p_type == PT_LOAD) && !(Fflag)) {
277 if ((p.p_type == PT_LOAD) && Fflag && !nflag) {
284 if ((Fflag) && !(nflag) && (!(p.p_type == PT_LOAD))) {
287 if (Fflag || nflag) {
304 if (Fflag
[all...]
H A Dmain.c51 Fflag = 0, /* print full output if -F option is supplied */ variable
152 Fflag++;
/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/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/tail/
H A Dtail.c45 int Fflag, fflag, qflag, rflag, rval, no_files; variable
103 Fflag = fflag = 1;
175 if (!Fflag || errno != ENOENT)
H A Dextern.h76 extern int Fflag, fflag, qflag, rflag, rval, no_files;
H A Dforward.c290 if (!Fflag) {
408 if (Fflag && fileno(file->fp) != STDIN_FILENO)
412 if (!Fflag && !active)
426 if (Fflag) {
485 n = port_get(port, &ev, Fflag ? &ts : NULL);
/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/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/mailx/hdr/
H A Dglob.h50 extern int Fflag; /* -F option (followup) */
/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c61 int Fflag = 0; /* -F option (followup) */ variable
H A Dmain.c257 Fflag++;
/illumos-gate/usr/src/cmd/truss/
H A Dramdata.c58 int Fflag; /* option flags from getopt() */ variable
H A Dramdata.h142 extern int Fflag; /* option flags from getopt() */
/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/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/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/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/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/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/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/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/sgs/gprof/common/
H A Dgprof.h335 bool Fflag; /* functions requested with time */ variable

Completed in 129 milliseconds

12