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

/freebsd-11.0-release/tests/freebsd_test_suite/
H A Dmacros.h42 if (feature_present(_feature_name) == 0) { \
56 if (feature_present(_feature_name) == 0) { \
/freebsd-11.0-release/lib/libc/gen/
H A Dfeature_present.c32 __FBSDID("$FreeBSD: releng/11.0/lib/libc/gen/feature_present.c 288007 2015-09-20 03:56:57Z rodrigc $");
46 feature_present(const char *feature) function
H A DMakefile.inc43 feature_present.c \
197 feature_present.3 \
/freebsd-11.0-release/usr.sbin/flowctl/
H A Dflowctl.c182 ipv4 = feature_present("inet");
183 ipv6 = feature_present("inet6");
/freebsd-11.0-release/usr.sbin/jls/
H A Djls.c135 ip6_ok = feature_present("inet6");
138 ip4_ok = feature_present("inet");
/freebsd-11.0-release/sbin/ifconfig/
H A Daf_inet.c236 if (!feature_present("inet"))
H A Daf_inet6.c539 if (!feature_present("inet6"))
H A Difconfig.c745 if (afp == NULL && feature_present("inet"))
/freebsd-11.0-release/include/
H A Dunistd.h500 int feature_present(const char *);
/freebsd-11.0-release/usr.sbin/jail/
H A Dconfig.c511 ip4ok = feature_present("inet");
514 ip6ok = feature_present("inet6");
/freebsd-11.0-release/lib/libcuse/
H A Dcuse_lib.c103 if (feature_present("cuse") == 0)
/freebsd-11.0-release/sbin/pfctl/
H A Dpfctl_parser.c1243 if (sdom == AF_UNSPEC && feature_present("inet6"))
1247 if (sdom == AF_UNSPEC && feature_present("inet"))
/freebsd-11.0-release/lib/libipsec/
H A Dpfkey.c1788 if (feature_present("ipsec_natt")) {

Completed in 99 milliseconds