Searched refs:Wflag (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/contrib/ntp/clockstuff/
H A Dpropdelay.c115 int Wflag = 0; variable
168 Wflag++;
177 if (errflg || (!(Cflag || Wflag || Gflag) && ntp_optind+4 != argc) ||
178 ((Cflag || Wflag || Gflag) && ntp_optind+2 != argc)) {
190 if (!(Cflag || Wflag || Gflag)) {
203 } else if (Wflag) {
/freebsd-11.0-release/usr.bin/netstat/
H A Dmroute6.c99 #define WID_ORG (Wflag ? 39 : (numeric_addr ? 29 : 18)) /* width of origin column */
100 #define WID_GRP (Wflag ? 18 : (numeric_addr ? 16 : 18)) /* width of group column */
H A Dsctp.c131 sprintf(line, "%.*s.", Wflag ? 39 : 16, inetname(&address->sin.sin_addr));
136 sprintf(line, "%.*s.", Wflag ? 39 : 16, inet6name(&address->sin6.sin6_addr));
140 sprintf(line, "%.*s.", Wflag ? 39 : 16, "");
150 width = Wflag ? 45 : 22;
284 if (Wflag) {
356 if (Wflag)
417 if (Wflag) {
450 if (Wflag) {
H A Dnetstat.h55 extern int Wflag; /* wide display */
H A Droute.c197 #define WID_IF_DEFAULT(af) (Wflag ? 10 : 8) /* width of netif column */
203 #define WID_IF_DEFAULT(af) ((af) == AF_INET6 ? 8 : (Wflag ? 10 : 8))
221 if (Wflag) {
373 if (Wflag) {
390 if (Wflag)
422 if (Wflag != 0 || numeric_addr) {
H A Dinet.c420 xo_emit((Aflag && !Wflag) ?
422 ((!Wflag || af1 == AF_INET) ?
427 xo_emit((Aflag && !Wflag) ?
429 ((!Wflag || af1 == AF_INET) ?
435 xo_emit((Aflag && !Wflag) ?
437 ((!Wflag || af1 == AF_INET) ?
1414 if (Wflag)
1425 width = (Aflag && !Wflag) ? 18 :
1426 ((!Wflag || af1 == AF_INET) ? 22 : 45);
1427 if (Wflag)
[all...]
H A Dif.c285 if (Wflag) {
381 if (Wflag) {
473 if (Wflag)
H A Dinet6.c1277 sprintf(line, "%.*s.", Wflag ? 39 : (Aflag && !numeric) ? 12 : 16,
1286 width = Wflag ? 45 : Aflag ? 18 : 22;
H A Dmain.c220 int Wflag; /* wide display */ variable
377 Wflag = 1;
/freebsd-11.0-release/bin/rm/
H A Drm.c62 static int dflag, eval, fflag, iflag, Pflag, vflag, Wflag, stdin_ok; variable
140 Wflag = 1;
202 if (Wflag)
359 if (Wflag) {
368 } else if (Wflag) {
/freebsd-11.0-release/sbin/sysctl/
H A Dsysctl.c75 static int Nflag, nflag, oflag, qflag, tflag, Tflag, Wflag, xflag; variable
201 Wflag = 1;
275 if (Tflag || Wflag) {
893 /* if Wflag then only list sysctls that are writeable and not stats. */
894 if (Wflag && ((kind & CTLFLAG_WR) == 0 || (kind & CTLFLAG_STATS) != 0))
/freebsd-11.0-release/contrib/tcpdump/
H A Dinterface.h218 #define Wflag gndo->ndo_Wflag macro
H A Dtcpdump.c1433 Wflag = atoi(optarg);
1434 if (Wflag < 0)
1436 WflagChars = getWflagChars(Wflag);
2349 * Check to see if we've exceeded the Wflag (when
2352 if (Cflag == 0 && Wflag > 0 && Gflag_count >= Wflag) {
2354 Wflag);
2444 if (Wflag > 0) {
2445 if (Cflag_count >= Wflag)

Completed in 122 milliseconds