Searched refs:kflag (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.0-release/usr.bin/procstat/
H A Dprocstat_kstack.c76 kstack_cleanup(const char *old, char *new, int kflag) argument
94 if (kflag > 1 && old_ts == TS_FUNC) {
100 if (ts == TS_FUNC || (kflag > 1 && ts == TS_OFF)) {
128 procstat_kstack(struct procstat *procstat, struct kinfo_proc *kipp, int kflag) argument
201 kstack_cleanup(kkstp->kkst_trace, trace, kflag);
H A Dprocstat.c42 static int aflag, bflag, cflag, eflag, fflag, iflag, jflag, kflag, lflag, sflag; variable
73 else if (kflag)
74 procstat_kstack(prstat, kipp, kflag);
169 kflag++;
219 tmp = bflag + cflag + eflag + fflag + iflag + jflag + (kflag ? 1 : 0) +
225 if (kflag > 2)
H A Dprocstat.h45 int kflag);
/freebsd-10.0-release/usr.bin/gzip/
H A Dznew64 if test $kflag -eq 1 && smaller "$filez" "$tmp"; then
105 kflag=0
117 K) kflag=1;;
/freebsd-10.0-release/libexec/fingerd/
H A Dfingerd.c75 int p[2], debug, kflag, logging, pflag, secure; local
81 debug = logging = kflag = pflag = secure = 0;
90 kflag = 1;
154 if (kflag)
/freebsd-10.0-release/usr.sbin/kgmon/
H A Dkgmon.c76 int Bflag, bflag, hflag, kflag, rflag, pflag; variable
105 kflag = 1;
145 ++kflag;
194 if (!kflag) {
262 if (kflag) {
286 kflag ? kvm_geterr(kvp->kd) : strerror(errno));
318 if (!kflag) {
382 if (kflag) {
394 kflag ? kvm_geterr(kvp->kd) : strerror(errno));
404 if (kflag) {
[all...]
/freebsd-10.0-release/usr.bin/enigma/
H A Denigma.c83 int secureflg = 0, kflag = 0; local
94 kflag = 1;
97 if (kflag) {
/freebsd-10.0-release/usr.bin/finger/
H A Dfinger.c90 static int kflag, mflag, sflag; variable
121 kflag = 1; /* keep going without utmp */
240 if (kflag)
378 if (kflag)
/freebsd-10.0-release/usr.bin/sort/
H A Dsort.h84 bool kflag; member in struct:sort_opts
/freebsd-10.0-release/usr.bin/csplit/
H A Dcsplit.c78 static int kflag; /* Keep output if error occurs */ variable
106 kflag = sflag = 0;
115 kflag = 1;
146 if (!kflag) {
/freebsd-10.0-release/usr.sbin/sa/
H A Dextern.h93 extern int aflag, bflag, cflag, dflag, Dflag, fflag, iflag, jflag, kflag;
H A Dusrdb.c212 if (kflag)
H A Dmain.c71 int aflag, bflag, cflag, dflag, Dflag, fflag, iflag, jflag, kflag; variable
131 kflag = 1;
/freebsd-10.0-release/usr.bin/man/
H A Dman.sh497 k) kflag=kflag ;;
510 case "${fflag}${kflag}${tflag}${wflag}" in
515 *kflag*wflag) echo "Incompatible options: -k and -w"; man_usage ;;
525 if [ -n "$kflag" ]; then
/freebsd-10.0-release/bin/pax/
H A Dfile_subs.c241 if (kflag)
279 if (kflag)
506 if (kflag)
H A Dpax.c79 int kflag; /* do not overwrite existing files */ variable
H A Dextern.h211 extern int kflag;
H A Doptions.c248 kflag = 1;
1022 kflag = 1;
1116 kflag = 0;
/freebsd-10.0-release/usr.sbin/trpt/
H A Dtrpt.c90 static int aflag, kflag, memf, follow, sflag, tflag; variable
145 ++kflag;
161 if (kflag)
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Ddes.c126 int vflag,cflag,eflag,dflag,kflag,bflag,fflag,sflag,uflag,flag3,hflag,error; variable
135 vflag=cflag=eflag=dflag=kflag=hflag=bflag=fflag=sflag=uflag=flag3=0;
202 kflag=1;
278 if (!kflag)
/freebsd-10.0-release/secure/usr.bin/bdes/
H A Dbdes.c173 int kflag; /* command-line encryption key */ local
181 kflag = 0;
208 kflag = 1;
233 if (!kflag) {
/freebsd-10.0-release/usr.bin/gprof/
H A Dgprof.h233 bool kflag; /* arcs to be deleted */ variable
H A Dgprof.c118 kflag = TRUE;
328 if ( kflag
/freebsd-10.0-release/contrib/netcat/
H A Dnetcat.c78 int kflag; /* More than one connect */ variable
206 kflag = 1;
325 if (!lflag && kflag)
400 if (uflag && kflag)
407 else if (uflag && !kflag) {
449 if (!kflag)
/freebsd-10.0-release/bin/df/
H A Ddf.c98 static int aflag = 0, cflag, hflag, iflag, kflag, lflag = 0, nflag, Tflag; variable
136 if (kflag)
158 kflag++;

Completed in 440 milliseconds

12