Searched refs:mesg (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/bcmath/libbcmath/src/ |
H A D | rt.c | 42 void bc_rt_warn (char *mesg ,...) in bc_rt_warn() argument 47 va_start (args, mesg); in bc_rt_warn() 48 vsnprintf (error_mesg, sizeof(error_mesg), mesg, args); in bc_rt_warn() 55 void bc_rt_error (char *mesg ,...) in bc_rt_error() argument 60 va_start (args, mesg); in bc_rt_error() 61 vsnprintf (error_mesg, sizeof(error_mesg), mesg, args); in bc_rt_error()
|
H A D | bcmath.h | 155 _PROTOTYPE(void bc_rt_warn, (char *mesg ,...)); 156 _PROTOTYPE(void bc_rt_error, (char *mesg ,...));
|
Completed in 7 milliseconds