Searched refs:ESTRING (Results 1 – 2 of 2) sorted by relevance
39 static char* ESTRING[] = { variable72 if (posix_ecode > 0 && posix_ecode < sizeof(ESTRING) / sizeof(ESTRING[0])) { in regerror()73 s = ESTRING[posix_ecode]; in regerror()
1650 2003/01/10: [bug] lacked a comma in ESTRING[]. (regposerr.c)
Completed in 16 milliseconds