HomeSort by relevance Sort by last modified time
    Searched defs:strneq (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/make/
util.mk 13 # Function: strneq LHS RHS
16 strneq = $(if $(call streq,$(1),$(2)),,true) macro
44 IsDefined = $(call strneq,undefined,$(flavor $(1)))
  /external/qemu/
path.c 34 static int strneq(const char *s1, unsigned int n, const char *s2) function
130 if (strneq(name, namelen, ".."))
133 if (strneq(name, namelen, "."))
137 if (strneq(name, namelen, cursor->entries[i]->name))
arm-dis.c 77 #ifndef strneq
78 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro
    [all...]
  /ndk/sources/host-tools/make-3.81/
make.h 324 #define strneq(a, b, l) (strncmp ((a), (b), (l)) == 0) macro

Completed in 348 milliseconds