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

/netbsd-current/usr.sbin/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))
/netbsd-current/sbin/fsck_lfs/
H A Dmain.c56 int Uflag; variable
131 Uflag++;
H A Dfsck.h166 extern int Uflag; /* resolve user names */
H A Dinode.c551 if (Uflag && (pw = getpwuid(lfs_dino_getuid(fs, dp))) != 0)
/netbsd-current/sbin/fsck_ext2fs/
H A Dfsck.h195 extern int Uflag; /* resolve user names */
H A Dmain.c107 int Uflag; variable
182 Uflag++;
H A Dinode.c647 if (Uflag && (pw = getpwuid(uid)) != 0)
/netbsd-current/sbin/fsck_ffs/
H A Dmain.c98 int Uflag; variable
254 Uflag++;
H A Dfsck.h276 extern int Uflag; /* resolve user names */
H A Dinode.c665 if (Uflag && (pw = getpwuid((int)iswap32(DIP(dp, uid)))) != 0)
/netbsd-current/bin/ksh/
H A Dc_ksh.c862 int rv = 0, rflag = 0, tflag, Uflag = 0, pflag = 0; local
886 Uflag = 1;
968 if ((val && !tflag) || (!val && tflag && !Uflag)) {
/netbsd-current/external/bsd/tcpdump/dist/
H A Dtcpdump.c235 static int Uflag; /* "unbuffered" output of dump files */ variable
1864 ++Uflag;
2492 if (Uflag)
3123 if (Uflag)
3148 if (Uflag)
/netbsd-current/sbin/fsdb/
H A Dfsdb.c90 int Uflag; variable

Completed in 131 milliseconds