Searched refs:Oflag (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/sbin/newfs/
H A Dnewfs.h81 extern int Oflag; /* build UFS1 format file system */
H A Dmkfs.c138 * specified by Oflag.
141 disk.d_ufs = Oflag;
281 if (Oflag == 1) {
398 if (Oflag > 1 || (Oflag == 1 && sblock.fs_ipg <= 0x7fff)) {
441 if (Oflag == 1) {
498 if (Oflag == 1) {
513 if (Oflag > 1) {
548 if (!Nflag && Oflag != 1 && realsectorsize <= SBLOCK_UFS1) {
581 sblock.fs_magic = (Oflag !
[all...]
H A Dnewfs.c77 int Oflag = 2; /* file system format (1 => UFS1, 2 => UFS2) */ variable
161 if ((Oflag = atoi(optarg)) < 1 || Oflag > 2)
387 if (Oflag > 1)
/freebsd-current/usr.bin/fortune/strfile/
H A Dstrfile.c70 #define STORING_PTRS (Oflag || Rflag)
95 static int Oflag = false; /* ordering flag */ variable
162 first = Oflag;
179 first = Oflag;
205 if (Oflag)
265 Oflag++;
/freebsd-current/contrib/libpcap/testprogs/
H A Dfiltertest.c216 int Oflag; local
236 Oflag = 1;
265 Oflag = 0;
339 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
/freebsd-current/usr.sbin/makefs/ffs/
H A Dmkfs.c114 static int Oflag; /* format as an 4.3BSD file system */ variable
146 Oflag = ffs_opts->version;
166 if (Oflag == 0) {
172 sblock.fs_maxsymlinklen = (Oflag == 1 ? UFS1_MAXSYMLINKLEN :
275 if (Oflag <= 1) {
423 if (Oflag <= 1) {
493 if (Oflag <= 1) {
561 if (Oflag <= 1) {
655 if (Oflag == 2) {
791 if (Oflag <
[all...]
/freebsd-current/bin/pax/
H A Dpax.c75 int Oflag; /* limit to single volume */ variable
H A Dextern.h217 extern int Oflag;
H A Dar_io.c1110 if (done || !wr_trail || Oflag || strcmp(NM_TAR, argv0) == 0)
H A Doptions.c448 Oflag = 1;
/freebsd-current/usr.bin/netstat/
H A Dmain.c212 int Oflag; /* show nhgrp objects*/ variable
370 Oflag = 1;
538 if (Oflag) {
/freebsd-current/crypto/openssh/regress/
H A Dnetcat.c116 int Oflag; /* TCP send buffer size */ variable
272 Oflag = strtonum(optarg, 1, 65536 << 14, &errstr);
1214 if (Oflag) {
1216 &Oflag, sizeof(Oflag)) == -1)
/freebsd-current/contrib/netcat/
H A Dnetcat.c109 int Oflag; /* TCP send buffer size */ variable
314 Oflag = strtonum(optarg, 1, 65536 << 14, &errstr);
1369 if (Oflag) {
1371 &Oflag, sizeof(Oflag)) == -1)
/freebsd-current/contrib/tcpdump/
H A Dtcpdump.c1519 int Oflag = 1; /* run filter code optimizer */ local
1760 Oflag = 0;
2264 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
2667 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)

Completed in 270 milliseconds