Home
last modified time | relevance | path

Searched refs:MFLAG (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/ucbcmd/file/
H A Dfile.sh35 MFLAG=
44 m) MFLAG=-$opt; MARG=$OPTARG;;
51 exec /usr/bin/file $HFLAG $CFLAG $MFLAG $MARG $FFLAG $FARG "$@"
/titanic_41/usr/src/cmd/install.d/
H A Dinstall.sh40 MFLAG=off
194 MFLAG=on
259 if [ "$MFLAG" = on ]
351 if [ "$MFLAG" = on ]
/titanic_41/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c48 #define MFLAG "-m64" macro
50 #define MFLAG "-m32" macro
744 compilers[i], MFLAG, cfile, efile); in find_compiler()
763 c89flags = "-Xc -errwarn=%all -v -xc99=%none " MFLAG; in find_compiler()
764 c99flags = "-Xc -errwarn=%all -v -xc99=%all " MFLAG; in find_compiler()
773 c89flags = "-Wall -Werror -std=c89 " MFLAG; in find_compiler()
774 c99flags = "-Wall -Werror -std=c99 " MFLAG; in find_compiler()
/titanic_41/usr/src/cmd/passwd/
H A Dpasswd.c73 #define MFLAG 0x004 /* set max field -- # of days passwd is valid */ macro
89 #define AGEFLAG (LFLAG | FFLAG | MFLAG | NFLAG | WFLAG | XFLAG | UFLAG)
874 if (flag & (SAFLAG|MFLAG|NONAGEFLAG)) { in ckarg()
878 flag |= MFLAG; in ckarg()