Searched defs:striccmp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c182 static int striccmp(char *str, char *pat);
1276 if (striccmp(dbp, "method") == 0 ||
1277 striccmp(dbp, "wrapper") == 0 ||
1278 striccmp(dbp, "whopper") == 0)
1331 * striccmp:
1339 striccmp(str, pat) function

Completed in 485 milliseconds