Home
last modified time | relevance | path

Searched defs:strieq (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/
H A Dmake.h312 # define strieq(a, b) \ macro
317 # define strieq(a, b) streq(a, b) macro
322 # define strieq(a, b) (strcmp ((a), (b)) == 0) macro
/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dmain.cpp366 int strieq(const char *p, const char *q) in strieq() function