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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolutils.c685 regexcompare(const char *string, int len, char *regexp) argument
693 if (regexp[0] == '/' && len < BUFSIZ) {
695 regexpstrp = regexp + 1;
716 } else if (strncmp(string, regexp, len) == 0) {

Completed in 36 milliseconds