Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/common/
H A Dipmon.h62 int ac_type; /* nat/state/ipf */ member
/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y405 a->ac_type = o->o_num; in build_action()
471 if ((a->ac_type != 0) && (a->ac_type != ipl->ipl_magic)) { in check_action()
946 switch (a->ac_type) in print_match()
/freebsd/contrib/bmake/
H A Dconfigure1658 for ac_type in int$2_t 'int' 'long int' \
1667 static int test_array [1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))];
1684 static int test_array [1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)
1685 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))];
1697 e) case $ac_type in #(
1808 static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)];
1818 case $ac_type in #(
1822 eval "$3=\$ac_type" ;;
/freebsd/contrib/file/
H A Dconfigure1993 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
2001 static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)];
2011 case $ac_type in #(
2059 static int test_array [1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))];
2076 static int test_array [1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)
2077 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))];
2089 case $ac_type in #(
2093 eval "$3=\$ac_type" ;;
/freebsd/contrib/tcpdump/
H A Dconfigure7524 for ac_type in 'unsigned int' 'unsigned long int' \
7532 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
7543 printf "%s\n" "#define uintptr_t $ac_type" >>confdefs.h
7545 ac_type=
7548 test -z "$ac_type" && break
/freebsd/contrib/ntp/sntp/
H A Dconfigure7477 && ac_type='long long int' \
7478 || ac_type='long int'
7480 printf "%s\n" "#define intmax_t $ac_type" >>confdefs.h
7495 && ac_type='unsigned long long int' \
7496 || ac_type='unsigned long int'
7498 printf "%s\n" "#define uintmax_t $ac_type" >>confdefs.h
7511 for ac_type in 'unsigned int' 'unsigned long int' \
7519 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
7530 printf "%s\n" "#define uintptr_t $ac_type" >>confdefs.h
7532 ac_type
[all...]
/freebsd/contrib/ntp/
H A Dconfigure17009 && ac_type='long long int' \
17010 || ac_type='long int'
17012 printf "%s\n" "#define intmax_t $ac_type" >>confdefs.h
17027 && ac_type='unsigned long long int' \
17028 || ac_type='unsigned long int'
17030 printf "%s\n" "#define uintmax_t $ac_type" >>confdefs.h
17043 for ac_type in 'unsigned int' 'unsigned long int' \
17051 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
17062 printf "%s\n" "#define uintptr_t $ac_type" >>confdefs.h
17064 ac_type
[all...]