Home
last modified time | relevance | path

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

/php-src/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()
793 strlcat(newheader, mimetype, newlen); in sapi_header_op()
H A Dmain.c1657 strlcat(memory_leak_buf, relay_buf, sizeof(memory_leak_buf)); in php_message_handler_for_zend()
/php-src/sapi/fuzzer/
H A Dfuzzer-execute-common.h164 strlcat(path, "/modules/opcache.so", sizeof(path));
/php-src/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-src/docs-old/
H A Dinput-filter.md135 strlcat(raw_var,var,var_len+5);
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c1134 strlcat(arg, " ", INFO_BUF_LEN); in php_firebird_info_cb()
1136 strlcat(arg, s, INFO_BUF_LEN); in php_firebird_info_cb()
/php-src/Zend/
H A Dzend_string.c521 size_t strlcat (char *__restrict dest, const char *restrict src, size_t n) in strlcat() function
/php-src/ext/pcntl/
H A Dpcntl.c628 strlcat(*pair, "=", pair_length); in PHP_FUNCTION()
629 strlcat(*pair, Z_STRVAL_P(element), pair_length); in PHP_FUNCTION()
/php-src/sapi/cgi/
H A Dcgi_main.c2430 strlcat(s, argv[i], len);
2432 strlcat(s, PG(arg_separator).input, len);
/php-src/win32/build/
H A Dconfig.w32288 strlcat.c reentrancy.c php_variables.c php_ticks.c network.c \
/php-src/
H A DREADME.REDIST.BINS11 11. main/strlcat
435 11. main/strlcat
H A Dconfigure.ac745 AC_REPLACE_FUNCS(strlcat strlcpy explicit_bzero getopt)
1710 strlcat.c explicit_bzero.c reentrancy.c php_variables.c php_ticks.c \
/php-src/ext/fileinfo/
H A Dlibmagic.patch1570 +#ifndef strlcat
1571 size_t strlcat(char *, const char *, size_t);
1876 - (void)strlcat(buf2, buf, sizeof buf2);
/php-src/ext/pgsql/
H A Dpgsql.c3200 strlcat(query, "\n", ZSTR_LEN(tmp) + 2); in PHP_FUNCTION()

Completed in 106 milliseconds