Home
last modified time | relevance | path

Searched refs:WORD_IS (Results 1 – 2 of 2) sorted by relevance

/dports/dns/adns/adns-1.6.0/src/
H A Dsetup.c287 if (WORD_IS("debug")) { in ccf_options()
302 if (WORD_IS("none")) { in ccf_options()
305 } else if (WORD_IS("entex")) { in ccf_options()
308 } else if (WORD_IS("freq")) { in ccf_options()
321 if (WORD_IS("ipv4")) in ccf_options()
323 else if (WORD_IS("ipv6")) in ccf_options()
345 WORD_IS("rotate") || in ccf_options()
347 WORD_IS("no-check-names") || in ccf_options()
350 WORD_IS("inet6") || in ccf_options()
352 WORD_IS("edns0")) in ccf_options()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dkbuild-object.c45 #define WORD_IS(a_pszWord, a_cchWord, a_szWord2) \ macro
258 if (WORD_IS(pchWord, cchWord, "target")) in eval_kbuild_type_from_string()
260 if (WORD_IS(pchWord, cchWord, "template")) in eval_kbuild_type_from_string()
262 if (WORD_IS(pchWord, cchWord, "tool")) in eval_kbuild_type_from_string()
267 if (WORD_IS(pchWord, cchWord, "sdk")) in eval_kbuild_type_from_string()
269 if (WORD_IS(pchWord, cchWord, "unit")) in eval_kbuild_type_from_string()
972 if (WORD_IS(psz, cch, "extending")) in eval_kbuild_define_xxxx()
981 else if (WORD_IS(psz, cch, "using")) in eval_kbuild_define_xxxx()
1116 else if (WORD_IS(pchWord, cchWord, "endef")) in eval_kbuild_read_hook()
1240 if (WORD_IS(pchObjName, cchObjName, "self")) in parse_kbuild_object_variable_accessor()
[all …]