Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/date/
H A Dphp_date.c50 int st = snprintf(s, len, "%lld", i); \
1086 snprintf(offset->abbr, 9, "GMT%c%02d%02d", in date_format()
1297 snprintf(offset->abbr, 9, "GMT%c%02d%02d", in php_idate()
1461 snprintf(initial_ts, 24, "@%ld UTC", preset_ts); in PHP_FUNCTION()
2244 snprintf(tmpstr, sizeof("+05:00"), "%c%02d:%02d", in date_object_get_properties()
2344 snprintf(tmpstr, sizeof("+05:00"), "%c%02d:%02d", in date_object_get_properties_timezone()
2797snprintf(tmp, Z_STRLEN_PP(z_date) + Z_STRLEN_PP(z_timezone) + 2, "%s %s", Z_STRVAL_PP(z_date), Z_S… in php_date_initialize_from_hash()
3793 snprintf(tmpstr, sizeof("+05:00"), "%c%02d:%02d", in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dscanf.c1065 snprintf(buf, sizeof(buf), "%lu", value); /* INTL: ISO digit */ in php_sscanf_internal()
H A Dcrypt_sha256.c531 int n = snprintf(cp, MAX(0, buflen), "%s%zu$", sha256_rounds_prefix, rounds); in php_sha256_crypt_r()
H A Dcrypt_sha512.c566 int n = snprintf(cp, MAX(0, buflen), "%s%zu$", sha512_rounds_prefix, rounds); in php_sha512_crypt_r()
H A Dmath.c202 snprintf(buf, 39, "%15fe%d", tmp_value, -places); in _php_math_round()
H A Ddns.c485 snprintf(name, sizeof(name), "%d.%d.%d.%d", cp[0], cp[1], cp[2], cp[3]); in php_parserr()
H A Dimage.c460 snprintf(markername, sizeof(markername), "APP%d", marker - M_APP0); in php_read_APP()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c1449 if (snprintf(trypath, MAXPATHLEN, "%s%s", cwd, filename) >= MAXPATHLEN) { in _php_stream_fopen_with_path()
1503 if (snprintf(trypath, MAXPATHLEN, "%s/%s", ptr, filename) >= MAXPATHLEN) { in _php_stream_fopen_with_path()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_statement.c190 snprintf(buf, sizeof(buf), "DEALLOCATE %s", S->stmt_name); in pgsql_stmt_execute()
/PHP-5.5/ext/ereg/
H A Dereg.c273 snprintf(message, buf_len, "%s: ", buf); in php_ereg_eprint()
/PHP-5.5/main/
H A Dfopen_wrappers.c672 if (snprintf(trypath, MAXPATHLEN, "%s/%s", ptr, filename) >= MAXPATHLEN) {
H A Dsnprintf.c153snprintf(buf, ndigit + 1, "%s%s", (sign && *digits == 'I') ? "-" : "", *digits == 'I' ? "INF" : "N… in php_gcvt()
/PHP-5.5/ext/imap/
H A Dphp_imap.c1654 snprintf(tmp + 6, sizeof(tmp) - 6, "%4ld) ", cache->msgno); in PHP_FUNCTION()
1669 snprintf(t += strlen(t), sizeof(tmp) - strlen(tmp), " (%ld chars)", cache->rfc822_size); in PHP_FUNCTION()
2094 snprintf(dummy, sizeof(dummy), "%4ld", cache->msgno); in PHP_FUNCTION()
2100 snprintf(dummy, sizeof(dummy), "%ld", cache->rfc822_size); in PHP_FUNCTION()
4667 snprintf(buf, 25, "%ld.num", thisNode); in build_thread_tree_helper()
4671 snprintf(buf, 25, "%ld.next", thisNode); in build_thread_tree_helper()
4680 snprintf(buf, 25, "%ld.branch", thisNode); in build_thread_tree_helper()
/PHP-5.5/ext/interbase/
H A Dinterbase.c816 snprintf( (s = tmp), sizeof(tmp), "Firebird API version %d", FB_API_VER); in PHP_MINFO_FUNCTION()
1437 snprintf(query, sizeof(query), "SELECT GEN_ID(%s,%ld) FROM rdb$database", generator, inc); in PHP_FUNCTION()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c850 snprintf(buf, sizeof(buf), "%ld", ODBCG(num_persistent)); in PHP_MINFO_FUNCTION()
852 snprintf(buf, sizeof(buf), "%ld", ODBCG(num_links)); in PHP_MINFO_FUNCTION()
894 snprintf(state, sizeof(state), "HY000"); in odbc_sql_error()
895 snprintf(errormsg, sizeof(errormsg), "Failed to fetch error message"); in odbc_sql_error()
1526 snprintf(cursorname, max_len+1, "php_curs_%d", (int)result->stmt); in PHP_FUNCTION()
/PHP-5.5/ext/pspell/
H A Dpspell.c813 snprintf(ignore_str, sizeof(ignore_str), "%ld", ignore); in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dphp_http.c644 snprintf(cnonce, sizeof(cnonce), "%ld", php_rand(TSRMLS_C)); in make_http_soap_request()
652 snprintf(nc, sizeof(nc), "%08ld", Z_LVAL_PP(tmp)); in make_http_soap_request()
/PHP-5.5/Zend/
H A Dzend_language_parser.y1263 snprintf(buffer, sizeof(buffer), "'%.*s' %.*s", len, str, toklen, tok1);
1265 snprintf(buffer, sizeof(buffer), "'%.*s'", len, str);
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c294 snprintf(status_buf, MAX_STATUS_LENGTH, "%d Undescribed", SG(sapi_headers).http_response_code); in sapi_isapi_send_headers()
/PHP-5.5/
H A DREADME.REDIST.BINS15 15. main/snprintf.c
343 15. main/snprintf.c
/PHP-5.5/win32/build/
H A Dconfig.w32371 ADD_SOURCES("main", "main.c snprintf.c spprintf.c getopt.c fopen_wrappers.c \
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c686 snprintf(buf, sizeof(buf), "%ld", MySG(num_persistent)); in PHP_MINFO_FUNCTION()
688 snprintf(buf, sizeof(buf), "%ld", MySG(num_links)); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c855 snprintf( cur_key_name , 30, "%s%d", key_name , i); in append_multiple_key_values()
/PHP-5.5/ext/pcntl/
H A Dpcntl.c795 snprintf(key, 100, "%ld", key_num); in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c164 snprintf(buf, sizeof(buf), "%d.%d.%d", in PHP_MINFO_FUNCTION()

Completed in 978 milliseconds

123456