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

/netbsd-current/sbin/newfs_ext2fs/
H A Dextern.h36 extern int Oflag; /* format as an 4.3BSD file system */
H A Dnewfs_ext2fs.c103 int Oflag = 1; /* format as REV1 by default */ variable
159 Oflag = strsuftoi64("format", optarg, 0, 1, NULL);
H A Dmke2fs.c241 if (Oflag == 0 && inodesize != EXT2_REV0_DINODE_SIZE) {
312 if (Oflag == 0 || cg_has_sb(ncg - 1) != 0)
381 if (Oflag == 0) {
/netbsd-current/sbin/newfs/
H A Dextern.h33 extern int Oflag; /* format as an 4.3BSD file system */
H A Dmkfs.c213 if (Oflag == 0) {
219 sblock.fs_maxsymlinklen = (Oflag == 1 ? UFS1_MAXSYMLINKLEN :
314 if (Oflag <= 1) {
468 if (Oflag <= 1) {
535 if (Oflag <= 1) {
734 if (Oflag <= 1) {
812 if (Oflag == 2) {
873 if (Oflag <= 1) {
896 if (Oflag <= 1) {
1066 if (Oflag
[all...]
H A Dnewfs.c209 int Oflag = 1; /* format as an 4.3BSD file system */ variable
323 Oflag = strsuftoi64("format", optarg, 0, 2, NULL);
444 if (Oflag < 1 && quotas != 0)
697 if (Oflag <= 1)
/netbsd-current/games/fortune/strfile/
H A Dstrfile.c96 # define STORING_PTRS (Oflag || Rflag)
118 static int Oflag = 0; /* ordering flag */ variable
186 first = Oflag;
202 first = Oflag;
224 if (Oflag)
286 Oflag++;
/netbsd-current/external/bsd/libpcap/dist/testprogs/
H A Dfiltertest.c216 int Oflag; local
236 Oflag = 1;
265 Oflag = 0;
339 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
/netbsd-current/usr.sbin/makefs/ffs/
H A Dmkfs.c111 static int Oflag; /* format as an 4.3BSD file system */ variable
152 Oflag = ffs_opts->version;
173 if (Oflag == 0) {
179 sblock.fs_maxsymlinklen = (Oflag == 1 ? UFS1_MAXSYMLINKLEN :
281 if (Oflag <= 1) {
418 if (Oflag <= 1) {
486 if (Oflag <= 1) {
551 if (Oflag <= 1) {
643 if (Oflag == 2) {
782 if (Oflag <
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c289 int Oflag; variable
793 Oflag++;
796 Oflag = argp[2] - '0';
798 Oflag = 1; /* optimize for space only */
1617 { &Oflag, 1, "-D__OPTIMIZE__" },
1850 { &Oflag, 1, "-xtemps" },
1851 { &Oflag, 1, "-xdeljumps" },
1852 { &Oflag, 1, "-xinline" },
1853 { &Oflag, 1, "-xdce" },
1855 { &Oflag,
[all...]
/netbsd-current/bin/pax/
H A Doptions.c884 int Oflag = 0; local
981 Oflag = 1;
1091 Oflag = 1;
1205 frmt = &(fsub[Oflag ? F_TAR : F_USTAR]);
1206 else if (Oflag) {
/netbsd-current/usr.bin/nc/
H A Dnetcat.c106 int Oflag; /* TCP send buffer size */ variable
324 Oflag = strtoi(optarg, NULL, 0, 1, 65536 << 14, &errnum);
1518 if (Oflag) {
1520 &Oflag, sizeof(Oflag)) == -1)
/netbsd-current/external/bsd/tcpdump/dist/
H A Dtcpdump.c1529 int Oflag = 1; /* run filter code optimizer */ local
1768 Oflag = 0;
2272 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
2696 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)

Completed in 161 milliseconds