Home
last modified time | relevance | path

Searched refs:strlcat (Results 1 – 19 of 19) sorted by relevance

/PHP-8.3/ext/pspell/
H A Dpspell.c214 strlcat(data_dir, "\\data", sizeof(data_dir)); in PHP_FUNCTION()
216 strlcat(dict_dir, "\\dict", sizeof(dict_dir)); in PHP_FUNCTION()
307 strlcat(data_dir, "\\data", sizeof(data_dir)); in PHP_FUNCTION()
309 strlcat(dict_dir, "\\dict", sizeof(dict_dir)); in PHP_FUNCTION()
599 strlcat(data_dir, "\\data", sizeof(data_dir)); in PHP_FUNCTION()
601 strlcat(dict_dir, "\\dict", sizeof(dict_dir)); in PHP_FUNCTION()
/PHP-8.3/main/
H A Dphp_ini.c403 strlcat(php_ini_search_path, paths_separator, search_path_size); in append_ini_path()
406 strlcat(php_ini_search_path, path, search_path_size); in append_ini_path()
709 strlcat(php_ini_scanned_files, ",\n", total_l); in php_init_config()
711 strlcat(php_ini_scanned_files, *(char **)element->data, total_l); in php_init_config()
712 strlcat(php_ini_scanned_files, element->next ? ",\n" : "\n", total_l); in php_init_config()
H A Dphp.h168 #undef strlcat
169 #define strlcat php_strlcat macro
H A DSAPI.c378 strlcat(newtype, ";charset=", newlen + 1); in sapi_apply_default_charset()
379 strlcat(newtype, charset, newlen + 1); in sapi_apply_default_charset()
791 strlcat(newheader, mimetype, newlen); in sapi_header_op()
H A Dmain.c1673 strlcat(memory_leak_buf, relay_buf, sizeof(memory_leak_buf)); in php_message_handler_for_zend()
/PHP-8.3/sapi/fuzzer/
H A Dfuzzer-execute-common.h164 strlcat(path, "/modules/opcache.so", sizeof(path));
/PHP-8.3/ext/fileinfo/libmagic/
H A Dfile.h602 #ifndef strlcat
603 size_t strlcat(char *, const char *, size_t);
H A Dcompress.c469 (void)strlcat(buf, "/", sizeof(buf)); in file_pipe2file()
470 (void)strlcat(buf, "file.XXXXXX", sizeof(buf)); in file_pipe2file()
/PHP-8.3/docs/
H A Dinput-filter.md135 strlcat(raw_var,var,var_len+5);
/PHP-8.3/ext/pdo_firebird/
H A Dfirebird_driver.c926 strlcat(arg, " ", INFO_BUF_LEN); in firebird_info_cb()
928 strlcat(arg, s, INFO_BUF_LEN); in firebird_info_cb()
/PHP-8.3/ext/imap/
H A Dphp_imap.c1123 strlcat(tmp, imap_conn_struct->imap_stream->user_flags[find_rightmost_bit (&i)], sizeof(tmp)); in PHP_FUNCTION()
1124 if (i) strlcat(tmp, " ", sizeof(tmp)); in PHP_FUNCTION()
1126 strlcat(tmp, "} ", sizeof(tmp)); in PHP_FUNCTION()
3720 strlcat(bufferHeader, "To: ", bufferLen + 1); in _php_imap_mail()
3721 strlcat(bufferHeader, ZSTR_VAL(to), bufferLen + 1); in _php_imap_mail()
3722 strlcat(bufferHeader, "\r\n", bufferLen + 1); in _php_imap_mail()
3748 strlcat(bufferHeader, "Cc: ", bufferLen + 1); in _php_imap_mail()
3749 strlcat(bufferHeader, ZSTR_VAL(cc), bufferLen + 1); in _php_imap_mail()
3750 strlcat(bufferHeader, "\r\n", bufferLen + 1); in _php_imap_mail()
3803 strlcat(bufferHeader, ZSTR_VAL(headers), bufferLen + 1); in _php_imap_mail()
/PHP-8.3/ext/pcntl/
H A Dpcntl.c564 strlcat(*pair, "=", pair_length); in PHP_FUNCTION()
565 strlcat(*pair, Z_STRVAL_P(element), pair_length); in PHP_FUNCTION()
/PHP-8.3/Zend/
H A Dzend_string.c521 size_t strlcat (char *__restrict dest, const char *restrict src, size_t n) in strlcat() function
/PHP-8.3/sapi/cgi/
H A Dcgi_main.c2433 strlcat(s, argv[i], len);
2435 strlcat(s, PG(arg_separator).input, len);
/PHP-8.3/win32/build/
H A Dconfig.w32296 strlcat.c reentrancy.c php_variables.c php_ticks.c network.c \
/PHP-8.3/
H A DREADME.REDIST.BINS11 11. main/strlcat
434 11. main/strlcat
H A Dconfigure.ac751 AC_REPLACE_FUNCS(strlcat strlcpy explicit_bzero getopt)
1732 strlcat.c explicit_bzero.c reentrancy.c php_variables.c php_ticks.c \
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch1536 +#ifndef strlcat
1537 size_t strlcat(char *, const char *, size_t);
1842 - (void)strlcat(buf2, buf, sizeof buf2);
/PHP-8.3/ext/pgsql/
H A Dpgsql.c3178 strlcat(query, "\n", ZSTR_LEN(tmp) + 2); in PHP_FUNCTION()

Completed in 102 milliseconds