Home
last modified time | relevance | path

Searched refs:snprintf (Results 76 – 100 of 106) sorted by relevance

12345

/PHP-8.1/ext/ldap/
H A Dldap.c1085 snprintf(tmp, 31, ZEND_LONG_FMT "/unlimited", LDAPG(num_links)); in PHP_MINFO_FUNCTION()
1087 snprintf(tmp, 31, ZEND_LONG_FMT "/" ZEND_LONG_FMT, LDAPG(num_links), LDAPG(max_links)); in PHP_MINFO_FUNCTION()
1092 snprintf(tmp, 31, "%d", LDAP_API_VERSION); in PHP_MINFO_FUNCTION()
1101 snprintf(tmp, 31, "%d", LDAP_VENDOR_VERSION); in PHP_MINFO_FUNCTION()
1167 snprintf( url, urllen, "ldap://%s:" ZEND_LONG_FMT, host, port ); in PHP_FUNCTION()
/PHP-8.1/ext/pgsql/
H A Dpgsql.c425 snprintf(buf, len, "%d.%d", major, minor); in php_libpq_version()
429 snprintf(buf, len, "%d.%d.%d", major, minor, revision); in php_libpq_version()
621 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, PGG(num_persistent)); in PHP_MINFO_FUNCTION()
623 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, PGG(num_links)); in PHP_MINFO_FUNCTION()
5377 smart_str_appendl(&querystr, buf, snprintf(buf, sizeof(buf), "%F", Z_DVAL_P(val))); in php_pgsql_insert()
5550 …smart_str_appendl(querystr, buf, MIN(snprintf(buf, sizeof(buf), "%F", Z_DVAL_P(val)), sizeof(buf) … in build_assignment_string()
/PHP-8.1/ext/standard/
H A Dmath.c195 snprintf(buf, 39, "%15fe%d", tmp_value, -places); in _php_math_round()
H A Ddns.c522 snprintf(name, sizeof(name), "%d.%d.%d.%d", cp[0], cp[1], cp[2], cp[3]); in php_parserr()
/PHP-8.1/ext/gd/
H A Dgd.c556 snprintf(tmp, sizeof(tmp), "%d.%d.%d", FREETYPE_MAJOR, FREETYPE_MINOR, FREETYPE_PATCH); in PHP_MINFO_FUNCTION()
558 snprintf(tmp, sizeof(tmp), "%d.%d", FREETYPE_MAJOR, FREETYPE_MINOR); in PHP_MINFO_FUNCTION()
560 snprintf(tmp, sizeof(tmp), "1.x"); in PHP_MINFO_FUNCTION()
591 snprintf(tmp, sizeof(tmp), "%d", XpmLibraryVersion()); in PHP_MINFO_FUNCTION()
/PHP-8.1/win32/build/
H A Dconfig.w32263 ADD_SOURCES("main", "main.c snprintf.c spprintf.c getopt.c fopen_wrappers.c \
/PHP-8.1/ext/date/
H A Dphp_date.c52 int st = snprintf(s, len, "%lld", i); \
652 snprintf(offset->abbr, 9, "GMT%c%02d%02d", in date_format()
870 snprintf(offset->abbr, 9, "GMT%c%02d%02d", in php_idate()
1865 ZSTR_LEN(tmpstr) = snprintf(ZSTR_VAL(tmpstr), sizeof("+05:00"), "%c%02d:%02d", in date_object_get_properties_for()
1974 ZSTR_LEN(tmpstr) = snprintf(ZSTR_VAL(tmpstr), size, format, in php_timezone_to_string()
/PHP-8.1/sapi/cgi/
H A Dcgi_main.c2008 snprintf(putenv_buf, sizeof(putenv_buf), "%s=%s", "PHP_FCGI_CHILDREN", children_str);
2125 snprintf(kid_buf, 16, "%d", children);
/PHP-8.1/ext/intl/locale/
H A Dlocale_methods.c808 snprintf( cur_key_name , 30, "%s%d", key_name , i); in append_multiple_key_values()
/PHP-8.1/ext/soap/
H A Dphp_encoding.c1055 snprintf(s, sizeof(s), "%0.0F",floor(Z_DVAL_P(data))); in to_xml_long()
2864 snprintf(tzbuf, sizeof(tzbuf), "%c%02ld:%02ld", in to_xml_datetime_ex()
2869snprintf(tzbuf, sizeof(tzbuf), "%c%02d:%02d", ((ta->tm_isdst ? _timezone - 3600:_timezone)>0)?'-':… in to_xml_datetime_ex()
2871snprintf(tzbuf, sizeof(tzbuf), "%c%02d:%02d", ((ta->tm_isdst ? timezone - 3600:timezone)>0)?'-':'+… in to_xml_datetime_ex()
H A Dphp_http.c682 snprintf(nc, sizeof(nc), "%08" ZEND_LONG_FMT_SPEC, Z_LVAL_P(tmp)); in make_http_soap_request()
H A Dsoap.c1597 snprintf(cont_len, sizeof(cont_len), "Content-Length: %d", size);
1745 snprintf(cont_len, sizeof(cont_len), "Content-Length: %d", size);
3985 snprintf(paramName, sizeof(paramNameBuf), "param%d",index);
/PHP-8.1/
H A DREADME.REDIST.BINS10 10. main/snprintf.c
358 10. main/snprintf.c
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_internal.h95 #define snprintf _snprintf macro
/PHP-8.1/ext/session/
H A Dsession.c1179snprintf(buf, sizeof(buf) , "Cache-Control: public, max-age=" ZEND_LONG_FMT, PS(cache_expire) * 60… in CACHE_LIMITER_FUNC()
1190snprintf(buf, sizeof(buf), "Cache-Control: private, max-age=" ZEND_LONG_FMT, PS(cache_expire) * 60… in CACHE_LIMITER_FUNC()
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c1970 snprintf(chunk->data.heap.p, chunk->data.heap.len, prologue_template, status, status_string); in php_cli_server_send_error_page()
1994snprintf(chunk->data.heap.p, chunk->data.heap.len, content_template, status_string, ZSTR_VAL(escap… in php_cli_server_send_error_page()
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.c253 snprintf(alt_dsn, sizeof(alt_dsn), "pdo.dsn.%s", data_source); in PHP_METHOD()
/PHP-8.1/ext/phar/
H A Dphar.c1230snprintf(mydata->version, sizeof(mydata->version), "%u.%u.%u", manifest_ver >> 12, (manifest_ver >… in phar_parse_pharfile()
1470 snprintf(mydata->version, sizeof(mydata->version), "%s", PHP_PHAR_API_VERSION); in phar_create_or_parse_filename()
/PHP-8.1/Zend/
H A Dzend_execute_API.c1381 …output_len = snprintf(log_buffer, sizeof(log_buffer), "\nFatal error: Maximum execution time of " … in zend_timeout_handler()
H A Dzend.c1234snprintf(new_info, new_info_length, " with %s v%s, %s, by %s\n", extension->name, extension->ve… in zend_append_version_info()
/PHP-8.1/ext/iconv/
H A Diconv.c204 snprintf(buf, sizeof(buf), "%d.%d", in PHP_INI_END()
/PHP-8.1/ext/openssl/
H A Dxp_ssl.c122 snprintf(_str, 40, "%X:%X:%X:%X:%X:%X:%X:%X", \
/PHP-8.1/ext/sockets/
H A Dsockets.c1691 snprintf(s_un.sun_path, sizeof(s_un.sun_path), "%s", addr);
/PHP-8.1/ext/mysqli/
H A Dmysqli_api.c1051snprintf(tmp, sizeof(tmp), (stmt->stmt->fields[i].flags & UNSIGNED_FLAG)? MYSQLI_LLU_SPEC : MYSQLI…
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch454 + if ((mflen = snprintf(mfn, sizeof(mfn), "%s/%s", fn, d.d_name)) < 0) {
1295 (void)snprintf(buf, 26, "*Bad* %#16.16" INT64_T_FORMAT "x\n",

Completed in 189 milliseconds

12345