/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_request.c | 126 strlcpy(proc->request_uri, request_uri, sizeof(proc->request_uri)); in fpm_request_info() 130 strlcpy(proc->request_method, request_method, sizeof(proc->request_method)); in fpm_request_info() 134 strlcpy(proc->query_string, query_string, sizeof(proc->query_string)); in fpm_request_info() 138 strlcpy(proc->auth_user, auth_user, sizeof(proc->auth_user)); in fpm_request_info() 146 strlcpy(proc->script_filename, script_filename, sizeof(proc->script_filename)); in fpm_request_info()
|
H A D | fpm_scoreboard.c | 74 strlcpy(wp->scoreboard->pool, wp->config->name, sizeof(wp->scoreboard->pool)); in fpm_scoreboard_init_main()
|
H A D | fpm_sockets.c | 339 strlcpy(sa_un.sun_path, wp->config->listen_address, sizeof(sa_un.sun_path)); in fpm_socket_af_unix_listening_socket()
|
/PHP-7.1/ext/pdo/ |
H A D | php_pdo_error.h | 29 strlcpy(dbh->error_code, PDO_ERR_NONE, sizeof(PDO_ERR_NONE)); \
|
/PHP-7.1/ext/pspell/ |
H A D | pspell.c | 301 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION() 303 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION() 398 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION() 400 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION() 717 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION() 719 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
|
/PHP-7.1/ext/mysqlnd/ |
H A D | mysqlnd_loaddata.c | 95 strlcpy(error_buf, info->error_msg, error_buf_len); in mysqlnd_local_infile_error() 100 strlcpy(error_buf, "Unknown error", error_buf_len); in mysqlnd_local_infile_error()
|
H A D | mysqlnd_auth.c | 341 …strlcpy(conn->error_info->sqlstate, auth_resp_packet->sqlstate, sizeof(conn->error_info->sqlstate)… in mysqlnd_auth_handshake()
|
H A D | mysqlnd_connection.c | 125 strlcpy(info->sqlstate, sqlstate, sizeof(info->sqlstate)); in MYSQLND_METHOD() 126 strlcpy(info->error, error, sizeof(info->error)); in MYSQLND_METHOD() 131 strlcpy(error_for_the_list.sqlstate, sqlstate, sizeof(error_for_the_list.sqlstate)); in MYSQLND_METHOD()
|
/PHP-7.1/win32/ |
H A D | readdir.c | 127 strlcpy(dp->dent.d_name, _tmp, _MAX_FNAME+1); in readdir() 162 strlcpy(dp->dent.d_name, _tmp, _MAX_FNAME+1); in readdir_r()
|
H A D | glob.c | 840 strlcpy(buf, ".", sizeof buf);
|
/PHP-7.1/main/ |
H A D | php.h | 127 #undef strlcpy 128 #define strlcpy php_strlcpy macro
|
H A D | fopen_wrappers.c | 153 strlcpy(local_open_basedir, basedir, sizeof(local_open_basedir));
|
H A D | snprintf.c | 112 (void) strlcpy(s, p, siz); in __cvt()
|
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | file.h | 503 #ifndef strlcpy 504 size_t strlcpy(char *, const char *, size_t);
|
H A D | compress.c | 261 (void)strlcpy(buf, "/tmp/file.XXXXXX", sizeof buf); in file_pipe2file()
|
/PHP-7.1/ext/standard/ |
H A D | http_fopen_wrapper.c | 818 strlcpy(location, http_header_value, sizeof(location)); in php_stream_url_wrap_http_ex() 900 strlcpy(loc_path, location, sizeof(loc_path)); in php_stream_url_wrap_http_ex() 908 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()
|
H A D | php_crypt_r.c | 378 strlcpy(passwd + MD5_MAGIC_LEN, sp, sl + 1); in php_md5_crypt_r()
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_wait.c | 355 …if (strlcpy(local.sun_path, PHPDBG_G(socket_path), sizeof(local.sun_path)) > sizeof(local.sun_path… in PHPDBG_COMMAND()
|
/PHP-7.1/win32/build/ |
H A D | config.w32 | 238 php_scandir.c php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
|
/PHP-7.1/ext/pdo_firebird/ |
H A D | firebird_statement.c | 723 strlcpy(S->name, Z_STRVAL_P(val), sizeof(S->name)); in firebird_stmt_set_attribute()
|
/PHP-7.1/ |
H A D | README.REDIST.BINS | 16 16. main/strlcpy 392 16. main/strlcpy
|
H A D | configure.in | 760 AC_REPLACE_FUNCS(strlcat strlcpy getopt) 1474 php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
|
/PHP-7.1/ext/dba/ |
H A D | dba.c | 723 strlcpy(mode, Z_STRVAL(args[1]), sizeof(mode)); in php_dba_open()
|
/PHP-7.1/main/streams/ |
H A D | plain_wrapper.c | 992 strlcpy(realpath, filename, sizeof(realpath)); in _php_stream_fopen()
|
/PHP-7.1/ext/pcntl/ |
H A D | pcntl.c | 956 strlcpy(*pair, ZSTR_VAL(key), ZSTR_LEN(key) + 1); in PHP_FUNCTION()
|