Searched refs:Sflag (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/usr.sbin/ofwdump/
H A Dofwdump.c70 bool aflag, pflag, rflag, Rflag, Sflag; local
73 aflag = pflag = rflag = Rflag = Sflag = false;
98 if (Sflag)
105 Sflag = true;
120 ofw_dump(fd, NULL, rflag, pflag, Parg, Rflag, Sflag);
127 ofw_dump(fd, argv[i], rflag, pflag, Parg, Rflag, Sflag);
/freebsd-current/usr.bin/xargs/
H A Dxargs.c82 static int cnt, Iflag, jfound, Lflag, Sflag, wasquoted, xflag; variable
199 Sflag = (int)strtonum(optarg, 0, INT_MAX, &errstr);
226 if (!Iflag && Sflag)
230 if (Iflag && !Sflag)
231 Sflag = 255;
515 if (strnsubst(tmp++, replstr, inpline, (size_t)Sflag)) {
/freebsd-current/usr.bin/fortune/strfile/
H A Dstrfile.c94 static int Sflag = false; /* silent run flag */ variable
213 if (!Sflag) {
271 Sflag++;
/freebsd-current/contrib/ncurses/progs/
H A Dtset.c766 int ch, noinit, noset, quiet, Sflag, sflag, showterm; local
778 noinit = noset = quiet = Sflag = sflag = showterm = 0;
818 Sflag = 1;
900 if (Sflag)
/freebsd-current/usr.sbin/adduser/
H A Dadduser.sh394 if [ -z "$Sflag" ]; then
408 if [ -n "$Sflag" ]; then
982 Sflag=
1109 Sflag=yes
/freebsd-current/crypto/openssh/regress/
H A Dnetcat.c117 int Sflag; /* TCP MD5 signature option */ variable
278 Sflag = 1;
1182 if (Sflag) {
/freebsd-current/contrib/netcat/
H A Dnetcat.c110 int Sflag; /* TCP MD5 signature option */ variable
322 Sflag = 1;
1340 if (Sflag) {
/freebsd-current/usr.sbin/syslogd/
H A Dsyslogd.c592 bool bflag = false, pflag = false, Sflag = false; local
676 Sflag = true;
786 if (Sflag == 0)
/freebsd-current/usr.sbin/route6d/
H A Droute6d.c168 static int Sflag = 0; /* announce static routes to every interface */ variable
364 FLAG('S', Sflag, 1); break;
1029 if (Sflag) /* Yes, advertise it anyway */

Completed in 163 milliseconds