tmpbuf 1584 ext/iconv/iconv.c char tmpbuf[80]; tmpbuf 1593 ext/iconv/iconv.c if (csname_len > sizeof(tmpbuf) - 1) { tmpbuf 1612 ext/iconv/iconv.c memcpy(tmpbuf, csname, csname_len); tmpbuf 1613 ext/iconv/iconv.c tmpbuf[csname_len] = '\0'; tmpbuf 1619 ext/iconv/iconv.c cd = iconv_open(enc, tmpbuf); tmpbuf 765 ext/opcache/ZendAccelerator.c zend_stat_t *tmpbuf = sapi_module.get_stat(); tmpbuf 767 ext/opcache/ZendAccelerator.c if (tmpbuf) { tmpbuf 769 ext/opcache/ZendAccelerator.c *size = tmpbuf->st_size; tmpbuf 771 ext/opcache/ZendAccelerator.c return tmpbuf->st_mtime; tmpbuf 1139 ext/sockets/sockets.c zend_string *tmpbuf; tmpbuf 1152 ext/sockets/sockets.c tmpbuf = zend_string_alloc(length, 0); tmpbuf 1159 ext/sockets/sockets.c retval = php_read(php_sock, ZSTR_VAL(tmpbuf), length, 0); tmpbuf 1161 ext/sockets/sockets.c retval = recv(php_sock->bsd_socket, ZSTR_VAL(tmpbuf), length, 0); tmpbuf 1178 ext/sockets/sockets.c zend_string_free(tmpbuf); tmpbuf 1181 ext/sockets/sockets.c zend_string_free(tmpbuf); tmpbuf 1185 ext/sockets/sockets.c tmpbuf = zend_string_truncate(tmpbuf, retval, 0); tmpbuf 1186 ext/sockets/sockets.c ZSTR_LEN(tmpbuf) = retval; tmpbuf 1187 ext/sockets/sockets.c ZSTR_VAL(tmpbuf)[ZSTR_LEN(tmpbuf)] = '\0' ; tmpbuf 1189 ext/sockets/sockets.c RETURN_NEW_STR(tmpbuf); tmpbuf 1291 ext/standard/math.c zend_string *tmpbuf; tmpbuf 1306 ext/standard/math.c tmpbuf = strpprintf(0, "%.*F", dec, d); tmpbuf 1307 ext/standard/math.c if (tmpbuf == NULL) { tmpbuf 1309 ext/standard/math.c } else if (!isdigit((int)ZSTR_VAL(tmpbuf)[0])) { tmpbuf 1310 ext/standard/math.c return tmpbuf; tmpbuf 1315 ext/standard/math.c dp = strpbrk(ZSTR_VAL(tmpbuf), ".,"); tmpbuf 1322 ext/standard/math.c integral = (int)(dp - ZSTR_VAL(tmpbuf)); tmpbuf 1325 ext/standard/math.c integral = (int)ZSTR_LEN(tmpbuf); tmpbuf 1349 ext/standard/math.c s = ZSTR_VAL(tmpbuf) + ZSTR_LEN(tmpbuf) - 1; tmpbuf 1382 ext/standard/math.c while (s >= ZSTR_VAL(tmpbuf)) { tmpbuf 1384 ext/standard/math.c if (thousand_sep && (++count%3)==0 && s >= ZSTR_VAL(tmpbuf)) { tmpbuf 1396 ext/standard/math.c zend_string_release(tmpbuf); tmpbuf 255 sapi/fpm/fpm/fpm_sockets.c char tmpbuf[INET6_ADDRSTRLEN]; tmpbuf 295 sapi/fpm/fpm/fpm_sockets.c inet_ntop(p->ai_family, fpm_get_in_addr(p->ai_addr), tmpbuf, INET6_ADDRSTRLEN); tmpbuf 298 sapi/fpm/fpm/fpm_sockets.c zlog(ZLOG_DEBUG, "Found address for %s, socket opened on %s", addr, tmpbuf); tmpbuf 301 sapi/fpm/fpm/fpm_sockets.c zlog(ZLOG_WARNING, "Found multiple addresses for %s, %s ignored", addr, tmpbuf);