Home
last modified time | relevance | path

Searched refs:regerror (Results 1 – 25 of 25) sorted by relevance

/PHP-5.4/ext/ereg/regex/
H A Dregex.mak50 -@erase "$(INTDIR)\regerror.obj"
71 "$(INTDIR)\regerror.obj" \
101 -@erase "$(INTDIR)\regerror.obj"
102 -@erase "$(INTDIR)\regerror.sbr"
123 "$(INTDIR)\regerror.sbr" \
136 "$(INTDIR)\regerror.obj" \
213 SOURCE=.\regerror.c
218 ".\regerror.ih"\
223 "$(INTDIR)\regerror.obj" : $(SOURCE) $(DEP_CPP_REGER) "$(INTDIR)"
229 ".\regerror.ih"\
[all …]
H A Dmain.c80 len = regerror(err, &re, erbuf, sizeof(erbuf));
98 len = regerror(err, &re, erbuf, sizeof(erbuf));
167 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf));
173 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, (size_t)SHORT);
180 ne = regerror(REG_ITOA|REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf));
187 ne = regerror(REG_ATOI, &re, erbuf, sizeof(erbuf));
233 len = regerror(err, &re, erbuf, sizeof(erbuf));
264 len = regerror(err, &re, erbuf, sizeof(erbuf));
489 len = regerror(REG_ITOA|err, (regex_t *)NULL, epbuf, sizeof(epbuf));
508 (void) regerror(REG_ATOI, &re, efbuf, sizeof(efbuf));
H A Dregerror.ih6 /* === regerror.c === */
H A Dregex.h64 API_EXPORT(size_t) regerror(int, const regex_t *, char *, size_t);
H A Dregerror.c65 regerror( in regerror() function
H A DREADME19 and regerror.o (the actual routines), bundle them together into a test
H A Dregex.dsp95 SOURCE=.\regerror.c
/PHP-5.4/ext/ereg/
H A Dphp_regex.h33 #define regerror php_regerror macro
H A Dconfig.w328 ADD_SOURCES("ext/ereg/regex", "regcomp.c regexec.c regerror.c regfree.c", "ereg");
H A Dereg.c256 buf_len = regerror(REG_ITOA | err, re, NULL, 0); in php_ereg_eprint()
261 regerror(REG_ITOA | err, re, buf, buf_len); in php_ereg_eprint()
266 len = regerror(err, re, NULL, 0); in php_ereg_eprint()
277 regerror(err, re, message + buf_len, len); in php_ereg_eprint()
H A Dconfig0.m432 ereg_regex_sources="regex/regcomp.c regex/regexec.c regex/regerror.c regex/regfree.c"
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregposerr.c66 regerror(int posix_ecode, const regex_t* reg, char* buf, size_t size) in regerror() function
H A Donigposix.h157 ONIG_EXTERN size_t regerror P_((int code, const regex_t* reg, char* buf, size_t size));
H A DREADME.ja128 regerror.c ���顼��å������ؿ�
H A DREADME124 regerror.c error message function
H A DHISTORY1593 to regerror.c regposix.c.
1651 2003/01/10: [bug] local variable name was wrong. buf -> tbuf (regerror())
1679 2002/12/11: [impl] add regerror.c
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcreposix.h139 PCREPOSIX_EXP_DECL size_t regerror(int, const regex_t *, char *, size_t);
H A Dpcreposix.c210 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) in regerror() function
/PHP-5.4/ext/mbstring/
H A Dconfig.w3268 ADD_SOURCES("ext/mbstring/oniguruma", "regcomp.c regerror.c \
H A Dconfig.m4122 oniguruma/regerror.c
H A Dmbstring.dsp942 SOURCE=.\oniguruma\regerror.c
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch2178 - (void)regerror(rc, &rx, errmsg, sizeof(errmsg));
2966 - (void)regerror(rc, &rx, errmsg, sizeof(errmsg));
3380 - (void)regerror(rc, &rx, errmsg, sizeof(errmsg));
3552 - (void)regerror(rc, &rx, errmsg, sizeof(errmsg));
/PHP-5.4/win32/
H A Dphp5dll.dsp736 SOURCE=..\regex\regerror.c
H A Dphp5dllts.dsp680 SOURCE=..\regex\regerror.c
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt9501 size_t regerror(int errcode, const regex_t *preg,
9719 The regerror() function maps a non-zero errorcode from either regcomp()

Completed in 81 milliseconds