Searched refs:strieq (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl2/groff/dist/src/preproc/tbl/
H A Dmain.cpp366 int strieq(const char *p, const char *q) function
436 else if (strieq(p, "tab")) {
446 else if (strieq(p, "linesize")) {
458 else if (strieq(p, "delim")) {
468 else if (strieq(p, "center") || strieq(p, "centre")) {
473 else if (strieq(p, "expand")) {
478 else if (strieq(p, "box") || strieq(p, "frame")) {
483 else if (strieq(
[all...]
/netbsd-current/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
H A Ddir.c716 if (filename != 0 && strieq (d->d_name, filename))

Completed in 153 milliseconds