Searched refs:strlcat (Results 1 – 16 of 16) sorted by relevance
/php-src/main/ |
H A D | php_ini.c | 403 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 D | php.h | 161 #undef strlcat 162 #define strlcat php_strlcat macro
|
H A D | SAPI.c | 376 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 D | main.c | 1715 strlcat(memory_leak_buf, relay_buf, sizeof(memory_leak_buf)); in php_message_handler_for_zend()
|
/php-src/sapi/fuzzer/ |
H A D | fuzzer-execute-common.h | 164 strlcat(path, "/modules/opcache.so", sizeof(path));
|
/php-src/ext/fileinfo/libmagic/ |
H A D | file.h | 622 #ifndef strlcat 623 size_t strlcat(char *, const char *, size_t);
|
H A D | compress.c | 493 (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 D | input-filter.md | 135 strlcat(raw_var,var,var_len+5);
|
/php-src/ext/pdo_firebird/ |
H A D | firebird_driver.c | 1203 strlcat(arg, " ", INFO_BUF_LEN); in php_firebird_info_cb() 1205 strlcat(arg, s, INFO_BUF_LEN); in php_firebird_info_cb()
|
/php-src/Zend/ |
H A D | zend_string.c | 521 size_t strlcat (char *__restrict dest, const char *restrict src, size_t n) in strlcat() function
|
/php-src/ext/pcntl/ |
H A D | pcntl.c | 702 strlcat(*pair, "=", pair_length); in PHP_FUNCTION() 703 strlcat(*pair, Z_STRVAL_P(element), pair_length); in PHP_FUNCTION()
|
/php-src/sapi/cgi/ |
H A D | cgi_main.c | 2443 strlcat(s, argv[i], len); 2445 strlcat(s, PG(arg_separator).input, len);
|
/php-src/win32/build/ |
H A D | config.w32 | 289 strlcat.c reentrancy.c php_variables.c php_ticks.c network.c \
|
/php-src/ |
H A D | README.REDIST.BINS | 11 11. main/strlcat 435 11. main/strlcat
|
H A D | configure.ac | 692 AC_REPLACE_FUNCS([strlcat strlcpy explicit_bzero getopt]) 1646 strlcat.c
|
/php-src/ext/fileinfo/ |
H A D | libmagic.patch | 1540 +#ifndef strlcat 1541 size_t strlcat(char *, const char *, size_t); 1846 - (void)strlcat(buf2, buf, sizeof buf2);
|
Completed in 76 milliseconds