Searched refs:vp2buf (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libnisdb/ |
H A D | ldap_util.c | 116 b.len = vp2buf(myself, &b.buf, b.len, fmt, ap); in reportError() 438 vp2buf(const char *msg, char **buf, int buflen, const char *fmt, va_list ap) { in vp2buf() function 477 pb.len = vp2buf(msg, &pb.buf, pb.len, fmt, ap); in p2buf() 487 b->len = vp2buf(msg, &b->buf, b->len, fmt, ap); in bp2buf()
|
H A D | ldap_util.h | 99 int vp2buf(const char *msg, char **buf, int buflen, const char *fmt,
|