Searched refs:Wflag (Results 1 - 7 of 7) sorted by path

/netbsd-current/external/bsd/pcc/dist/pcc/driver/
H A Ddriver.h141 int Wflag(const char *);
H A Dwflag.c62 Wflag(const char *str) function
/netbsd-current/bin/df/
H A Ddf.c80 static int Nflag, nflag, Pflag, Wflag; variable
156 Wflag = 1;
247 if (Wflag && mntbuf[i].f_mntfromlabel[0]) {
444 if (Wflag && sfsp->f_mntfromlabel[0]) {
/netbsd-current/bin/rm/
H A Drm.c63 static int dflag, eval, fflag, iflag, Pflag, stdin_ok, vflag, Wflag; variable
126 Wflag = 1;
180 if (Wflag)
290 if (Wflag) {
299 } else if (Wflag) {
/netbsd-current/external/bsd/ntp/dist/clockstuff/
H A Dpropdelay.c117 int Wflag = 0; variable
170 Wflag++;
179 if (errflg || (!(Cflag || Wflag || Gflag) && ntp_optind+4 != argc) ||
180 ((Cflag || Wflag || Gflag) && ntp_optind+2 != argc)) {
192 if (!(Cflag || Wflag || Gflag)) {
205 } else if (Wflag) {
/netbsd-current/external/bsd/tcpdump/dist/
H A Dtcpdump.c237 static int Wflag; /* recycle output files after this number of files */ variable
1881 Wflag = atoi(optarg);
1882 if (Wflag <= 0)
1884 WflagChars = getWflagChars(Wflag);
2973 * Check to see if we've exceeded the Wflag (when
2976 if (Cflag == 0 && Wflag > 0 && Gflag_count >= Wflag) {
2978 Wflag);
3079 if (Wflag > 0) {
3080 if (Cflag_count >= Wflag)
[all...]
/netbsd-current/sbin/ifconfig/
H A Difconfig.c107 static bool bflag, dflag, hflag, sflag, uflag, Wflag, wflag; variable
698 Wflag = true;

Completed in 313 milliseconds