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

/freebsd-10-stable/sbin/newfs/
H A Dnewfs.h81 extern int Oflag; /* build UFS1 format file system */
H A Dmkfs.c134 * specified by Oflag.
137 disk.d_ufs = Oflag;
275 if (Oflag == 1) {
388 if (Oflag > 1 || (Oflag == 1 && sblock.fs_ipg <= 0x7fff)) {
429 if (Oflag == 1) {
483 if (Oflag == 1) {
518 if (!Nflag && Oflag != 1) {
544 sblock.fs_magic = (Oflag != 1) ? FS_UFS2_MAGIC : FS_UFS1_MAGIC;
593 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-10-stable/contrib/libpcap/tests/
H A Dfiltertest.c166 int Oflag; local
180 Oflag = 1;
201 Oflag = 0;
250 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
/freebsd-10-stable/games/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-10-stable/usr.sbin/makefs/ffs/
H A Dmkfs.c98 static int Oflag; /* format as an 4.3BSD file system */ variable
126 Oflag = ffs_opts->version;
145 if (Oflag == 0) {
151 sblock.fs_maxsymlinklen = (Oflag == 1 ? MAXSYMLINKLEN_UFS1 :
254 if (Oflag <= 1) {
384 if (Oflag <= 1) {
454 if (Oflag <= 1) {
525 if (Oflag <= 1) {
619 if (Oflag == 2) {
755 if (Oflag <
[all...]
/freebsd-10-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-10-stable/contrib/netcat/
H A Dnetcat.c102 int Oflag; /* TCP send buffer size */ variable
289 Oflag = strtonum(optarg, 1, 65536 << 14, &errstr);
1228 if (Oflag) {
1230 &Oflag, sizeof(Oflag)) == -1)
/freebsd-10-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-10-stable/contrib/tcpdump/
H A Dtcpdump.c1043 Oflag = 0;
1482 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
1758 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
H A Dinterface.h371 #define Oflag gndo->ndo_Oflag macro

Completed in 364 milliseconds