strlcpy          1720 ext/curl/interface.c 			strlcpy(buf, Z_STRVAL_P(retval), Z_STRLEN_P(retval));
strlcpy           705 ext/dba/dba.c  	strlcpy(mode, Z_STRVAL_PP(args[1]), sizeof(mode));
strlcpy          1008 ext/exif/exif.c 				strlcpy(ret, tag_table[i].Desc, abs(len));
strlcpy          1021 ext/exif/exif.c 		strlcpy(ret, tmp, abs(len));
strlcpy           250 ext/fileinfo/libmagic/compress.c 	(void)strlcpy(buf, "/tmp/file.XXXXXX", sizeof buf);
strlcpy           479 ext/fileinfo/libmagic/file.h #ifndef strlcpy
strlcpy           480 ext/fileinfo/libmagic/file.h size_t strlcpy(char *, const char *, size_t);
strlcpy          5057 ext/imap/php_imap.c 		strlcpy (user, mb->user, MAILTMPLEN);
strlcpy          5059 ext/imap/php_imap.c 		strlcpy (user, IMAPG(imap_user), MAILTMPLEN);
strlcpy          5061 ext/imap/php_imap.c 	strlcpy (pwd, IMAPG(imap_password), MAILTMPLEN);
strlcpy           629 ext/interbase/ibase_query.c 					strlcpy(buf, Z_STRVAL_P(val), buf_size);
strlcpy           134 ext/mysqlnd/mysqlnd_auth.c 				strlcpy(conn->error_info->sqlstate, auth_resp_packet->sqlstate, sizeof(conn->error_info->sqlstate));
strlcpy            97 ext/mysqlnd/mysqlnd_loaddata.c 		strlcpy(error_buf, info->error_msg, error_buf_len);
strlcpy           102 ext/mysqlnd/mysqlnd_loaddata.c 	strlcpy(error_buf, "Unknown error", error_buf_len);
strlcpy           117 ext/mysqlnd/mysqlnd_priv.h 		strlcpy((error_info).sqlstate, "00000", sizeof((error_info).sqlstate)); \
strlcpy           130 ext/mysqlnd/mysqlnd_priv.h 		strlcpy((error_info).sqlstate, (b), sizeof((error_info).sqlstate)); \
strlcpy           131 ext/mysqlnd/mysqlnd_priv.h 		strlcpy((error_info).error, (c), sizeof((error_info).error)); \
strlcpy           136 ext/mysqlnd/mysqlnd_priv.h 			strlcpy(error_for_the_list.sqlstate, (b), sizeof(error_for_the_list.sqlstate)); \
strlcpy          2438 ext/odbc/php_odbc.c 			 strlcpy( lpszConnStr, db, CONNSTRSIZE);
strlcpy          3023 ext/odbc/php_odbc.c 			strlcpy(ptr, conn->laststate, len+1);
strlcpy          3025 ext/odbc/php_odbc.c 			strlcpy(ptr, conn->lasterrormsg, len+1);
strlcpy          3030 ext/odbc/php_odbc.c 			strlcpy(ptr, ODBCG(laststate), len+1);
strlcpy          3032 ext/odbc/php_odbc.c 			strlcpy(ptr, ODBCG(lasterrormsg), len+1);
strlcpy          1233 ext/openssl/openssl.c 		strlcpy(default_ssl_conf_filename, config_filename, sizeof(default_ssl_conf_filename));
strlcpy           808 ext/pcntl/pcntl.c 			strlcpy(*pair, key, key_length);
strlcpy            29 ext/pdo/php_pdo_error.h 	strlcpy(dbh->error_code, PDO_ERR_NONE, sizeof(PDO_ERR_NONE)); \
strlcpy           647 ext/pdo_firebird/firebird_statement.c 			strlcpy(S->name, Z_STRVAL_P(val), sizeof(S->name));
strlcpy          4220 ext/pgsql/pgsql.c 					strlcpy(query, Z_STRVAL_P(value), Z_STRLEN_P(value) + 2);
strlcpy          4248 ext/pgsql/pgsql.c 					strlcpy(query, Z_STRVAL_P(value), Z_STRLEN_P(value) + 2);
strlcpy           297 ext/pspell/pspell.c 			strlcpy(data_dir, aspell_dir, sizeof(data_dir));
strlcpy           299 ext/pspell/pspell.c 			strlcpy(dict_dir, aspell_dir, sizeof(dict_dir));
strlcpy           394 ext/pspell/pspell.c 			strlcpy(data_dir, aspell_dir, sizeof(data_dir));
strlcpy           396 ext/pspell/pspell.c 			strlcpy(dict_dir, aspell_dir, sizeof(dict_dir));
strlcpy           716 ext/pspell/pspell.c 			strlcpy(data_dir, aspell_dir, sizeof(data_dir));
strlcpy           718 ext/pspell/pspell.c 			strlcpy(dict_dir, aspell_dir, sizeof(dict_dir));
strlcpy          1153 ext/snmp/snmp.c 	strlcpy(session->peername, hostname, MAX_NAME_LEN);
strlcpy          1287 ext/sockets/conversions.c 			if (strlcpy(ifr.ifr_name, Z_STRVAL_P(zv), sizeof(ifr.ifr_name))
strlcpy           809 ext/spl/php_spl.c 	strlcpy(result, hex, 33);
strlcpy          31896 ext/sqlite3/libsqlite/sqlite3.c   len = strlcpy(lPath, LOCKPROXYDIR, maxLen);
strlcpy          31908 ext/sqlite3/libsqlite/sqlite3.c   len = strlcpy(lPath, "/tmp/", maxLen);
strlcpy          32122 ext/sqlite3/libsqlite/sqlite3.c   pathLen = strlcpy(tPath, cPath, MAXPATHLEN);
strlcpy          32124 ext/sqlite3/libsqlite/sqlite3.c      (strlcpy(&tPath[pathLen-5], "break", 6) != 5) ){
strlcpy          32364 ext/sqlite3/libsqlite/sqlite3.c           strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath,
strlcpy          32367 ext/sqlite3/libsqlite/sqlite3.c           strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN);
strlcpy          32577 ext/sqlite3/libsqlite/sqlite3.c     strlcpy(dbPath, ((afpLockingContext *)pFile->lockingContext)->dbPath,
strlcpy          32589 ext/sqlite3/libsqlite/sqlite3.c     strlcpy(dbPath, (char *)pFile->lockingContext, MAXPATHLEN);
strlcpy           367 ext/standard/http_fopen_wrapper.c 				strlcpy(scratch, Z_STRVAL_PP(tmpzval), Z_STRLEN_PP(tmpzval) + 1);
strlcpy           773 ext/standard/http_fopen_wrapper.c 				strlcpy(location, http_header_line + 10, sizeof(location));
strlcpy           860 ext/standard/http_fopen_wrapper.c 					strlcpy(loc_path, location, sizeof(loc_path));
strlcpy           868 ext/standard/http_fopen_wrapper.c 				strlcpy(new_path, location, sizeof(new_path));
strlcpy           943 ext/standard/http_fopen_wrapper.c 		strlcpy(stream->mode, mode, sizeof(stream->mode));
strlcpy           378 ext/standard/php_crypt_r.c 	strlcpy(passwd + MD5_MAGIC_LEN, sp, sl + 1);
strlcpy           157 main/fopen_wrappers.c 		strlcpy(local_open_basedir, basedir, sizeof(local_open_basedir));
strlcpy           127 main/php.h     #undef strlcpy
strlcpy           112 main/snprintf.c 		(void) strlcpy(s, p, siz);
strlcpy           334 main/streams/streams.c 	strlcpy(ret->mode, mode, sizeof(ret->mode));
strlcpy           226 sapi/apache/php_apache.c 		strlcpy(name, modp->name, sizeof(name));
strlcpy          1637 sapi/apache_hooks/php_apache.c 		strlcpy(name, modp->name, sizeof(name));
strlcpy           129 sapi/fpm/fpm/fpm_request.c 		strlcpy(proc->request_uri, request_uri, sizeof(proc->request_uri));
strlcpy           133 sapi/fpm/fpm/fpm_request.c 		strlcpy(proc->request_method, request_method, sizeof(proc->request_method));
strlcpy           137 sapi/fpm/fpm/fpm_request.c 		strlcpy(proc->query_string, query_string, sizeof(proc->query_string));
strlcpy           141 sapi/fpm/fpm/fpm_request.c 		strlcpy(proc->auth_user, auth_user, sizeof(proc->auth_user));
strlcpy           149 sapi/fpm/fpm/fpm_request.c 		strlcpy(proc->script_filename, script_filename, sizeof(proc->script_filename));
strlcpy            70 sapi/fpm/fpm/fpm_scoreboard.c 		strlcpy(wp->scoreboard->pool, wp->config->name, sizeof(wp->scoreboard->pool));
strlcpy           327 sapi/fpm/fpm/fpm_sockets.c 	strlcpy(sa_un.sun_path, wp->config->listen_address, sizeof(sa_un.sun_path));
strlcpy           846 win32/glob.c   		strlcpy(buf, ".", sizeof buf);
strlcpy            84 win32/readdir.c 	strlcpy(dp->dent.d_name, dp->fileinfo.cFileName, _MAX_FNAME+1);
strlcpy           108 win32/readdir.c 	strlcpy(dp->dent.d_name, dp->fileinfo.cFileName, _MAX_FNAME+1);