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

/freebsd-10-stable/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-10-stable/usr.bin/netstat/
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.c241 #define WID_IF_DEFAULT(af) (Wflag ? 10 : 8) /* width of netif column */
247 #define WID_IF_DEFAULT(af) ((af) == AF_INET6 ? 8 : (Wflag ? 10 : 8))
269 if (Wflag && rn != NULL)
324 if (Wflag) {
361 if (Wflag) {
650 if (Wflag) {
667 if (Wflag)
865 if (Wflag) {
H A Dmroute6.c113 #define WID_ORG (Wflag ? 39 : (numeric_addr ? 29 : 18)) /* width of origin column */
114 #define WID_GRP (Wflag ? 18 : (numeric_addr ? 16 : 18)) /* width of group column */
H A Dnetstat.h51 extern int Wflag; /* wide display */
H A Dif.c234 if (Wflag) {
418 Wflag ? 27 : 25, "", addr_buf);
439 Wflag ? 27 : 25, "", fmt);
H A Dinet.c416 printf((Aflag && !Wflag) ?
421 printf((Aflag && !Wflag) ?
427 printf((Aflag && !Wflag) ?
1137 if (Wflag)
1148 width = (Aflag && !Wflag) ? 18 : 22;
1149 if (Wflag)
H A Dmain.c332 int Wflag; /* wide display */ variable
487 Wflag = 1;
H A Dinet6.c1056 sprintf(line, "%.*s.", Wflag ? 39 :
1065 width = Wflag ? 45 : Aflag ? 18 : 22;
/freebsd-10-stable/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-10-stable/sbin/sysctl/
H A Dsysctl.c74 static int Nflag, nflag, oflag, qflag, Tflag, Wflag, xflag; variable
152 Wflag = 1;
219 if (Tflag || Wflag) {
801 /* if Wflag then only list sysctls that are writeable and not stats. */
802 if (Wflag && ((kind & CTLFLAG_WR) == 0 || (kind & CTLFLAG_STATS) != 0))
/freebsd-10-stable/contrib/tcpdump/
H A Dtcpdump.c1134 Wflag = atoi(optarg);
1135 if (Wflag < 0)
1137 WflagChars = getWflagChars(Wflag);
1961 * Check to see if we've exceeded the Wflag (when
1964 if (Cflag == 0 && Wflag > 0 && Gflag_count >= Wflag) {
1966 Wflag);
2043 if (Wflag > 0) {
2044 if (Cflag_count >= Wflag)
H A Dinterface.h391 #define Wflag gndo->ndo_Wflag macro

Completed in 150 milliseconds