Searched refs:bb_verror_msg (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Derror_msg.c17 bb_verror_msg(s, p, NULL);
H A Dherror_msg.c17 bb_verror_msg(s, p, hstrerror(h_errno));
H A Dherror_msg_and_die.c17 bb_verror_msg(s, p, hstrerror(h_errno));
H A Dperror_msg.c18 bb_verror_msg(s, p, errno ? strerror(errno) : NULL);
H A Dperror_msg_and_die.c18 bb_verror_msg(s, p, errno ? strerror(errno) : NULL);
H A Derror_msg_and_die.c44 bb_verror_msg(s, p, NULL);
H A Dverror_msg.c16 void bb_verror_msg(const char *s, va_list p, const char* strerr) function
71 void bb_verror_msg(const char *s, va_list p, const char* strerr) function
H A Dxfuncs.c604 bb_verror_msg(fmt, p, strerror(errno));
618 bb_verror_msg(fmt, p, strerror(errno));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h667 extern void bb_verror_msg(const char *s, va_list p, const char *strerr);

Completed in 109 milliseconds