Searched defs:toprint (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_confmgr.c414 __print2buf(LineBuf *line, const char *toprint, char *sep) argument
423 newsz = strlen(toprint) + line->len + 1;
453 /* now add new 'toprint' data to buffer */
454 (void) strlcat(line->str, toprint, line->alloc);

Completed in 24 milliseconds