/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_request.c | 129 strlcpy(proc->request_uri, request_uri, sizeof(proc->request_uri)); in fpm_request_info() 133 strlcpy(proc->request_method, request_method, sizeof(proc->request_method)); in fpm_request_info() 137 strlcpy(proc->query_string, query_string, sizeof(proc->query_string)); in fpm_request_info() 141 strlcpy(proc->auth_user, auth_user, sizeof(proc->auth_user)); in fpm_request_info() 149 strlcpy(proc->script_filename, script_filename, sizeof(proc->script_filename)); in fpm_request_info()
|
H A D | fpm_scoreboard.c | 70 strlcpy(wp->scoreboard->pool, wp->config->name, sizeof(wp->scoreboard->pool)); in fpm_scoreboard_init_main()
|
H A D | fpm_sockets.c | 302 strlcpy(sa_un.sun_path, wp->config->listen_address, sizeof(sa_un.sun_path)); in fpm_socket_af_unix_listening_socket()
|
/PHP-5.4/ext/mysqlnd/ |
H A D | mysqlnd_priv.h | 132 strlcpy((error_info).sqlstate, "00000", sizeof((error_info).sqlstate)); \ 145 strlcpy((error_info).sqlstate, (b), sizeof((error_info).sqlstate)); \ 146 strlcpy((error_info).error, (c), sizeof((error_info).error)); \ 151 strlcpy(error_for_the_list.sqlstate, (b), sizeof(error_for_the_list.sqlstate)); \
|
H A D | mysqlnd_loaddata.c | 97 strlcpy(error_buf, info->error_msg, error_buf_len); in mysqlnd_local_infile_error() 102 strlcpy(error_buf, "Unknown error", error_buf_len); in mysqlnd_local_infile_error()
|
H A D | mysqlnd_auth.c | 135 …strlcpy(conn->error_info->sqlstate, auth_resp_packet->sqlstate, sizeof(conn->error_info->sqlstate)… in mysqlnd_auth_handshake()
|
/PHP-5.4/win32/ |
H A D | readdir.c | 84 strlcpy(dp->dent.d_name, dp->fileinfo.cFileName, _MAX_FNAME+1); in readdir() 108 strlcpy(dp->dent.d_name, dp->fileinfo.cFileName, _MAX_FNAME+1); in readdir_r()
|
H A D | glob.c | 837 strlcpy(buf, ".", sizeof buf);
|
/PHP-5.4/ext/pspell/ |
H A D | pspell.c | 297 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION() 299 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION() 394 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION() 396 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION() 716 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION() 718 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
|
/PHP-5.4/main/ |
H A D | php.h | 127 #undef strlcpy 128 #define strlcpy php_strlcpy macro
|
H A D | fopen_wrappers.c | 157 strlcpy(local_open_basedir, basedir, sizeof(local_open_basedir));
|
H A D | snprintf.c | 107 (void) strlcpy(s, p, siz); in __cvt()
|
/PHP-5.4/ext/standard/ |
H A D | http_fopen_wrapper.c | 357 strlcpy(scratch, Z_STRVAL_PP(tmpzval), Z_STRLEN_PP(tmpzval) + 1); in php_stream_url_wrap_http_ex() 750 strlcpy(location, http_header_line + 10, sizeof(location)); in php_stream_url_wrap_http_ex() 837 strlcpy(loc_path, location, sizeof(loc_path)); in php_stream_url_wrap_http_ex() 845 strlcpy(new_path, location, sizeof(new_path)); in php_stream_url_wrap_http_ex() 920 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-5.4/ext/fileinfo/libmagic/ |
H A D | file.h | 479 #ifndef strlcpy 480 size_t strlcpy(char *dst, const char *src, size_t siz);
|
H A D | compress.c | 251 (void)strlcpy(buf, "/tmp/file.XXXXXX", sizeof buf); in file_pipe2file()
|
/PHP-5.4/sapi/apache/ |
H A D | php_apache.c | 226 strlcpy(name, modp->name, sizeof(name)); in PHP_MINFO_FUNCTION()
|
/PHP-5.4/ext/odbc/ |
H A D | php_odbc.c | 2417 strlcpy( lpszConnStr, db, CONNSTRSIZE); in odbc_sqlconnect() 3002 strlcpy(ptr, conn->laststate, len+1); in php_odbc_lasterror() 3004 strlcpy(ptr, conn->lasterrormsg, len+1); in php_odbc_lasterror() 3009 strlcpy(ptr, ODBCG(laststate), len+1); in php_odbc_lasterror() 3011 strlcpy(ptr, ODBCG(lasterrormsg), len+1); in php_odbc_lasterror()
|
/PHP-5.4/ext/pdo_firebird/ |
H A D | firebird_statement.c | 647 strlcpy(S->name, Z_STRVAL_P(val), sizeof(S->name)); in firebird_stmt_set_attribute()
|
/PHP-5.4/ext/mysqli/ |
H A D | mysqli.c | 1497 strlcpy(error_msg, data->error_msg, error_msg_len); in php_local_infile_error() 1500 strlcpy(error_msg, ER(CR_OUT_OF_MEMORY), error_msg_len); in php_local_infile_error()
|
/PHP-5.4/ |
H A D | README.REDIST.BINS | 17 17. main/strlcpy 417 17. main/strlcpy
|
/PHP-5.4/win32/build/ |
H A D | config.w32 | 369 php_scandir.c php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
|
/PHP-5.4/ext/pcntl/ |
H A D | pcntl.c | 808 strlcpy(*pair, key, key_length); in PHP_FUNCTION()
|
/PHP-5.4/ext/spl/ |
H A D | php_spl.c | 796 strlcpy(result, hex, 33); in php_spl_object_hash()
|
/PHP-5.4/ext/dba/ |
H A D | dba.c | 705 strlcpy(mode, Z_STRVAL_PP(args[1]), sizeof(mode)); in php_dba_open()
|