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

/osnet-11/usr/src/lib/libc/port/regex/
H A Dregcmp.c73 #define SINGLE_BYTE_MASK 0xff macro
698 SINGLE_BYTE_MASK;
H A Dregex.c60 #define SINGLE_BYTE_MASK 0xff macro
391 (int)((unsigned int)*count_stringp & SINGLE_BYTE_MASK);
396 (int)((unsigned int)*count_stringp & SINGLE_BYTE_MASK);

Completed in 25 milliseconds