HomeSort by relevance Sort by last modified time
    Searched defs:strneq (Results 1 - 12 of 12) 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)))
  /toolchain/binutils/binutils-2.27/ld/
ldbuildid.c 29 #define strneq(a,b,n) strncmp ((a), (b), (n)) == 0 macro
38 || (strneq (style, "0x", 2)))
53 if (strneq (style, "0x", 2))
135 else if (strneq (style, "0x", 2))
  /toolchain/binutils/binutils-2.27/binutils/
elfcomm.h 58 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0)
57 #define strneq macro
  /toolchain/binutils/binutils-2.27/opcodes/
score7-dis.c 40 #ifndef strneq
41 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro
    [all...]
score-dis.c 484 #ifndef strneq macro
485 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0)
    [all...]
arm-dis.c 40 #ifndef strneq
41 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro
    [all...]
  /external/dtc/
dtc.h 70 #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0) macro
  /external/libvterm/src/
state.c 6 #define strneq(a,b,n) (strncmp(a,b,n)==0) macro
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
obj-coff.c 37 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0) macro
1076 return strneq (name, weak_altprefix, sizeof (weak_altprefix) - 1);
    [all...]
tc-crx.c 46 #define strneq(a, b, c) (strncmp (a, b, c) == 0) macro
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
cr16.h 431 #define strneq(a, b, c) (strncmp (a, b, c) == 0) macro
  /toolchain/binutils/binutils-2.27/bfd/
ecoff.c 48 #define strneq(a, b, n) (strncmp ((a), (b), (n)) == 0) macro
    [all...]

Completed in 474 milliseconds