Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c129 unsigned int class_length; in regcmp() local
558 class_length = (unsigned int) in regcmp()
560 if ((class_length < 2) || in regcmp()
561 (class_length > MAX_SINGLE_BYTE_INT)) { in regcmp()
566 class_length; in regcmp()