/php-src/sapi/fpm/fpm/ |
H A D | fpm_request.c | 127 strlcpy(proc->request_uri, request_uri, sizeof(proc->request_uri)); in fpm_request_info() 131 strlcpy(proc->request_method, request_method, sizeof(proc->request_method)); in fpm_request_info() 135 strlcpy(proc->query_string, query_string, sizeof(proc->query_string)); in fpm_request_info() 139 strlcpy(proc->auth_user, auth_user, sizeof(proc->auth_user)); in fpm_request_info() 147 strlcpy(proc->script_filename, script_filename, sizeof(proc->script_filename)); in fpm_request_info()
|
H A D | fpm_scoreboard.c | 66 strlcpy(wp->scoreboard->pool, wp->config->name, sizeof(wp->scoreboard->pool)); in fpm_scoreboard_init_main()
|
H A D | fpm_sockets.c | 404 strlcpy(sa_un.sun_path, wp->config->listen_address, socket_length); in fpm_socket_af_unix_listening_socket()
|
/php-src/ext/pdo/ |
H A D | php_pdo_error.h | 25 strlcpy(dbh->error_code, PDO_ERR_NONE, sizeof(PDO_ERR_NONE)); \
|
/php-src/ext/fileinfo/libmagic/ |
H A D | print.c | 305 strlcpy(buf, "*Invalid datetime*", bsize); in file_fmtdatetime() 328 strlcpy(buf, "*Invalid date*", bsize); in file_fmtdate() 347 strlcpy(buf, "*Invalid time*", bsize); in file_fmttime() 361 bad: strlcpy(buf, "*Invalid number*", blen); in file_fmtnum()
|
H A D | der.c | 230 strlcpy(buf, der__tag[tag], len); in der_tag() 380 strlcpy(ms->ms_value.s, buf, sizeof(ms->ms_value.s)); in der_cmp()
|
H A D | file.h | 619 #ifndef strlcpy 620 size_t strlcpy(char *, const char *, size_t);
|
H A D | compress.c | 487 (void)strlcpy(buf, t, sizeof(buf)); in file_pipe2file() 489 (void)strlcpy(buf, t, sizeof(buf)); in file_pipe2file() 491 (void)strlcpy(buf, t, sizeof(buf)); in file_pipe2file() 496 (void)strlcpy(buf, "/tmp/file.XXXXXX", sizeof(buf)); in file_pipe2file()
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_loaddata.c | 93 strlcpy(error_buf, info->error_msg, error_buf_len); in mysqlnd_local_infile_error() 98 strlcpy(error_buf, "Unknown error", error_buf_len); in mysqlnd_local_infile_error()
|
H A D | mysqlnd_auth.c | 345 …strlcpy(conn->error_info->sqlstate, auth_resp_packet.sqlstate, sizeof(conn->error_info->sqlstate)); in mysqlnd_auth_handshake() 1253 strlcpy(conn->error_info->sqlstate, result_packet.sqlstate, sizeof(conn->error_info->sqlstate)); in mysqlnd_caching_sha2_handle_server_response()
|
H A D | mysqlnd_connection.c | 123 strlcpy(info->sqlstate, sqlstate, sizeof(info->sqlstate)); in MYSQLND_METHOD() 124 strlcpy(info->error, error, sizeof(info->error)); in MYSQLND_METHOD() 127 strlcpy(error_for_the_list.sqlstate, sqlstate, sizeof(error_for_the_list.sqlstate)); in MYSQLND_METHOD()
|
/php-src/ext/opcache/ |
H A D | shared_alloc_win32.c | 76 p += strlcpy(newname, name, MAXPATHLEN + 1); in create_name_with_username() 80 p += strlcpy(p, sapi_module.name, 21); in create_name_with_username()
|
/php-src/main/ |
H A D | php.h | 151 #undef strlcpy 152 #define strlcpy php_strlcpy macro
|
H A D | snprintf.c | 103 (void) strlcpy(s, p, siz); in __cvt()
|
H A D | fopen_wrappers.c | 157 strlcpy(local_open_basedir, basedir, sizeof(local_open_basedir));
|
/php-src/ext/standard/ |
H A D | php_crypt_r.c | 159 strlcpy(passwd + MD5_MAGIC_LEN, sp, sl + 1); in php_md5_crypt_r()
|
H A D | http_fopen_wrapper.c | 791 strlcpy(location, http_header_value, sizeof(location)); in php_stream_url_wrap_http_ex() 892 strlcpy(loc_path, location, sizeof(loc_path)); in php_stream_url_wrap_http_ex() 900 strlcpy(new_path, location, sizeof(new_path)); in php_stream_url_wrap_http_ex() 974 strlcpy(stream->mode, mode, sizeof(stream->mode)); in php_stream_url_wrap_http_ex()
|
/php-src/sapi/cli/ |
H A D | ps_title.c | 346 size_t title_len = strlcpy(ps_buffer, title, ps_buffer_size); in set_ps_title()
|
/php-src/Zend/ |
H A D | zend_string.c | 511 size_t strlcpy(char *__restrict dest, const char *__restrict src, size_t n) in strlcpy() function
|
/php-src/win32/ |
H A D | glob.c | 797 strlcpy(buf, ".", sizeof(buf)); in g_opendir()
|
/php-src/ext/pdo_firebird/ |
H A D | firebird_statement.c | 898 strlcpy(S->name, Z_STRVAL_P(val), sizeof(S->name)); in pdo_firebird_stmt_set_attribute()
|
/php-src/win32/build/ |
H A D | config.w32 | 288 php_scandir.c php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
|
/php-src/ext/fileinfo/ |
H A D | libmagic.patch | 1536 +#ifndef strlcpy 1537 size_t strlcpy(char *, const char *, size_t); 1843 - (void)strlcpy(buf2, fn, sizeof buf2); 2121 - strlcpy(old, setlocale(LC_CTYPE, NULL), sizeof(old)); 2153 - strlcpy(old, setlocale(LC_CTYPE, NULL), sizeof(old));
|
/php-src/ext/sockets/ |
H A D | sockets.c | 1945 strlcpy(tfs.function_set_name, Z_STRVAL_P(arg4), TCP_FUNCTION_NAME_LEN_MAX); 2043 strlcpy(af.af_name, Z_STRVAL_P(arg4), sizeof(af.af_name));
|
/php-src/ |
H A D | README.REDIST.BINS | 12 12. main/strlcpy 436 12. main/strlcpy
|