Searched refs:strneq (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/make/test/
H A Dtest-util.mk18 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/compiler-rt/make/
H A Dlib_platforms.mk42 $$(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))),\
H A Dsubdir.mk49 $$(if $$(call strneq,UNDEFINED,$$($$(var))), \
57 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
60 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
H A Dlib_info.mk33 $(if $(call strneq,,$(strip $($(key).OnlyArchs) $($(key).OnlyConfigs))),,\
38 $(if $(call strneq,,$($(key).OnlyConfigs)),,\
H A Dutil.mk13 # Function: strneq LHS RHS
16 strneq = $(if $(call streq,$(1),$(2)),,true) macro
44 IsDefined = $(call strneq,undefined,$(flavor $(1)))
/external/qemu/util/
H A Dpath.c34 static int strneq(const char *s1, unsigned int n, const char *s2) function
128 if (strneq(name, namelen, ".."))
131 if (strneq(name, namelen, "."))
135 if (strneq(name, namelen, cursor->entries[i]->name))
/external/libvterm/src/
H A Dstate.c6 #define strneq(a,b,n) (strncmp(a,b,n)==0) macro
1329 if(strneq(command, "0;", 2)) {
1334 else if(strneq(command, "1;", 2)) {
1338 else if(strneq(command, "2;", 2)) {
1374 if(strneq(command, " q", 2)) {
1386 else if(strneq(command, "\"q", 2)) {
1399 if(cmdlen >= 2 && strneq(command, "$q", 2)) {
/external/qemu/disas/
H A Darm.c77 #ifndef strneq
78 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro

Completed in 205 milliseconds