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

/netbsd-6-1-5-RELEASE/sbin/newfs_ext2fs/
H A Dextern.h36 extern int Oflag; /* format as an 4.3BSD file system */
H A Dnewfs_ext2fs.c103 int Oflag = 0; /* format as conservative REV0 by default */ variable
160 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-6-1-5-RELEASE/sbin/newfs/
H A Dextern.h33 extern int Oflag; /* format as an 4.3BSD file system */
H A Dmkfs.c203 if (Oflag == 0) {
209 sblock.fs_maxsymlinklen = (Oflag == 1 ? MAXSYMLINKLEN_UFS1 :
304 if (Oflag <= 1) {
458 if (Oflag <= 1) {
525 if (Oflag <= 1) {
721 if (Oflag <= 1) {
796 if (Oflag == 2) {
857 if (Oflag <= 1) {
880 if (Oflag <= 1) {
1049 if (Oflag
[all...]
H A Dnewfs.c209 int Oflag = 1; /* format as an 4.3BSD file system */ variable
309 Oflag = strsuftoi64("format", optarg, 0, 2, NULL);
428 if (Oflag < 1 && quotas != 0)
671 if (Oflag <= 1)
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dfiltertest.c166 int Oflag; local
180 Oflag = 1;
201 Oflag = 0;
250 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
/netbsd-6-1-5-RELEASE/games/fortune/strfile/
H A Dstrfile.c104 # define STORING_PTRS (Oflag || Rflag)
126 static int Oflag = FALSE; /* ordering flag */ variable
193 first = Oflag;
209 first = Oflag;
231 if (Oflag)
292 Oflag++;
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/ffs/
H A Dmkfs.c106 static int Oflag; /* format as an 4.3BSD file system */ variable
134 Oflag = ffs_opts->version;
154 if (Oflag == 0) {
160 sblock.fs_maxsymlinklen = (Oflag == 1 ? MAXSYMLINKLEN_UFS1 :
262 if (Oflag <= 1) {
396 if (Oflag <= 1) {
466 if (Oflag <= 1) {
537 if (Oflag <= 1) {
631 if (Oflag == 2) {
767 if (Oflag <
[all...]
/netbsd-6-1-5-RELEASE/bin/pax/
H A Doptions.c854 int Oflag = 0; local
951 Oflag = 1;
963 Oflag = 1;
1167 frmt = &(fsub[Oflag ? F_TAR : F_USTAR]);
1168 else if (Oflag) {
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c180 int Oflag; variable
661 Oflag++;
663 Oflag = argv[i][2] - '0';
665 Oflag = 1; /* optimize for space only */
864 if (Oflag)
1010 if (Oflag) {
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dpass2.h356 extern int Oflag;
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dinterface.h364 #define Oflag gndo->ndo_Oflag macro
H A Dtcpdump.c807 Oflag = 0;
1165 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)

Completed in 326 milliseconds