OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strneq
(Results
1 - 2
of
2
) 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/libvterm/src/
state.c
6
#define
strneq
(a,b,n) (strncmp(a,b,n)==0)
macro
[
all
...]
Completed in 251 milliseconds