Searched refs:strneq (Results 1 – 6 of 6) 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 1437 if(strneq(command, "0;", 2)) { in on_osc() 1442 else if(strneq(command, "1;", 2)) { in on_osc() 1446 else if(strneq(command, "2;", 2)) { in on_osc() 1482 if(strneq(command, " q", 2)) { in request_status_string() 1494 else if(strneq(command, "\"q", 2)) { in request_status_string() 1507 if(cmdlen >= 2 && strneq(command, "$q", 2)) { in on_dcs()
|