Home
last modified time | relevance | path

Searched refs:striccmp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c179 static int striccmp(char *, char *);
1221 if (striccmp(dbp, "method") == 0 ||
1222 striccmp(dbp, "wrapper") == 0 ||
1223 striccmp(dbp, "whopper") == 0)
1279 striccmp(char *str, char *pat) function