Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Dco.c186 static int joinlength; variable
672 if (lastjoin>=joinlength-2) {
674 (joinlength *= 2) == 0
675 ? tnalloc(char const *, joinlength = 16)
676 : trealloc(char const *, joinlist, joinlength);
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dirpmarshall.c102 static size_t joinlength(char * const *argv);
431 need += joinlength(gr->gr_mem) + 1; in irp_marshall_gr()
598 need += joinlength(sv->s_aliases) + 1; in irp_marshall_sv()
754 need += joinlength(pr->p_aliases) + 1; in irp_marshall_pr()
920 need += joinlength(ho->h_aliases) + 1; in irp_marshall_ho()
1335 need += joinlength(ne->n_aliases) + 1; in irp_marshall_nw()
1509 need += joinlength(ne->n_aliases) + 1; in irp_marshall_ne()
1732 joinlength(char * const *argv) { in joinlength() function