Searched refs:strneq (Results 1 – 10 of 10) sorted by relevance
/external/compiler-rt/make/ |
D | lib_platforms.mk | 42 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \ 46 $$(if $$(and $$(call strneq,UNDEFINED,$$(UniversalArchs)),\ 47 $$(call strneq,UNDEFINED,$$(Arch))),\ 49 $$(if $$(or $$(call strneq,UNDEFINED,$$(UniversalArchs)),\ 50 $$(call strneq,UNDEFINED,$$(Arch))),,\ 55 $$(if $$(call strneq,UNDEFINED,$$($$(var))),\ 59 $$(if $$(call strneq,UNDEFINED,$$($$(var).$$(config))),\ 62 $$(if $$(call strneq,UNDEFINED,$$($$(var).$$(arch))),\ 66 $$(if $$(call strneq,UNDEFINED,$$($$(var).$$(config).$$(arch))),\
|
D | subdir.mk | 49 $$(if $$(call strneq,UNDEFINED,$$($$(var))), \ 57 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \ 60 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
|
D | util.mk | 16 strneq = $(if $(call streq,$(1),$(2)),,true) 44 IsDefined = $(call strneq,undefined,$(flavor $(1)))
|
D | lib_info.mk | 33 $(if $(call strneq,,$(strip $($(key).OnlyArchs) $($(key).OnlyConfigs))),,\ 38 $(if $(call strneq,,$($(key).OnlyConfigs)),,\
|
/external/compiler-rt/make/test/ |
D | test-util.mk | 18 strneq_t7 = $(call strneq,,) 20 strneq_t8 = $(call strneq,b,) 22 strneq_t9 = $(call strneq,,b) 24 strneq_t10 = $(call strneq,b,b) 26 strneq_t11 = $(call strneq,bb,b) 28 strneq_t12 = $(call strneq,b,bb) 30 strneq_t13 = $(call strneq,bb,bb)
|
/external/libvterm/src/ |
D | state.c | 6 #define strneq(a,b,n) (strncmp(a,b,n)==0) macro 1495 if(strneq(command, "0;", 2)) { in on_osc() 1500 else if(strneq(command, "1;", 2)) { in on_osc() 1504 else if(strneq(command, "2;", 2)) { in on_osc() 1543 if(strneq(command, " q", 2)) { in request_status_string() 1555 else if(strneq(command, "\"q", 2)) { in request_status_string() 1568 if(cmdlen >= 2 && strneq(command, "$q", 2)) { in on_dcs()
|
/external/dtc/ |
D | checks.c | 699 if (!strneq(node->name, "pci", node->basenamelen) && in check_pci_bridge() 700 !strneq(node->name, "pcie", node->basenamelen)) in check_pci_bridge() 831 if (strneq(str, compat, end - str)) in node_is_compatible()
|
D | dtc.h | 70 #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0) macro
|
D | flattree.c | 734 if (!strneq(ppath, cpath, plen)) in nodename_from_path()
|
D | livetree.c | 504 strneq(path, child->name, p-path)) in get_node_by_path()
|