strlcpy           727 ext/dba/dba.c  	strlcpy(mode, Z_STRVAL(args[1]), sizeof(mode));
strlcpy          1002 ext/exif/exif.c 				strlcpy(ret, tag_table[i].Desc, abs(len));
strlcpy          1015 ext/exif/exif.c 		strlcpy(ret, tmp, abs(len));
strlcpy           261 ext/fileinfo/libmagic/compress.c 	(void)strlcpy(buf, "/tmp/file.XXXXXX", sizeof buf);
strlcpy           503 ext/fileinfo/libmagic/file.h #ifndef strlcpy
strlcpy           504 ext/fileinfo/libmagic/file.h size_t strlcpy(char *, const char *, size_t);
strlcpy          5073 ext/imap/php_imap.c 		strlcpy (user, mb->user, MAILTMPLEN);
strlcpy          5075 ext/imap/php_imap.c 		strlcpy (user, IMAPG(imap_user), MAILTMPLEN);
strlcpy          5077 ext/imap/php_imap.c 	strlcpy (pwd, IMAPG(imap_password), MAILTMPLEN);
strlcpy           633 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            96 ext/mysqlnd/mysqlnd_priv.h 		strlcpy((error_info).sqlstate, "00000", sizeof((error_info).sqlstate)); \
strlcpy           109 ext/mysqlnd/mysqlnd_priv.h 		strlcpy((error_info).sqlstate, (b), sizeof((error_info).sqlstate)); \
strlcpy           110 ext/mysqlnd/mysqlnd_priv.h 		strlcpy((error_info).error, (c), sizeof((error_info).error)); \
strlcpy           115 ext/mysqlnd/mysqlnd_priv.h 			strlcpy(error_for_the_list.sqlstate, (b), sizeof(error_for_the_list.sqlstate)); \
strlcpy          2460 ext/odbc/php_odbc.c 			 strlcpy( lpszConnStr, db, CONNSTRSIZE);
strlcpy          3062 ext/odbc/php_odbc.c 			strlcpy(ZSTR_VAL(ptr), conn->laststate, len+1);
strlcpy          3064 ext/odbc/php_odbc.c 			strlcpy(ZSTR_VAL(ptr), conn->lasterrormsg, len+1);
strlcpy          3069 ext/odbc/php_odbc.c 			strlcpy(ZSTR_VAL(ptr), ODBCG(laststate), len+1);
strlcpy          3071 ext/odbc/php_odbc.c 			strlcpy(ZSTR_VAL(ptr), ODBCG(lasterrormsg), len+1);
strlcpy          1271 ext/openssl/openssl.c 		strlcpy(default_ssl_conf_filename, config_filename, sizeof(default_ssl_conf_filename));
strlcpy           913 ext/pcntl/pcntl.c 			strlcpy(*pair, ZSTR_VAL(key), ZSTR_LEN(key) + 1);
strlcpy            29 ext/pdo/php_pdo_error.h 	strlcpy(dbh->error_code, PDO_ERR_NONE, sizeof(PDO_ERR_NONE)); \
strlcpy           672 ext/pdo_firebird/firebird_statement.c 			strlcpy(S->name, Z_STRVAL_P(val), sizeof(S->name));
strlcpy          4250 ext/pgsql/pgsql.c 					strlcpy(query, Z_STRVAL(tmp), Z_STRLEN(tmp) + 2);
strlcpy          4274 ext/pgsql/pgsql.c 					strlcpy(query, Z_STRVAL(tmp), Z_STRLEN(tmp) + 2);
strlcpy           301 ext/pspell/pspell.c 			strlcpy(data_dir, aspell_dir, sizeof(data_dir));
strlcpy           303 ext/pspell/pspell.c 			strlcpy(dict_dir, aspell_dir, sizeof(dict_dir));
strlcpy           398 ext/pspell/pspell.c 			strlcpy(data_dir, aspell_dir, sizeof(data_dir));
strlcpy           400 ext/pspell/pspell.c 			strlcpy(dict_dir, aspell_dir, sizeof(dict_dir));
strlcpy           717 ext/pspell/pspell.c 			strlcpy(data_dir, aspell_dir, sizeof(data_dir));
strlcpy           719 ext/pspell/pspell.c 			strlcpy(dict_dir, aspell_dir, sizeof(dict_dir));
strlcpy          1143 ext/snmp/snmp.c 	strlcpy(session->peername, hostname, MAX_NAME_LEN);
strlcpy          1258 ext/sockets/conversions.c 			if (strlcpy(ifr.ifr_name, ZSTR_VAL(str), sizeof(ifr.ifr_name))
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           375 ext/standard/http_fopen_wrapper.c 				strlcpy(scratch, Z_STRVAL_P(tmpzval), Z_STRLEN_P(tmpzval) + 1);
strlcpy           768 ext/standard/http_fopen_wrapper.c 				strlcpy(location, http_header_line + 10, sizeof(location));
strlcpy           851 ext/standard/http_fopen_wrapper.c 					strlcpy(loc_path, location, sizeof(loc_path));
strlcpy           859 ext/standard/http_fopen_wrapper.c 				strlcpy(new_path, location, sizeof(new_path));
strlcpy           930 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           153 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           968 main/streams/plain_wrapper.c 		strlcpy(realpath, filename, sizeof(realpath));
strlcpy           311 main/streams/streams.c 	strlcpy(ret->mode, mode, sizeof(ret->mode));
strlcpy           127 sapi/fpm/fpm/fpm_request.c 		strlcpy(proc->request_uri, request_uri, sizeof(proc->request_uri));
strlcpy           131 sapi/fpm/fpm/fpm_request.c 		strlcpy(proc->request_method, request_method, sizeof(proc->request_method));
strlcpy           135 sapi/fpm/fpm/fpm_request.c 		strlcpy(proc->query_string, query_string, sizeof(proc->query_string));
strlcpy           139 sapi/fpm/fpm/fpm_request.c 		strlcpy(proc->auth_user, auth_user, sizeof(proc->auth_user));
strlcpy           147 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           317 sapi/fpm/fpm/fpm_sockets.c 	strlcpy(sa_un.sun_path, wp->config->listen_address, sizeof(sa_un.sun_path));
strlcpy           840 win32/glob.c   		strlcpy(buf, ".", sizeof buf);
strlcpy            83 win32/readdir.c 	strlcpy(dp->dent.d_name, dp->fileinfo.cFileName, _MAX_FNAME+1);
strlcpy           107 win32/readdir.c 	strlcpy(dp->dent.d_name, dp->fileinfo.cFileName, _MAX_FNAME+1);