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

/freebsd-10.0-release/contrib/ntp/clockstuff/
H A Dpropdelay.c112 int Wflag = 0; variable
164 Wflag++;
173 if (errflg || (!(Cflag || Wflag || Gflag) && ntp_optind+4 != argc) ||
174 ((Cflag || Wflag || Gflag) && ntp_optind+2 != argc)) {
186 if (!(Cflag || Wflag || Gflag)) {
199 } else if (Wflag) {
/freebsd-10.0-release/usr.bin/netstat/
H A Dmroute6.c98 #define WID_ORG (Wflag ? 39 : (numeric_addr ? 29 : 18)) /* width of origin column */
99 #define WID_GRP (Wflag ? 18 : (numeric_addr ? 16 : 18)) /* width of group column */
H A Dsctp.c204 sprintf(line, "%.*s.", Wflag ? 39 : 16, inetname(&address->sin.sin_addr));
209 sprintf(line, "%.*s.", Wflag ? 39 : 16, inet6name(&address->sin6.sin6_addr));
213 sprintf(line, "%.*s.", Wflag ? 39 : 16, "");
223 width = Wflag ? 45 : 22;
347 if (Wflag) {
417 if (Wflag)
466 if (Wflag) {
491 if (Wflag) {
H A Droute.c272 #define WID_IF_DEFAULT(af) (Wflag ? 8 : 6) /* width of netif column */
278 #define WID_IF_DEFAULT(af) ((af) == AF_INET6 ? 8 : (Wflag ? 8 : 6))
302 if (Wflag)
357 if (addr.u_sa.sa_family == AF_INET || Wflag) {
362 if (Wflag && rt->rt_rmx.rmx_mtu != 0) {
400 if (af1 == AF_INET || Wflag) {
401 if (Wflag) {
778 if (addr.u_sa.sa_family == AF_INET || Wflag) {
781 if (Wflag) {
H A Dnetstat.h50 extern int Wflag; /* wide display */
H A Dif.c249 if (Wflag)
315 if (Wflag)
337 if (Wflag)
502 Wflag ? 27 : 25, "",
519 Wflag ? 27 : 25, "", fmt);
H A Dinet.c416 printf((Aflag && !Wflag) ?
421 printf((Aflag && !Wflag) ?
427 printf((Aflag && !Wflag) ?
1255 if (Wflag)
1266 width = (Aflag && !Wflag) ? 18 : 22;
1267 if (Wflag)
H A Dinet6.c1101 sprintf(line, "%.*s.", Wflag ? 39 :
1110 width = Wflag ? 45 : Aflag ? 18 : 22;
H A Dmain.c328 int Wflag; /* wide display */ variable
466 Wflag = 1;
/freebsd-10.0-release/bin/rm/
H A Drm.c61 static int dflag, eval, fflag, iflag, Pflag, vflag, Wflag, stdin_ok; variable
137 Wflag = 1;
200 if (Wflag)
357 if (Wflag) {
366 } else if (Wflag) {
/freebsd-10.0-release/sbin/sysctl/
H A Dsysctl.c65 static int Nflag, nflag, oflag, qflag, Tflag, Wflag, xflag; variable
143 Wflag = 1;
210 if (Tflag || Wflag) {
676 /* if Wflag then only list sysctls that are writeable and not stats. */
677 if (Wflag && ((kind & CTLFLAG_WR) == 0 || (kind & CTLFLAG_STATS) != 0))
/freebsd-10.0-release/contrib/tcpdump/
H A Dtcpdump.c1064 Wflag = atoi(optarg);
1065 if (Wflag < 0)
1067 WflagChars = getWflagChars(Wflag);
1891 * Check to see if we've exceeded the Wflag (when
1894 if (Cflag == 0 && Wflag > 0 && Gflag_count >= Wflag) {
1896 Wflag);
1977 if (Wflag > 0) {
1978 if (Cflag_count >= Wflag)
H A Dinterface.h391 #define Wflag gndo->ndo_Wflag macro

Completed in 211 milliseconds