Searched refs:check_flag (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | aclocal.m4 | 4 dnl OSSH_CHECK_CFLAG_COMPILE(check_flag[, define_flag]) 5 dnl Check that $CC accepts a flag 'check_flag'. If it is supported append 7 dnl 'check_flag'. 41 dnl OSSH_CHECK_CFLAG_LINK(check_flag[, define_flag]) 42 dnl Check that $CC accepts a flag 'check_flag'. If it is supported append 44 dnl 'check_flag'. 79 dnl OSSH_CHECK_LDFLAG_LINK(check_flag[, define_flag]) 80 dnl Check that $LD accepts a flag 'check_flag'. If it is supported append 82 dnl 'check_flag'.
|
/external/libnl/lib/route/link/ |
D | bridge.c | 90 static void check_flag(struct rtnl_link *link, struct nlattr *attrs[], in check_flag() function 136 check_flag(link, br_attrs, IFLA_BRPORT_MODE, RTNL_BRIDGE_HAIRPIN_MODE); in bridge_parse_protinfo() 137 check_flag(link, br_attrs, IFLA_BRPORT_GUARD, RTNL_BRIDGE_BPDU_GUARD); in bridge_parse_protinfo() 138 check_flag(link, br_attrs, IFLA_BRPORT_PROTECT, RTNL_BRIDGE_ROOT_BLOCK); in bridge_parse_protinfo() 139 check_flag(link, br_attrs, IFLA_BRPORT_FAST_LEAVE, RTNL_BRIDGE_FAST_LEAVE); in bridge_parse_protinfo()
|
/external/llvm/test/CodeGen/X86/ |
D | testb-je-fusion.ll | 8 define i32 @check_flag(i32 %flags, ...) nounwind {
|
D | vastart-defs-eflags.ll | 7 define i32 @check_flag(i32 %flags, ...) nounwind {
|