Lines Matching refs:xrealloc_and_strcat

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()
1210 xrealloc_and_strcat (&accessfile, &accessfilelen, adir); in open_accessfile()
1211 xrealloc_and_strcat (&accessfile, &accessfilelen, "/access"); in open_accessfile()
1502 xrealloc_and_strcat (&tempfperms, in make_perms()
1546 xrealloc_and_strcat (&fperms, &fperms_len, "w"); in make_perms()
1567 xrealloc_and_strcat (&tempfperms, in make_perms()
1608 xrealloc_and_strcat (&fperms, &fperms_len, "t"); in make_perms()
1629 xrealloc_and_strcat (&tempfperms, in make_perms()
1670 xrealloc_and_strcat (&fperms, &fperms_len, "c"); in make_perms()
1691 xrealloc_and_strcat (&tempfperms, in make_perms()
1732 xrealloc_and_strcat (&fperms, &fperms_len, "d"); in make_perms()
1797 xrealloc_and_strcat (&newline, &newlinelen, part_type); in write_perms()
1798 xrealloc_and_strcat (&newline, &newlinelen, ":"); in write_perms()
1799 xrealloc_and_strcat (&newline, &newlinelen, object); in write_perms()
1800 xrealloc_and_strcat (&newline, &newlinelen, ":"); in write_perms()
1801 xrealloc_and_strcat (&newline, &newlinelen, part_tag); in write_perms()
1802 xrealloc_and_strcat (&newline, &newlinelen, ":"); in write_perms()
1806 xrealloc_and_strcat (&newline, &newlinelen, user); in write_perms()
1807 xrealloc_and_strcat (&newline, &newlinelen, "!"); in write_perms()
1808 xrealloc_and_strcat (&newline, &newlinelen, perms); in write_perms()
1810 xrealloc_and_strcat (&newline, &newlinelen, ","); in write_perms()
1818 xrealloc_and_strcat (&newline, &newlinelen, otheruserparts); in write_perms()
1821 xrealloc_and_strcat (&newline, &newlinelen, ":"); in write_perms()
2018 xrealloc_and_strcat (&default_part_perms_accessfile, &i, ","); in acllist_print()