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

12

/freebsd-current/usr.bin/gzip/
H A Dznew63 if test $kflag -eq 1 && smaller "$filez" "$tmp"; then
104 kflag=0
116 K) kflag=1;;
H A Dgzip.c214 static int kflag; /* don't delete input files */ variable
372 kflag = 1;
1173 if (kflag)
/freebsd-current/usr.bin/procstat/
H A Dprocstat_kstack.c77 kstack_cleanup(const char *old, char *new, int kflag) argument
95 if (kflag > 1 && old_ts == TS_FUNC) {
101 if (ts == TS_FUNC || (kflag > 1 && ts == TS_OFF)) {
110 kstack_cleanup_encoded(const char *old, char *new, int kflag) argument
117 if (kflag == 1) {
/freebsd-current/usr.bin/sort/
H A Dsort.h78 bool kflag; member in struct:sort_opts
H A Dradixsort.c563 reverse_sort = sort_opts_vals.kflag ? keys[0].sm.rflag :
/freebsd-current/libexec/fingerd/
H A Dfingerd.c62 int p[2], debug, kflag, logging, pflag, secure; local
68 debug = logging = kflag = pflag = secure = 0;
77 kflag = 1;
141 if (kflag)
/freebsd-current/usr.sbin/acpi/acpiconf/
H A Dacpiconf.c236 int iflag = 0, kflag = 0, sflag = 0; local
254 kflag = 1;
279 if (iflag != 0 && kflag != 0 && sflag != 0)
283 if (kflag != 0)
290 if (kflag != 0) {
/freebsd-current/usr.bin/enigma/
H A Denigma.c84 int secureflg = 0, kflag = 0; local
95 kflag = 1;
98 if (kflag) {
/freebsd-current/usr.bin/gcore/
H A Dgcore.c67 static bool kflag = false; variable
146 kflag = true;
169 if (kflag) {
/freebsd-current/usr.bin/finger/
H A Dfinger.c77 static int kflag, mflag, sflag; variable
108 kflag = 1; /* keep going without utmp */
227 if (kflag)
366 if (kflag)
/freebsd-current/usr.sbin/sa/
H A Dextern.h93 extern int aflag, bflag, cflag, dflag, Dflag, fflag, iflag, jflag, kflag;
H A Dusrdb.c211 if (kflag)
H A Dmain.c63 int aflag, bflag, cflag, dflag, Dflag, fflag, iflag, jflag, kflag; variable
123 kflag = 1;
/freebsd-current/usr.bin/csplit/
H A Dcsplit.c77 static int kflag; /* Keep output if error occurs */ variable
105 kflag = sflag = 0;
114 kflag = 1;
145 if (!kflag) {
/freebsd-current/usr.bin/man/
H A Dman.sh605 k) kflag=kflag ;;
619 case "${Kflag}${fflag}${kflag}${tflag}${wflag}" in
621 Kflag*kflag*) echo "Incompatible options: -K and -k"; man_usage ;;
627 *kflag*wflag) echo "Incompatible options: -k and -w"; man_usage ;;
637 if [ -n "$kflag" ]; then
/freebsd-current/bin/pax/
H A Dfile_subs.c234 if (kflag)
272 if (kflag)
499 if (kflag)
H A Dpax.c66 int kflag; /* do not overwrite existing files */ variable
H A Dextern.h208 extern int kflag;
H A Doptions.c242 kflag = 1;
1022 kflag = 1;
1116 kflag = 0;
/freebsd-current/usr.bin/gprof/
H A Dgprof.h226 EXTERN bool kflag; /* arcs to be deleted */ variable
H A Dgprof.c106 kflag = TRUE;
315 if ( kflag
/freebsd-current/bin/df/
H A Ddf.c87 static int aflag = 0, cflag, hflag, iflag, kflag, lflag = 0, nflag, Tflag; variable
134 if (kflag)
156 kflag++;
/freebsd-current/crypto/openssh/regress/
H A Dnetcat.c101 int kflag; /* More than one connect */ variable
208 kflag = 1;
322 if (!lflag && kflag)
397 if (uflag && kflag)
404 else if (uflag && !kflag) {
446 if (!kflag)
/freebsd-current/contrib/netcat/
H A Dnetcat.c90 int kflag; /* More than one connect */ variable
240 kflag = 1;
372 if (!lflag && kflag)
464 if (uflag && kflag)
471 else if (uflag && !kflag) {
515 if (!kflag)
/freebsd-current/sbin/tunefs/
H A Dtunefs.c83 int Aflag, aflag, eflag, evalue, fflag, fvalue, jflag, Jflag, kflag; local
91 Aflag = aflag = eflag = fflag = jflag = Jflag = kflag = Lflag = 0;
167 kflag = 1;
404 if (kflag) {

Completed in 517 milliseconds

12