Searched refs:yflag (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/usr.sbin/adduser/
H A Drmuser.sh229 yflag=
247 yflag=1
302 elif [ $yflag ]; then
331 if [ -z "$yflag" ]; then
/freebsd-current/sbin/restore/
H A Drestore.h48 extern int yflag; /* always try to recover from tape errors */
H A Dmain.c50 int bflag = 0, cvtflag = 0, dflag = 0, Dflag = 0, vflag = 0, yflag = 0; variable
152 yflag = 1;
H A Dutilities.c409 if (yflag)
H A Dtape.c332 if (yflag || ferror(terminal) || feof(terminal))
1199 if (!yflag && !reply("continue"))
/freebsd-current/usr.bin/last/
H A Dlast.c85 static int yflag; /* show year */ variable
172 yflag++;
349 (yflag ? "%a %e %b %Y %R" : "%a %e %b %R") :
350 (yflag ? "%a %b %e %Y %R" : "%a %b %e %R"), tm);
/freebsd-current/sbin/fsck_ffs/
H A Dglobs.c67 char yflag; /* assume a yes response */ variable
H A Dmain.c124 yflag = 0;
147 yflag++;
388 if (preen == 0 && yflag == 0 && sblock.fs_magic != FS_UFS1_MAGIC &&
H A Dfsck.h382 extern char yflag; /* assume a yes response */
H A Dsetup.c143 if (preen == 0 && yflag == 0 && sblock.fs_magic == FS_UFS2_MAGIC &&
H A Dfsutil.c132 if (yflag || (persevere && nflag)) {
/freebsd-current/sbin/growfs/
H A Dgrowfs.c1307 int error, j, fsi, fso, ch, ret, Nflag = 0, yflag = 0; local
1339 yflag = 1;
1453 if (yflag == 0) {
1465 if (yflag == 0 && Nflag == 0) {

Completed in 218 milliseconds