Home | Sort by: relevance | last modified time | path |
/src/tests/lib/libc/regex/ | |
main.c | 518 static char epbuf[100]; local in function:eprint 521 len = regerror(REG_ITOA|err, NULL, epbuf, sizeof(epbuf)); 522 assert(len <= sizeof(epbuf)); 523 return(epbuf); |