Home
last modified time | relevance | path

Searched refs:ac_flag (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/
H A Dfortran.m41166 for ac_flag in none -qsuffix=f=$1 -Tf "-x $ac_try"; do
1167 test "x$ac_flag" != xnone && ac_fcflags_srcext="$ac_flag"
1168 AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [ac_cv_fc_srcext_$1=$ac_flag; break])
1252 for ac_flag in none -ftpp -fpp -Tf "-fpp -Tf" -xpp=fpp -Mpreprocess "-e Z" \
1254 test "x$ac_flag" != xnone && ac_fcflags_srcext="$ac_flag"
1266 [ac_cv_fc_pp_srcext_$1=$ac_flag; break])])
1311 for ac_flag in -D -WF,-D -Wp,-D -Wc,-D
1313 FCFLAGS="$ac_fc_pp_define_FCFLAGS_save ${ac_flag}FOOBAR ${ac_flag}ZORK=42"
1321 [ac_cv_fc_pp_define=$ac_flag])
1369 for ac_flag in none -ffree-form -FR -free -qfree -Mfree -Mfreeform \
[all …]
/netbsd-src/sys/sys/
H A Dacct.h66 uint8_t ac_flag; /* accounting flags */ member
/netbsd-src/usr.bin/lastcomm/
H A Dlastcomm.c141 ab.ac_comm, flagbits(ab.ac_flag), in main()
/netbsd-src/external/gpl2/grep/dist/
H A Dconfigure2881 for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
2882 case "$ac_flag" in
2888 case "$ac_flag" in
2892 '') CPPFLAGS="$ac_flag" ;;
2893 *) CPPFLAGS=$CPPFLAGS' '"$ac_flag" ;;
2897 case "$ac_flag" in
2901 '') CFLAGS="$ac_flag" ;;
2902 *) CFLAGS=$CFLAGS' '"$ac_flag" ;;
2934 for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
2935 case "$ac_flag" in
[all …]
H A Daclocal.m4626 for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
627 case "$ac_flag" in
631 $2=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;;
650 for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
651 case "$ac_flag" in
657 AC_SYS_LARGEFILE_SPACE_APPEND(CPPFLAGS, "$ac_flag") ;;
659 AC_SYS_LARGEFILE_SPACE_APPEND(CFLAGS, "$ac_flag") ;;
/netbsd-src/sys/kern/
H A Dkern_acct.c482 acct.ac_flag = p->p_acflag; in acct_process()
/netbsd-src/usr.sbin/sa/
H A Dmain.c343 if (ac.ac_flag & AFORK) in acct_load()