mesg 155 ext/bcmath/libbcmath/src/bcmath.h _PROTOTYPE(void bc_rt_warn, (char *mesg ,...)); mesg 156 ext/bcmath/libbcmath/src/bcmath.h _PROTOTYPE(void bc_rt_error, (char *mesg ,...)); mesg 42 ext/bcmath/libbcmath/src/rt.c void bc_rt_warn (char *mesg ,...) mesg 47 ext/bcmath/libbcmath/src/rt.c va_start (args, mesg); mesg 48 ext/bcmath/libbcmath/src/rt.c vsnprintf (error_mesg, sizeof(error_mesg), mesg, args); mesg 55 ext/bcmath/libbcmath/src/rt.c void bc_rt_error (char *mesg ,...) mesg 60 ext/bcmath/libbcmath/src/rt.c va_start (args, mesg); mesg 61 ext/bcmath/libbcmath/src/rt.c vsnprintf (error_mesg, sizeof(error_mesg), mesg, args);