Home
last modified time | relevance | path

Searched refs:strbufp (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libnsl/nsl/
H A D_utility.c180 struct strbuf *strbufp, in _t_aligned_copy() argument
187 if ((*rtn_offset + len) > strbufp->maxlen) { in _t_aligned_copy()
193 (void) memcpy(strbufp->buf + *rtn_offset, datap, (size_t)len); in _t_aligned_copy()