Searched refs:printonly (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sbin/fsirand/
H A Dfsirand.c62 static int printonly = 0, force = 0, ignorelabel = 0; variable
76 printonly++;
123 if ((devfd = open(device, printonly ? O_RDONLY : O_RDWR)) < 0) {
163 if (!force && !printonly && sblock->fs_clean != 1) {
203 if (printonly && (sblock->fs_id[0] || sblock->fs_id[1])) {
212 if (!printonly) {
233 if (!printonly) {
265 if (printonly)
278 if (!printonly) {
/freebsd-11.0-release/sbin/atm/atmconfig/
H A Dnatm.c349 static int printonly; local
352 { "printonly", OPT_SIMPLE, &printonly },
513 if (printonly) {
539 static int printonly; local
542 { "printonly", OPT_SIMPLE, &printonly },
595 if (printonly) {

Completed in 111 milliseconds