/src/etc/rc.d/ |
entropy | 25 msgfmt=quiet; then 33 dd if=/dev/random of=/dev/null bs=1 count=1 msgfmt=quiet
|
/src/sbin/gpt/ |
resize.c | 70 off_t size __unused, bool quiet) 105 if (!quiet) 118 if (!quiet) 149 bool quiet = false; local in function:cmd_resize 155 quiet = true; 178 return resize(gpt, entry, alignment, sectors, size, quiet);
|
resizedisk.c | 82 resizedisk(gpt_t gpt, off_t sector, off_t size __unused, bool quiet) 132 if (!quiet) 138 if (!quiet) 172 if (!quiet) 177 if (!quiet) 240 bool quiet = false; local in function:cmd_resizedisk 249 quiet = true; 267 return resizedisk(gpt, sector, size, quiet);
|
/src/usr.sbin/sesd/srcs/ |
getencstat.c | 53 int fd, nobj, f, i, verbose, quiet, errors; local in function:main 60 errors = quiet = verbose = 0; 68 quiet = 1; 89 if ((verbose == 0 || quiet == 1) && estat == 0) { 90 if (quiet == 0)
|
/src/games/cribbage/ |
crib.c | 106 quiet = TRUE; 135 if (!quiet) { 153 msg(quiet ? "L or S? " : "Long (to 121) or Short (to 61)? "); 237 msg(quiet ? "Cut for crib? " : 245 addmsg(quiet ? "You cut " : "You cut the "); 248 addmsg(quiet ? "I cut " : "I cut the "); 253 msg(quiet ? "We tied..." : 377 prompt = (quiet ? "Discard --> " : "Discard a card --> "); 408 msg(quiet ? "Cut the deck? " : 414 addmsg(quiet ? "You cut " : "You cut the ") [all...] |
extern.c | 48 BOOLEAN quiet = FALSE; /* if suppress random mess */ variable in typeref:typename:BOOLEAN
|
/src/sbin/luactl/ |
luactl.c | 51 int quiet = 0; variable in typeref:typename:int 76 quiet = 1; 161 if (quiet) 177 if (quiet) 194 if (quiet) 211 if (quiet)
|
/src/distrib/sets/ |
regpkgset | 36 # -q Quiet. 85 quiet=false 98 -q) quiet=true; verbose=false ;; 99 -v) verbose=true; quiet=false ;;
|
makesrctars | 15 quiet=false 26 -q quiet operation 36 $quiet || echo $* 45 quiet=true
|
/src/regress/sys/fs/lfs/9994/ |
9994_f.c | 58 int bsize, quiet, usepid; local in function:main 70 quiet = 0; 89 ++quiet; 132 if (!quiet) {
|
/src/sbin/fsck/ |
fsutil.h | 59 extern int quiet;
|
fsutil.c | 74 int quiet; /* don't report clean filesystems */ variable in typeref:typename:int 121 if (quiet && !preen) { 123 quiet = 0;
|
/src/lib/libpam/modules/pam_lastlog/ |
pam_lastlog.c | 175 int quiet; local in function:pam_sm_open_session 177 quiet = 1; 181 quiet = login_getcapbool(lc, "hushlogin", 0); 184 quiet = 0; 189 dolastlogx(pamh, quiet, pwd, rhost, tty, ss, &now); 190 quiet = 1; 194 dolastlog(pamh, quiet, pwd, rhost, tty, &now); 303 dolastlogx(pam_handle_t *pamh, int quiet, const struct passwd *pwd, 308 if (!quiet) { 350 dolastlog(pam_handle_t *pamh, int quiet, const struct passwd *pwd [all...] |
/src/sbin/fsck_lfs/ |
fsck_vars.h | 53 extern int quiet; /* don't report clean filesystems */
|
/src/lib/ |
checkver | 94 quiet=0 116 if [ $error -eq 0 -a $quiet -eq 0 ]; then 123 if [ $error -eq 0 -a $quiet -eq 0 ]; then 130 if [ $error -eq 0 -a $quiet -eq 0 ]; then 153 q) quiet=1;;
|
checkvers | 74 quiet=0 102 -q) quiet=1 ; shift;; 119 QUIET= 123 if [ quiet -eq 1 ] ; then 124 QUIET="-q" 178 "sh $EXECDIR"/checkver $QUIET -f "$LIBLIST" "$LIBNAME" ; 186 QUIET="-q"
|
/src/usr.bin/tset/ |
tset.c | 65 int ch, noinit, noset, quiet, sflag, showterm; local in function:main 89 noinit = noset = quiet = sflag = showterm = 0; 131 quiet = 1; 192 if (!quiet) {
|
/src/sbin/dmesg/ |
dmesg.c | 160 int deltas, quiet, humantime; local in function:main 175 deltas = quiet = humantime = 0; 192 quiet = 1; 203 if (quiet && humantime) 350 if (!quiet || deltas) 376 } else if (!quiet) { 385 if (humantime || !quiet) 392 if (!quiet || deltas)
|
/src/usr.sbin/gpioctl/ |
gpioctl.c | 43 static int quiet = 0; variable in typeref:typename:int 100 quiet = 1; 103 quiet = state = 1; 225 if (quiet) 248 if (quiet) 283 if (quiet) 313 if (quiet) 366 if (!quiet)
|
/src/usr.bin/script/ |
script.c | 81 static int quiet, flush; variable in typeref:typename:int 116 quiet = 0; 140 quiet = 1; 178 if (!quiet) 274 else if (!quiet) 350 else if (!quiet) 358 if (!quiet) 476 if (!quiet) 486 if (!quiet)
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
dvo_ch7xxx.c | 113 bool quiet; member in struct:ch7xxx_priv 171 if (!ch7xxx->quiet) { 197 if (!ch7xxx->quiet) { 219 ch7xxx->quiet = true; 242 ch7xxx->quiet = false;
|
dvo_sil164.c | 69 bool quiet; member in struct:sil164_priv 104 if (!sil->quiet) { 129 if (!sil->quiet) { 151 sil->quiet = true; 170 sil->quiet = false;
|
dvo_tfp410.c | 96 bool quiet; member in struct:tfp410_priv 129 if (!tfp->quiet) { 154 if (!tfp->quiet) { 187 tfp->quiet = true; 202 tfp->quiet = false;
|
/src/usr.sbin/sysinst/arch/arc/ |
md.c | 242 md_check_mbr(struct disk_partitions *parts, mbr_info_t *mbri, bool quiet) 259 if (quiet) 265 if (quiet)
|
/src/usr.sbin/sysinst/arch/cobalt/ |
md.c | 257 md_check_mbr(struct disk_partitions *parts, mbr_info_t *mbri, bool quiet) 274 if (quiet) 280 if (quiet)
|