Lines Matching refs:regexec
404 segmentation fault in regexec(). (POSIX API)
810 2004/11/30: [impl] minor changes for multi-thread in regexec.c and regcomp.c.
871 2004/11/09: [impl] type cast in regexec() for remove compile time warning.
959 2004/07/24: [bug] fix warnings for regexec.c. (gcc 2.91.66)
1019 fix nmatch argument of regexec() is smaller than
1022 set pmatch to NULL if nmatch is 0 in regexec(). (POSIX API)
1831 2003/01/31: [tune] don't use strlen() in regexec() and regcomp().
1833 2003/01/31: [bug] STRING_CMP() in regexec.c was wrong in ignore-case.
1835 change SBTRANSCMP() in regexec.c.
1850 2003/01/22: [bug] POSIX API regexec() was not thread safe.
1854 speed up regexec().
1867 2003/01/16: [impl] rewrite POSIX API regexec() for speed up.
1904 add start member in MatchArg. (regexec.c)
1922 2002/04/20: [impl] divide regex.c file into regcomp.c, regexec.c, reggnu.c