Searched refs:xrealloc_and_strcat (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | acl.c | 192 xrealloc_and_strcat(&tempc, &tempsize, "/"); in access_allowed() 193 xrealloc_and_strcat(&tempc, &tempsize, tempv); in access_allowed() 589 xrealloc_and_strcat (&xperms, &xperms_len, gperm); in get_perms() 624 xrealloc_and_strcat (&xperms, &xperms_len, gperm); in get_perms() 1040 xrealloc_and_strcat (&otheruserparts, &otherslen, ","); in acl_fileproc() 1041 xrealloc_and_strcat (&otheruserparts, &otherslen, userpart); in acl_fileproc() 1135 xrealloc_and_strcat (&otheruserparts, &otherslen, ","); in acl_dirproc() 1136 xrealloc_and_strcat (&otheruserparts, &otherslen, userpart); in acl_dirproc() 1207 xrealloc_and_strcat (&accessfile, &accessfilelen, in open_accessfile() 1209 xrealloc_and_strcat (&accessfile, &accessfilelen, "/"); in open_accessfile() [all …]
|
H A D | find_names.c | 313 xrealloc_and_strcat (&catpat, &catpatlen, dir); in find_files() 319 xrealloc_and_strcat (&catpat, &catpatlen, "/"); in find_files() 321 xrealloc_and_strcat (&catpat, &catpatlen, pat); in find_files()
|
H A D | subr.h | 23 void xrealloc_and_strcat (char **, size_t *, const char *);
|
H A D | client.c | 4813 xrealloc_and_strcat (&line, &line_len, "/"); in send_file_names() 4814 xrealloc_and_strcat (&line, &line_len, node->key); in send_file_names() 4827 xrealloc_and_strcat (&line, &line_len, "/"); in send_file_names() 4828 xrealloc_and_strcat (&line, &line_len, q); in send_file_names() 4844 xrealloc_and_strcat (&line, &line_len, "/"); in send_file_names() 4845 xrealloc_and_strcat (&line, &line_len, q); in send_file_names()
|
H A D | subr.c | 81 xrealloc_and_strcat (char **str, size_t *lenp, const char *src) in xrealloc_and_strcat() function
|
H A D | ChangeLog | 3783 * subr.c (xrealloc_and_strcat): Use bool in place of short. 4317 * subr.c (xrealloc_and_strcat): If the destination string is NULL, 8914 * cvs.h: s/allocate_and_strcat/xrealloc_and_strcat/ since that is what 8917 * subr.c (allocate_and_strcat, xrealloc_and_strcat): Ditto. 9410 * subr.c (xrealloc_and_strcat): here.
|