Home
last modified time | relevance | path

Searched defs:strfmt (Results 1 – 2 of 2) sorted by relevance

/php-src/sapi/phpdbg/
H A Dphpdbg_out.h39 #define phpdbg_error(strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PHPDBG_STDOUT].… argument
40 #define phpdbg_notice(strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PHPDBG_STDOUT].… argument
41 #define phpdbg_writeln(strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PHPDBG_STDOUT].… argument
42 #define phpdbg_write(strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PHPDBG_STDOUT].… argument
47 #define phpdbg_script(type, strfmt, ...) phpdbg_print(type, PHPDBG_G(io)[PHPDBG_STDOUT].… argument
53 # define phpdbg_debug(strfmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDERR].fd, strfmt, ##__… argument
55 # define phpdbg_debug(strfmt, ...) argument
H A Dphpdbg_out.c123 PHPDBG_API int phpdbg_vprint(int type, int fd, const char *strfmt, va_list args) { in phpdbg_vprint()
173 PHPDBG_API int phpdbg_output_err_buf(const char *strfmt, ...) { in phpdbg_output_err_buf()
194 PHPDBG_API int phpdbg_print(int type, int fd, const char *strfmt, ...) { in phpdbg_print()

Completed in 6 milliseconds