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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcreposix.c182 static const char *const pstring[] = { variable
216 message = (errcode >= (int)(sizeof(pstring)/sizeof(char *)))?
217 "unknown error code" : pstring[errcode];

Completed in 80 milliseconds