/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_log.c | 256 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", env ? env : "-"); in fpm_log_write() 269 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%zu", proc.content_length); in fpm_log_write() 283 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%zu", proc.memory); in fpm_log_write() 289 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%zu", proc.memory / 1024); in fpm_log_write() 361 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%ld", (long)getpid()); in fpm_log_write() 367 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%ld", (long)getppid()); in fpm_log_write() 373 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", proc.query_string); in fpm_log_write() 385 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", proc.request_uri); in fpm_log_write() 392 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", tmp ? tmp : "-"); in fpm_log_write() 416 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", tmp); in fpm_log_write() [all …]
|
H A D | zlog.c | 84 len += snprintf(timebuf + len, timebuf_len - len, ".%06d", (int) tv->tv_usec); in zlog_print_time() 86 len += snprintf(timebuf + len, timebuf_len - len, "] "); in zlog_print_time() 164 len += snprintf(buf, buf_size, "[%s] %s(), line %d: ", in zlog_buf_prefix() 167 len += snprintf(buf, buf_size, "[%s] ", level_names[flags & ZLOG_LEVEL_MASK]); in zlog_buf_prefix() 178 len += snprintf(buf + len, buf_size - len, "%s: pid %d, %s(), line %d: ", in zlog_buf_prefix() 181 len += snprintf(buf + len, buf_size - len, "%s: %s(), line %d: ", in zlog_buf_prefix() 185 len += snprintf(buf + len, buf_size - len, "%s: ", in zlog_buf_prefix() 225 len += snprintf(buf + len, buf_size - len, in vzlog()
|
/PHP-8.2/main/ |
H A D | snprintf.h | 96 #ifdef snprintf 97 #undef snprintf 99 #define snprintf ap_php_snprintf macro
|
H A D | rfc1867.c | 1144 snprintf(lbuf, llen, "%s_name[%s]", abuf, array_index); 1146 snprintf(lbuf, llen, "%s_name", param); 1161 snprintf(lbuf, llen, "%s[name][%s]", abuf, array_index); 1163 snprintf(lbuf, llen, "%s[name]", param); 1175 snprintf(lbuf, llen, "%s[full_path]", param); 1193 snprintf(lbuf, llen, "%s[type][%s]", abuf, array_index); 1195 snprintf(lbuf, llen, "%s[type]", param); 1217 snprintf(lbuf, llen, "%s[tmp_name]", param); 1261 snprintf(lbuf, llen, "%s[error]", param); 1267 snprintf(lbuf, llen, "%s[size][%s]", abuf, array_index); [all …]
|
/PHP-8.2/ext/standard/ |
H A D | info.c | 124 snprintf(reg_name, sizeof(reg_name), "Registered %s", name); in php_info_print_stream_hash() 627 snprintf(buf, bufsize, "i%d", SysInfo.dwProcessorType); in php_get_windows_cpu() 633 snprintf(buf, bufsize, "Alpha %d", SysInfo.wProcessorLevel); in php_get_windows_cpu() 639 snprintf(buf, bufsize, "IA64"); in php_get_windows_cpu() 643 snprintf(buf, bufsize, "IA32"); in php_get_windows_cpu() 648 snprintf(buf, bufsize, "AMD64"); in php_get_windows_cpu() 653 snprintf(buf, bufsize, "ARM64"); in php_get_windows_cpu() 658 snprintf(buf, bufsize, "Unknown"); in php_get_windows_cpu() 691 snprintf(tmp_uname, sizeof(tmp_uname), "build %d", dwBuild); in php_get_uname() 743 snprintf(tmp_uname, sizeof(tmp_uname), "%s %s %s %s %s", in php_get_uname() [all …]
|
H A D | datetime.c | 53 snprintf(str, 80, "%s, %02d %s %04d %02d:%02d:%02d GMT", in php_std_date()
|
H A D | hrtime.c | 145 int st = snprintf(s, len, "%llu", i); \
|
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_debug.c | 74 snprintf(pid_buffer, sizeof(pid_buffer) - 1, "%5u: ", self->pid); in MYSQLND_METHOD() 84 snprintf(time_buffer, sizeof(time_buffer) - 1, in MYSQLND_METHOD() 95 snprintf(time_buffer, sizeof(time_buffer) - 1, in MYSQLND_METHOD() 107 snprintf(file_buffer, sizeof(file_buffer) - 1, "%14s: ", file); in MYSQLND_METHOD() 111 snprintf(line_buffer, sizeof(line_buffer) - 1, "%5u: ", line); in MYSQLND_METHOD() 115 snprintf(level_buffer, sizeof(level_buffer) - 1, "%4u: ", level); in MYSQLND_METHOD() 171 snprintf(pid_buffer, sizeof(pid_buffer) - 1, "%5u: ", self->pid); in MYSQLND_METHOD() 181 snprintf(time_buffer, sizeof(time_buffer) - 1, in MYSQLND_METHOD() 192 snprintf(time_buffer, sizeof(time_buffer) - 1, in MYSQLND_METHOD() 204 snprintf(file_buffer, sizeof(file_buffer) - 1, "%14s: ", file); in MYSQLND_METHOD() [all …]
|
H A D | mysql_float_to_double.h | 43 snprintf(num_buf, MAX_CHAR_BUF_LEN, "%.*F", decimals, fp4); in mysql_float_to_double()
|
H A D | php_mysqlnd.c | 105 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_cmd_buffer_size)); in PHP_MINFO_FUNCTION() 107 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_read_buffer_size)); in PHP_MINFO_FUNCTION() 109 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, MYSQLND_G(net_read_timeout)); in PHP_MINFO_FUNCTION()
|
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | 008.phpt | 7 // this checks f,g,G conversion for snprintf/spprintf
|
/PHP-8.2/Zend/ |
H A D | zend_config.w32.h | 46 #define snprintf _snprintf macro
|
H A D | zend_long.h | 74 int st = snprintf((s), (len), ZEND_LONG_FMT, (i)); \ 98 int st = snprintf((s), (len), ZEND_LONG_FMT, (i)); \
|
/PHP-8.2/ext/opcache/ |
H A D | zend_accelerator_module.c | 499 snprintf(buf, sizeof(buf), ZEND_ULONG_FMT, ZCSG(hits)); 505 snprintf(buf, sizeof(buf), "%zu", zend_shared_alloc_get_free_memory()); 507 snprintf(buf, sizeof(buf), "%zu", ZSMMG(wasted_shared_memory)); 510 …snprintf(buf, sizeof(buf), "%zu", (size_t)((char*)ZCSG(interned_strings).top - (char*)(accel_share… 512 …snprintf(buf, sizeof(buf), "%zu", (size_t)((char*)ZCSG(interned_strings).end - (char*)ZCSG(interne… 515 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_direct_entries); 517 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_entries); 519 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).max_num_entries); 521 snprintf(buf, sizeof(buf), ZEND_ULONG_FMT, ZCSG(oom_restarts)); 523 snprintf(buf, sizeof(buf), ZEND_ULONG_FMT, ZCSG(hash_restarts)); [all …]
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gdtest.c | 59 snprintf (of, sizeof(of), "%s.png", argv[1]); in main() 91 snprintf (of, sizeof(of), "%s.gd2", argv[1]); in main() 126 snprintf (of, sizeof(of), "%s.gd", argv[1]); in main() 183 snprintf (of, sizeof(of), "%s.snk", argv[1]); in main()
|
/PHP-8.2/sapi/fuzzer/ |
H A D | fuzzer-function-jit.c | 57 snprintf(ini_buf, sizeof(ini_buf), in LLVMFuzzerInitialize()
|
H A D | fuzzer-tracing-jit.c | 61 snprintf(ini_buf, sizeof(ini_buf), in LLVMFuzzerInitialize()
|
/PHP-8.2/sapi/apache2handler/ |
H A D | php_functions.c | 398 snprintf(tmp, sizeof(tmp), "%d", MODULE_MAGIC_NUMBER); in PHP_MINFO_FUNCTION() 405 snprintf(tmp, sizeof(tmp), "%s:%u", serv->server_hostname, serv->port); in PHP_MINFO_FUNCTION() 410 …snprintf(tmp, sizeof(tmp), "%s(%d)/%d", ap_unixd_config.user_name, ap_unixd_config.user_id, ap_uni… in PHP_MINFO_FUNCTION() 412 …snprintf(tmp, sizeof(tmp), "%s(%d)/%d", unixd_config.user_name, unixd_config.user_id, unixd_config… in PHP_MINFO_FUNCTION() 418 …snprintf(tmp, sizeof(tmp), "Per Child: %d - Keep Alive: %s - Max Per Connection: %d", max_requests… in PHP_MINFO_FUNCTION()
|
/PHP-8.2/ext/com_dotnet/ |
H A D | com_dotnet.c | 248 snprintf(buf, sizeof(buf), "Failed to init .Net runtime [%s] %s", where, err); in PHP_METHOD() 261 snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] %s", where, err); in PHP_METHOD() 273 snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] %s", where, err); in PHP_METHOD() 347 snprintf(buf, sizeof(buf), "Failed to instantiate .Net object [%s] [0x%08x] %s", where, hr, err); in PHP_METHOD()
|
/PHP-8.2/sapi/litespeed/ |
H A D | lscriu.c | 293 snprintf(sem_name, sizeof sem_name - 1, "lsphp[hash=%s].is_ready", in LSCRIU_Wink_Server_is_Ready() 296 snprintf(sem_name, sizeof sem_name - 1, "lsphp[euid=0x%x].is_ready", in LSCRIU_Wink_Server_is_Ready() 316 snprintf(pchFile, max_len, "%s%s", pchDefaultSocketPath, in LSCRIU_Error_File_Name() 387 int n = snprintf(chFullMessage, sizeof(chFullMessage), in LSCRIU_Restored_Error()
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | der.c | 232 snprintf(buf, len, "%#x", tag); in der_tag() 245 return snprintf(buf, blen, "%.*s", len, RCAST(const char *, q)); in der_data() 249 return snprintf(buf, blen, in der_data() 259 snprintf(buf + z, blen - z, "%.2x", d[i]); in der_data()
|
H A D | cdf_time.c | 175 (void)snprintf(buf, 26, "*Bad* %#16.16" INT64_T_FORMAT "x\n", in cdf_ctime()
|
/PHP-8.2/ext/xsl/ |
H A D | php_xsl.c | 229 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION() 234 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
|
/PHP-8.2/win32/ |
H A D | sendmail.c | 56 …snprintf(*error_message, sizeof(SMTP_ERROR_RESPONSE_SPEC) + strlen(response), SMTP_ERROR_RESPONSE_… 272 snprintf(*error_message, HOST_NAME_LEN + 128, in TSendMail() 414 snprintf(PW32G(mail_buffer), sizeof(PW32G(mail_buffer)), "HELO %s\r\n", PW32G(mail_local_host)); in SendText() 738 snprintf(header_buffer, MAIL_BUFFER_SIZE, "Date: %s\r\n", ZSTR_VAL(dt)); in PostHeader() 1072 result = snprintf(Buf, MAIL_BUFFER_SIZE, FormatString, tmpAddress); in FormatEmailAddress() 1076 return snprintf(Buf, MAIL_BUFFER_SIZE , FormatString , EmailAddress ); in FormatEmailAddress()
|
/PHP-8.2/ext/bcmath/libbcmath/src/ |
H A D | output.c | 65 snprintf(digits, sizeof(digits), "%ld", val); in bc_out_long()
|