PHP_STRLCPY       373 main/SAPI.c    	 		PHP_STRLCPY(newtype, *mimetype, newlen + 1, len);
PHP_STRLCPY       801 main/SAPI.c    					PHP_STRLCPY(newheader, "Content-type: ", newlen, sizeof("Content-type: ")-1);
PHP_STRLCPY       150 main/streams/glob_wrapper.c 			PHP_STRLCPY(ent->d_name, path, sizeof(ent->d_name), strlen(path));
PHP_STRLCPY       858 main/streams/plain_wrapper.c 		PHP_STRLCPY(ent->d_name, result->d_name, sizeof(ent->d_name), strlen(result->d_name));
PHP_STRLCPY      1795 main/streams/streams.c 				PHP_STRLCPY(wrapper_name, protocol, sizeof(wrapper_name), n);
PHP_STRLCPY       115 main/streams/transports.c 			PHP_STRLCPY(wrapper_name, protocol, sizeof(wrapper_name), n);
PHP_STRLCPY      1539 main/streams/userspace.c 		PHP_STRLCPY(ent->d_name, Z_STRVAL_P(retval), sizeof(ent->d_name), Z_STRLEN_P(retval));