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

/freebsd-13-stable/sbin/newfs/
H A Dnewfs.h83 extern int Oflag; /* build UFS1 format file system */
H A Dmkfs.c129 * specified by Oflag.
132 disk.d_ufs = Oflag;
272 if (Oflag == 1) {
387 if (Oflag > 1 || (Oflag == 1 && sblock.fs_ipg <= 0x7fff)) {
428 if (Oflag == 1) {
485 if (Oflag == 1) {
500 if (Oflag > 1) {
535 if (!Nflag && Oflag != 1 && realsectorsize <= SBLOCK_UFS1) {
568 sblock.fs_magic = (Oflag !
[all...]
H A Dnewfs.c89 int Oflag = 2; /* file system format (1 => UFS1, 2 => UFS2) */ variable
171 if ((Oflag = atoi(optarg)) < 1 || Oflag > 2)
/freebsd-13-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-13-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-13-stable/usr.sbin/makefs/ffs/
H A Dmkfs.c100 static int Oflag; /* format as an 4.3BSD file system */ variable
132 Oflag = ffs_opts->version;
152 if (Oflag == 0) {
158 sblock.fs_maxsymlinklen = (Oflag == 1 ? UFS1_MAXSYMLINKLEN :
261 if (Oflag <= 1) {
406 if (Oflag <= 1) {
476 if (Oflag <= 1) {
543 if (Oflag <= 1) {
637 if (Oflag == 2) {
773 if (Oflag <
[all...]
/freebsd-13-stable/bin/pax/
H A Dpax.c89 int Oflag; /* limit to single volume */ variable
H A Dextern.h222 extern int Oflag;
H A Dar_io.c1128 if (done || !wr_trail || Oflag || strcmp(NM_TAR, argv0) == 0)
H A Doptions.c456 Oflag = 1;
/freebsd-13-stable/contrib/netcat/
H A Dnetcat.c108 int Oflag; /* TCP send buffer size */ variable
305 Oflag = strtonum(optarg, 1, 65536 << 14, &errstr);
1324 if (Oflag) {
1326 &Oflag, sizeof(Oflag)) == -1)
/freebsd-13-stable/usr.bin/netstat/
H A Dmain.c219 int Oflag; /* show nhgrp objects*/ variable
362 Oflag = 1;
520 if (Oflag) {
/freebsd-13-stable/crypto/openssh/regress/
H A Dnetcat.c109 int Oflag; /* TCP send buffer size */ variable
263 Oflag = strtonum(optarg, 1, 65536 << 14, &errstr);
1194 if (Oflag) {
1196 &Oflag, sizeof(Oflag)) == -1)
/freebsd-13-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 144 milliseconds