Searched refs:Uflag (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/usr.sbin/jexec/
H A Djexec.c61 int ch, clean, uflag, Uflag; local
66 ch = clean = uflag = Uflag = 0;
83 Uflag = 1;
93 if (uflag && Uflag)
95 if (uflag || (clean && !Uflag))
110 if (Uflag)
/freebsd-current/sbin/newfs/
H A Dnewfs.h83 extern int Uflag; /* enable soft updates for file system */
H A Dnewfs.c79 int Uflag; /* enable soft updates for file system */ variable
181 Uflag = 1;
388 Uflag = 1;
H A Dmkfs.c152 if (Uflag)
/freebsd-current/usr.bin/ar/
H A Dar.c103 int exitcode, i, opt, Dflag, Uflag; local
109 Uflag = 0;
127 Uflag = 0;
130 Uflag = 1;
149 if (Uflag == 0)
192 Uflag = 0;
234 Uflag = 1;
285 if (Dflag || (Uflag == 0 && (bsdar->mode == 'q' || bsdar->mode == 'r' ||
299 if (Uflag)
/freebsd-current/contrib/mtree/
H A Dmtree.c82 int cflag, Cflag, Dflag, Uflag, wflag; local
88 cflag = Cflag = Dflag = Uflag = wflag = 0;
221 Uflag = uflag = 1;
260 Uflag ? 'U' : 'u');
265 Uflag ? 'U' : 'u');
310 if (Uflag && (status == MISMATCHEXIT))
/freebsd-current/usr.sbin/lpr/lpr/
H A Dlpr.c95 static char *Uflag; /* user name specified with -U flag */ variable
193 Uflag = optarg;
276 if (Uflag) {
279 lpr_username = Uflag; /* -U person doing 'lpr' */
/freebsd-current/contrib/tcpdump/
H A Dtcpdump.c229 static int Uflag; /* "unbuffered" output of dump files */ variable
1856 ++Uflag;
2481 if (Uflag)
3094 if (Uflag)
3119 if (Uflag)

Completed in 665 milliseconds