Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c96 static size_t joinlength(char * const *argv);
425 need += joinlength(gr->gr_mem) + 1; in irp_marshall_gr()
592 need += joinlength(sv->s_aliases) + 1; in irp_marshall_sv()
748 need += joinlength(pr->p_aliases) + 1; in irp_marshall_pr()
914 need += joinlength(ho->h_aliases) + 1; in irp_marshall_ho()
1329 need += joinlength(ne->n_aliases) + 1; in irp_marshall_nw()
1503 need += joinlength(ne->n_aliases) + 1; in irp_marshall_ne()
1726 joinlength(char * const *argv) { in joinlength() function