Home
last modified time | relevance | path

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

/PHP-8.4/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.c376 strlcat(newtype, ";charset=", newlen + 1); in sapi_apply_default_charset()
377 strlcat(newtype, charset, newlen + 1); in sapi_apply_default_charset()
794 strlcat(newheader, mimetype, newlen); in sapi_header_op()
H A Dmain.c1713 strlcat(memory_leak_buf, relay_buf, sizeof(memory_leak_buf)); in php_message_handler_for_zend()
/PHP-8.4/sapi/fuzzer/
H A Dfuzzer-execute-common.h164 strlcat(path, "/modules/opcache.so", sizeof(path));
/PHP-8.4/ext/fileinfo/libmagic/
H A Dfile.h622 #ifndef strlcat
623 size_t strlcat(char *, const char *, size_t);
H A Dcompress.c493 (void)strlcat(buf, "/", sizeof(buf)); in file_pipe2file()
494 (void)strlcat(buf, "file.XXXXXX", sizeof(buf)); in file_pipe2file()
/PHP-8.4/docs-old/
H A Dinput-filter.md135 strlcat(raw_var,var,var_len+5);
/PHP-8.4/ext/pdo_firebird/
H A Dfirebird_driver.c1199 strlcat(arg, " ", INFO_BUF_LEN); in php_firebird_info_cb()
1201 strlcat(arg, s, INFO_BUF_LEN); in php_firebird_info_cb()
/PHP-8.4/Zend/
H A Dzend_string.c521 size_t strlcat (char *__restrict dest, const char *restrict src, size_t n) in strlcat() function
/PHP-8.4/ext/pcntl/
H A Dpcntl.c702 strlcat(*pair, "=", pair_length); in PHP_FUNCTION()
703 strlcat(*pair, Z_STRVAL_P(element), pair_length); in PHP_FUNCTION()
/PHP-8.4/sapi/cgi/
H A Dcgi_main.c2443 strlcat(s, argv[i], len);
2445 strlcat(s, PG(arg_separator).input, len);
/PHP-8.4/win32/build/
H A Dconfig.w32289 strlcat.c reentrancy.c php_variables.c php_ticks.c network.c \
/PHP-8.4/
H A DREADME.REDIST.BINS11 11. main/strlcat
435 11. main/strlcat
H A Dconfigure.ac692 AC_REPLACE_FUNCS([strlcat strlcpy explicit_bzero getopt])
1640 strlcat.c
/PHP-8.4/ext/fileinfo/
H A Dlibmagic.patch1540 +#ifndef strlcat
1541 size_t strlcat(char *, const char *, size_t);
1846 - (void)strlcat(buf2, buf, sizeof buf2);

Completed in 59 milliseconds