Searched refs:Nflag (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-6-1-5-RELEASE/usr.bin/sdpquery/
H A Dsdpquery.h38 extern bool Nflag, Rflag, Xflag;
H A Dsdpquery.c58 bool Nflag; /* numerical output */ variable
82 Nflag = Rflag = Xflag = false;
114 Nflag = true;
H A Dprint.c540 if (!Nflag && desc) {
602 if (Nflag) {
925 if (Nflag)
1124 if (Nflag)
1142 if (Nflag)
1160 if (Nflag)
1329 if (Nflag)
1365 if (Nflag)
1431 if (Nflag)
1449 if (Nflag)
[all...]
/netbsd-6-1-5-RELEASE/sbin/newfs_ext2fs/
H A Dextern.h35 extern int Nflag; /* run mkfs without writing file system */
H A Dnewfs_ext2fs.c102 int Nflag; /* run without writing file system */ variable
155 Nflag = 1;
237 if (Nflag)
250 if (!Nflag)
258 if (!Nflag) {
H A Dmke2fs.c553 if (!Nflag) {
598 if (Nflag && verbosity == 3)
620 if (Nflag)
640 if (Nflag) {
653 if (Nflag)
796 if (Nflag)
1400 if (Nflag)
/netbsd-6-1-5-RELEASE/sbin/newfs/
H A Dextern.h32 extern int Nflag; /* run mkfs without writing file system */
H A Dnewfs.c208 int Nflag; /* run without writing file system */ variable
304 Nflag = 1;
476 if (Nflag)
489 if (!Nflag)
502 if (!Nflag) {
H A Dmkfs.c193 if (mfs && !Nflag) {
590 if (!Nflag) {
667 if (Nflag && verbosity == 3)
679 if (Nflag)
699 if (Nflag) {
712 if (Nflag)
1409 if (Nflag)
1434 if (Nflag)
1586 if (Nflag)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/examples/
H A Drlcat.c81 int opt, Vflag, Nflag; local
89 vflag = Vflag = Nflag = 0;
104 Nflag = 1;
115 if (isatty(0) == 0 || argc || Nflag)
/netbsd-6-1-5-RELEASE/bin/cp/
H A Dextern.h45 extern int Rflag, rflag, Hflag, Lflag, Pflag, fflag, iflag, lflag, pflag, Nflag;
H A Dcp.c90 int Hflag, Lflag, Rflag, Pflag, fflag, iflag, lflag, pflag, rflag, vflag, Nflag; variable
128 Nflag = 1;
H A Dutils.c388 if (!islink && !Nflag) {
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Dextern.h91 extern bool lflag, Nflag, vflag, zflag;
H A Daf_inet.c86 const int niflag = Nflag ? 0 : NI_NUMERICHOST;
H A Dtunnel.c160 const int niflag = Nflag ? 0 : (NI_NUMERICHOST|NI_NUMERICSERV);
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dutilities.c129 if (!Nflag && rename(from, to) < 0) {
148 if (!Nflag && mkdir(cp, 0777) < 0) {
171 if (!Nflag && rmdir(cp) < 0) {
191 if (!Nflag && unlink(cp) < 0) {
206 if (!Nflag && symlink(existing, new) < 0) {
213 if (!Nflag && link(existing, new) < 0) {
235 if (!Nflag && mknod(name, S_IFWHT, 0) < 0) {
257 if (!Nflag && undelete(name) < 0) {
H A Drestore.h48 extern int Nflag; /* do not write the disk */
H A Dmain.c66 int hflag = 1, mflag = 1, Dflag = 0, Nflag = 0; variable
148 Nflag = 1;
181 if (Nflag || command == 't')
H A Dtape.c702 if (Nflag) {
732 if (Nflag) {
761 if (!Nflag && (ofile = open(name, O_WRONLY | O_CREAT | O_TRUNC,
779 if (Nflag)
947 if (Nflag)
968 if (Nflag)
H A Ddirs.c626 if (!Nflag) {
678 if (!Nflag && write(ofile, buf, (int) size) == -1) {
/netbsd-6-1-5-RELEASE/sbin/tunefs/
H A Dtunefs.c103 int i, ch, Aflag, Fflag, Nflag, openflags; local
110 Aflag = Fflag = Nflag = 0;
129 Nflag++;
191 openflags = Nflag ? O_RDONLY : O_RDWR;
298 if (Nflag) {
/netbsd-6-1-5-RELEASE/sbin/newfs_lfs/
H A Dnewfs.c85 int Nflag = 0; /* run without writing file system */ variable
215 Nflag++;
277 if (!Nflag) {
H A Dmake_lfs.c105 extern int Nflag; /* Don't write anything */
764 if (!Nflag)
812 if (!Nflag)
842 if (!Nflag)
/netbsd-6-1-5-RELEASE/libexec/identd/
H A Didentd.c69 static int lflag, Lflag, nflag, Nflag, rflag; variable
113 lflag = Lflag = nflag = Nflag = rflag = 0;
176 Nflag = 1;
465 if (Nflag && pw && check_noident(pw->pw_dir)) {

Completed in 147 milliseconds

12