OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strieq
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/make-3.81/
make.h
312
# define
strieq
(a, b) \
macro
317
# define
strieq
(a, b) streq(a, b)
macro
322
# define
strieq
(a, b) (strcmp ((a), (b)) == 0)
macro
dir.c
716
if (filename != 0 &&
strieq
(d->d_name, filename))
Completed in 4122 milliseconds