HomeSort by relevance Sort by last modified time
    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 84 milliseconds