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

/freebsd-11-stable/sbin/newfs/
H A Dnewfs.h81 extern int Oflag; /* build UFS1 format file system */
H A Dmkfs.c135 * specified by Oflag.
138 disk.d_ufs = Oflag;
274 if (Oflag == 1) {
387 if (Oflag > 1 || (Oflag == 1 && sblock.fs_ipg <= 0x7fff)) {
428 if (Oflag == 1) {
484 if (Oflag == 1) {
519 if (!Nflag && Oflag != 1 && realsectorsize <= SBLOCK_UFS1) {
545 sblock.fs_magic = (Oflag != 1) ? FS_UFS2_MAGIC : FS_UFS1_MAGIC;
594 if (Oflag
[all...]
H A Dnewfs.c87 int Oflag = 2; /* file system format (1 => UFS1, 2 => UFS2) */ variable
169 if ((Oflag = atoi(optarg)) < 1 || Oflag > 2)
/freebsd-11-stable/usr.bin/fortune/strfile/
H A Dstrfile.c84 #define STORING_PTRS (Oflag || Rflag)
109 static int Oflag = false; /* ordering flag */ variable
176 first = Oflag;
193 first = Oflag;
219 if (Oflag)
279 Oflag++;
/freebsd-11-stable/contrib/libpcap/testprogs/
H A Dfiltertest.c201 int Oflag; local
220 Oflag = 1;
249 Oflag = 0;
317 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dmkfs.c99 static int Oflag; /* format as an 4.3BSD file system */ variable
127 Oflag = ffs_opts->version;
146 if (Oflag == 0) {
152 sblock.fs_maxsymlinklen = (Oflag == 1 ? MAXSYMLINKLEN_UFS1 :
255 if (Oflag <= 1) {
385 if (Oflag <= 1) {
454 if (Oflag <= 1) {
521 if (Oflag <= 1) {
613 if (Oflag == 2) {
749 if (Oflag <
[all...]
/freebsd-11-stable/bin/pax/
H A Dpax.c87 int Oflag; /* limit to single volume */ variable
H A Dextern.h220 extern int Oflag;
H A Dar_io.c1126 if (done || !wr_trail || Oflag || strcmp(NM_TAR, argv0) == 0)
H A Doptions.c454 Oflag = 1;
/freebsd-11-stable/contrib/netcat/
H A Dnetcat.c102 int Oflag; /* TCP send buffer size */ variable
289 Oflag = strtonum(optarg, 1, 65536 << 14, &errstr);
1217 if (Oflag) {
1219 &Oflag, sizeof(Oflag)) == -1)
/freebsd-11-stable/crypto/openssh/regress/
H A Dnetcat.c109 int Oflag; /* TCP send buffer size */ variable
263 Oflag = strtonum(optarg, 1, 65536 << 14, &errstr);
1189 if (Oflag) {
1191 &Oflag, sizeof(Oflag)) == -1)
/freebsd-11-stable/contrib/tcpdump/
H A Dtcpdump.c1170 int Oflag = 1; /* run filter code optimizer */ local
1381 Oflag = 0;
1807 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
2144 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)

Completed in 102 milliseconds