Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dverror_msg.c185 void FAST_FUNC bb_vinfo_msg(const char *s, va_list p) in bb_vinfo_msg() function
/busybox-1.35.0/include/
Dlibbb.h1448 #define bb_vinfo_msg(s,p) bb_verror_msg(s,p,NULL) macro