pbuf 57 Zend/zend.c int (*zend_vspprintf)(char **pbuf, size_t max_len, const char *format, va_list ap); pbuf 557 Zend/zend.h int (*vspprintf_function)(char **pbuf, size_t max_len, const char *format, va_list ap); pbuf 707 Zend/zend.h extern int (*zend_vspprintf)(char **pbuf, size_t max_len, const char *format, va_list ap); pbuf 1000 ext/ereg/regex/engine.c static unsigned char pbuf[10]; pbuf 1003 ext/ereg/regex/engine.c sprintf(pbuf, "%c", ch); pbuf 1005 ext/ereg/regex/engine.c sprintf(pbuf, "\\%o", ch); pbuf 1006 ext/ereg/regex/engine.c return(pbuf); pbuf 451 ext/fileinfo/libmagic/apprentice.c if (ms->o.pbuf) { pbuf 452 ext/fileinfo/libmagic/apprentice.c efree(ms->o.pbuf); pbuf 478 ext/fileinfo/libmagic/apprentice.c ms->o.buf = ms->o.pbuf = NULL; pbuf 384 ext/fileinfo/libmagic/file.h char *pbuf; /* Printable buffer */ pbuf 318 ext/fileinfo/libmagic/funcs.c if (ms->o.pbuf) { pbuf 319 ext/fileinfo/libmagic/funcs.c efree(ms->o.pbuf); pbuf 320 ext/fileinfo/libmagic/funcs.c ms->o.pbuf = NULL; pbuf 356 ext/fileinfo/libmagic/funcs.c if ((ms->o.pbuf = CAST(char *, erealloc(ms->o.pbuf, psize))) == NULL) { pbuf 370 ext/fileinfo/libmagic/funcs.c np = ms->o.pbuf; pbuf 396 ext/fileinfo/libmagic/funcs.c return ms->o.pbuf; pbuf 400 ext/fileinfo/libmagic/funcs.c for (np = ms->o.pbuf, op = ms->o.buf; *op;) { pbuf 408 ext/fileinfo/libmagic/funcs.c return ms->o.pbuf; pbuf 118 ext/intl/resourcebundle/resourcebundle_class.c char *pbuf; pbuf 120 ext/intl/resourcebundle/resourcebundle_class.c spprintf(&pbuf, 0, "resourcebundle_ctor: Cannot load libICU resource " pbuf 125 ext/intl/resourcebundle/resourcebundle_class.c intl_errors_set_custom_msg(INTL_DATA_ERROR_P(rb), pbuf, 1 TSRMLS_CC); pbuf 126 ext/intl/resourcebundle/resourcebundle_class.c efree(pbuf); pbuf 167 ext/intl/resourcebundle/resourcebundle_class.c char *pbuf; pbuf 189 ext/intl/resourcebundle/resourcebundle_class.c spprintf( &pbuf, 0, "Cannot load resource element %d", meindex ); pbuf 191 ext/intl/resourcebundle/resourcebundle_class.c spprintf( &pbuf, 0, "Cannot load resource element '%s'", mekey ); pbuf 193 ext/intl/resourcebundle/resourcebundle_class.c intl_errors_set_custom_msg( INTL_DATA_ERROR_P(rb), pbuf, 1 TSRMLS_CC ); pbuf 194 ext/intl/resourcebundle/resourcebundle_class.c efree(pbuf); pbuf 202 ext/intl/resourcebundle/resourcebundle_class.c spprintf( &pbuf, 0, "Cannot load element %d without fallback from to %s", meindex, locale ); pbuf 204 ext/intl/resourcebundle/resourcebundle_class.c spprintf( &pbuf, 0, "Cannot load element '%s' without fallback from to %s", mekey, locale ); pbuf 206 ext/intl/resourcebundle/resourcebundle_class.c intl_errors_set_custom_msg( INTL_DATA_ERROR_P(rb), pbuf, 1 TSRMLS_CC ); pbuf 207 ext/intl/resourcebundle/resourcebundle_class.c efree(pbuf); pbuf 132 ext/mbstring/oniguruma/regparse.c #define SET_ALL_MULTI_BYTE_RANGE(enc, pbuf) \ pbuf 133 ext/mbstring/oniguruma/regparse.c add_code_range_to_buf(pbuf, MBCODE_START_POS(enc), ~((OnigCodePoint )0)) pbuf 1679 ext/mbstring/oniguruma/regparse.c new_code_range(BBuf** pbuf) pbuf 1686 ext/mbstring/oniguruma/regparse.c bbuf = *pbuf = (BBuf* )xmalloc(sizeof(BBuf)); pbuf 1687 ext/mbstring/oniguruma/regparse.c CHECK_NULL_RETURN_MEMERR(*pbuf); pbuf 1688 ext/mbstring/oniguruma/regparse.c r = BBUF_INIT(*pbuf, INIT_MULTI_BYTE_RANGE_SIZE); pbuf 1697 ext/mbstring/oniguruma/regparse.c add_code_range_to_buf(BBuf** pbuf, OnigCodePoint from, OnigCodePoint to) pbuf 1708 ext/mbstring/oniguruma/regparse.c if (IS_NULL(*pbuf)) { pbuf 1709 ext/mbstring/oniguruma/regparse.c r = new_code_range(pbuf); pbuf 1711 ext/mbstring/oniguruma/regparse.c bbuf = *pbuf; pbuf 1715 ext/mbstring/oniguruma/regparse.c bbuf = *pbuf; pbuf 1772 ext/mbstring/oniguruma/regparse.c add_code_range(BBuf** pbuf, ScanEnv* env, OnigCodePoint from, OnigCodePoint to) pbuf 1781 ext/mbstring/oniguruma/regparse.c return add_code_range_to_buf(pbuf, from, to); pbuf 1785 ext/mbstring/oniguruma/regparse.c not_code_range_buf(OnigEncoding enc, BBuf* bbuf, BBuf** pbuf) pbuf 1790 ext/mbstring/oniguruma/regparse.c *pbuf = (BBuf* )NULL; pbuf 1793 ext/mbstring/oniguruma/regparse.c return SET_ALL_MULTI_BYTE_RANGE(enc, pbuf); pbuf 1807 ext/mbstring/oniguruma/regparse.c r = add_code_range_to_buf(pbuf, pre, from - 1); pbuf 1814 ext/mbstring/oniguruma/regparse.c r = add_code_range_to_buf(pbuf, to + 1, ~((OnigCodePoint )0)); pbuf 1828 ext/mbstring/oniguruma/regparse.c BBuf* bbuf2, int not2, BBuf** pbuf) pbuf 1834 ext/mbstring/oniguruma/regparse.c *pbuf = (BBuf* )NULL; pbuf 1837 ext/mbstring/oniguruma/regparse.c return SET_ALL_MULTI_BYTE_RANGE(enc, pbuf); pbuf 1847 ext/mbstring/oniguruma/regparse.c return SET_ALL_MULTI_BYTE_RANGE(enc, pbuf); pbuf 1851 ext/mbstring/oniguruma/regparse.c return bbuf_clone(pbuf, bbuf2); pbuf 1854 ext/mbstring/oniguruma/regparse.c return not_code_range_buf(enc, bbuf2, pbuf); pbuf 1867 ext/mbstring/oniguruma/regparse.c r = bbuf_clone(pbuf, bbuf2); pbuf 1870 ext/mbstring/oniguruma/regparse.c r = not_code_range_buf(enc, bbuf2, pbuf); pbuf 1877 ext/mbstring/oniguruma/regparse.c r = add_code_range_to_buf(pbuf, from, to); pbuf 1884 ext/mbstring/oniguruma/regparse.c and_code_range1(BBuf** pbuf, OnigCodePoint from1, OnigCodePoint to1, pbuf 1902 ext/mbstring/oniguruma/regparse.c r = add_code_range_to_buf(pbuf, from1, from2-1); pbuf 1917 ext/mbstring/oniguruma/regparse.c r = add_code_range_to_buf(pbuf, from1, to1); pbuf 1924 ext/mbstring/oniguruma/regparse.c and_code_range_buf(BBuf* bbuf1, int not1, BBuf* bbuf2, int not2, BBuf** pbuf) pbuf 1930 ext/mbstring/oniguruma/regparse.c *pbuf = (BBuf* )NULL; pbuf 1933 ext/mbstring/oniguruma/regparse.c return bbuf_clone(pbuf, bbuf2); pbuf 1938 ext/mbstring/oniguruma/regparse.c return bbuf_clone(pbuf, bbuf1); pbuf 1963 ext/mbstring/oniguruma/regparse.c r = add_code_range_to_buf(pbuf, from, to); pbuf 1972 ext/mbstring/oniguruma/regparse.c r = and_code_range1(pbuf, from1, to1, data2, n2); pbuf 1984 ext/mbstring/oniguruma/regparse.c BBuf *buf1, *buf2, *pbuf; pbuf 2014 ext/mbstring/oniguruma/regparse.c r = or_code_range_buf(enc, buf1, 0, buf2, 0, &pbuf); pbuf 2017 ext/mbstring/oniguruma/regparse.c r = and_code_range_buf(buf1, not1, buf2, not2, &pbuf); pbuf 2020 ext/mbstring/oniguruma/regparse.c r = not_code_range_buf(enc, pbuf, &tbuf); pbuf 2022 ext/mbstring/oniguruma/regparse.c bbuf_free(pbuf); pbuf 2025 ext/mbstring/oniguruma/regparse.c bbuf_free(pbuf); pbuf 2026 ext/mbstring/oniguruma/regparse.c pbuf = tbuf; pbuf 2031 ext/mbstring/oniguruma/regparse.c dest->mbuf = pbuf; pbuf 2042 ext/mbstring/oniguruma/regparse.c BBuf *buf1, *buf2, *pbuf; pbuf 2072 ext/mbstring/oniguruma/regparse.c r = and_code_range_buf(buf1, 0, buf2, 0, &pbuf); pbuf 2075 ext/mbstring/oniguruma/regparse.c r = or_code_range_buf(enc, buf1, not1, buf2, not2, &pbuf); pbuf 2078 ext/mbstring/oniguruma/regparse.c r = not_code_range_buf(enc, pbuf, &tbuf); pbuf 2080 ext/mbstring/oniguruma/regparse.c bbuf_free(pbuf); pbuf 2083 ext/mbstring/oniguruma/regparse.c bbuf_free(pbuf); pbuf 2084 ext/mbstring/oniguruma/regparse.c pbuf = tbuf; pbuf 2089 ext/mbstring/oniguruma/regparse.c dest->mbuf = pbuf; pbuf 809 ext/mbstring/php_mbregex.c smart_str *pbuf; pbuf 876 ext/mbstring/php_mbregex.c pbuf = &eval_buf; pbuf 879 ext/mbstring/php_mbregex.c pbuf = &out_buf; pbuf 926 ext/mbstring/php_mbregex.c smart_str_appendl(pbuf, string + regs->beg[n], regs->end[n] - regs->beg[n]); pbuf 931 ext/mbstring/php_mbregex.c smart_str_appendl(pbuf, p, fwd); pbuf 615 ext/mysqlnd/mysqlnd_alloc.c PHPAPI int _mysqlnd_sprintf(char ** pbuf, size_t max_len, const char *format, ...) pbuf 620 ext/mysqlnd/mysqlnd_alloc.c len = vspprintf(pbuf, max_len, format, ap); pbuf 635 ext/mysqlnd/mysqlnd_alloc.c PHPAPI int _mysqlnd_vsprintf(char ** pbuf, size_t max_len, const char * format, va_list ap) pbuf 637 ext/mysqlnd/mysqlnd_alloc.c return vspprintf(pbuf, max_len, format, ap); pbuf 48 ext/mysqlnd/mysqlnd_alloc.h int (*m_sprintf)(char **pbuf, size_t max_len, const char *format, ...); pbuf 49 ext/mysqlnd/mysqlnd_alloc.h int (*m_vsprintf)(char **pbuf, size_t max_len, const char *format, va_list ap); pbuf 69 ext/mysqlnd/mysqlnd_alloc.h PHPAPI int _mysqlnd_sprintf(char **pbuf, size_t max_len, const char *format, ...); pbuf 71 ext/mysqlnd/mysqlnd_alloc.h PHPAPI int _mysqlnd_vsprintf(char **pbuf, size_t max_len, const char *format, va_list ap); pbuf 271 ext/opcache/zend_accelerator_blacklist.c char *path_dup, *pbuf; pbuf 281 ext/opcache/zend_accelerator_blacklist.c pbuf = &buf[0]; pbuf 282 ext/opcache/zend_accelerator_blacklist.c while (*pbuf == '\r') { pbuf 283 ext/opcache/zend_accelerator_blacklist.c *pbuf++ = 0; pbuf 288 ext/opcache/zend_accelerator_blacklist.c if (pbuf[0] == '\"' && pbuf[path_length - 1]== '\"') { pbuf 289 ext/opcache/zend_accelerator_blacklist.c *pbuf++ = 0; pbuf 298 ext/opcache/zend_accelerator_blacklist.c if (pbuf[0]==';') { pbuf 302 ext/opcache/zend_accelerator_blacklist.c path_dup = zend_strndup(pbuf, path_length); pbuf 812 main/spprintf.c PHPAPI int vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) /* {{{ */ pbuf 818 main/spprintf.c if(!pbuf) { pbuf 828 main/spprintf.c *pbuf = xbuf.c; pbuf 834 main/spprintf.c PHPAPI int spprintf(char **pbuf, size_t max_len, const char *format, ...) /* {{{ */ pbuf 840 main/spprintf.c cc = vspprintf(pbuf, max_len, format, ap); pbuf 40 main/spprintf.h PHPAPI int spprintf( char **pbuf, size_t max_len, const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 3, 4); pbuf 42 main/spprintf.h PHPAPI int vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) PHP_ATTRIBUTE_FORMAT(printf, 3, 0);