Searched refs:strcat (Results 1 – 17 of 17) sorted by relevance
/PHP-5.3/win32/ |
H A D | readdir.c | 44 strcat(filespec, "\\*"); in opendir() 158 strcat(filespec, "/*"); in rewinddir()
|
/PHP-5.3/ext/pdo_odbc/ |
H A D | pdo_odbc.c | 105 strcat(env, instance); in PHP_INI_END()
|
/PHP-5.3/ext/mysql/ |
H A D | php_mysql.c | 2478 strcat(buf, "not_null "); 2483 strcat(buf, "primary_key "); 2488 strcat(buf, "unique_key "); 2493 strcat(buf, "multiple_key "); 2498 strcat(buf, "blob "); 2503 strcat(buf, "unsigned "); 2508 strcat(buf, "zerofill "); 2513 strcat(buf, "binary "); 2518 strcat(buf, "enum "); 2523 strcat(buf, "set "); [all …]
|
/PHP-5.3/ext/standard/ |
H A D | php_crypt_r.c | 231 strcat(passwd, "$"); in php_md5_crypt_r() 384 strcat(passwd, "$"); in php_md5_crypt_r()
|
H A D | config.m4 | 132 strcat(answer,"rISCgZzpwk3UhDidwXvin0"); 160 strcat(salt,"rasmuslerd............"); 218 strcat(salt,"");
|
H A D | http_fopen_wrapper.c | 364 strcat(scratch, path); in php_stream_url_wrap_http_ex() 526 strcat(scratch, ":"); in php_stream_url_wrap_http_ex() 531 strcat(scratch, resource->pass); in php_stream_url_wrap_http_ex()
|
/PHP-5.3/Zend/ |
H A D | bench.php | 338 function strcat($n) { function 420 strcat(200000);
|
H A D | zend_multibyte.c | 954 strcat(list, ","); in zend_multibyte_assemble_encoding_list() 956 strcat(list, name); in zend_multibyte_assemble_encoding_list()
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regerror.c | 326 strcat((char* )buf, ": /");
|
/PHP-5.3/ext/pdo_firebird/ |
H A D | firebird_driver.c | 541 strcat(arg, " "); in firebird_info_cb() 543 strcat(arg, s); in firebird_info_cb()
|
/PHP-5.3/ext/soap/ |
H A D | php_http.c | 1039 strcat(s, new_url->path); in make_http_soap_request() 1046 strcat(s, new_url->path); in make_http_soap_request()
|
H A D | php_encoding.c | 3055 strcat(buf, tzbuf); in to_xml_datetime_ex()
|
/PHP-5.3/main/streams/ |
H A D | streams.c | 202 strcat(msg, *err_buf_p); in php_stream_display_wrapper_errors() 204 strcat(msg, br); in php_stream_display_wrapper_errors()
|
/PHP-5.3/ext/interbase/ |
H A D | interbase.c | 515 strcat(IBG(errmsg), " "); in _php_ibase_error()
|
/PHP-5.3/ext/mbstring/ |
H A D | mbstring.c | 4751 strcat(list, ","); in php_mb_set_zend_encoding() 4753 strcat(list, name); in php_mb_set_zend_encoding()
|
/PHP-5.3/ext/imap/ |
H A D | php_imap.c | 1668 strcat(tmp, " "); in PHP_FUNCTION() 1670 strcat(tmp, "{"); in PHP_FUNCTION()
|
/PHP-5.3/ext/pgsql/ |
H A D | pgsql.c | 3841 strcat(csv, copybuf);
|
Completed in 94 milliseconds