Searched refs:default_part_perms_accessfile (Results 1 – 1 of 1) sorted by relevance
96 char *default_part_perms_accessfile; variable352 default_part_perms_accessfile = xstrdup (part_perms); in access_allowed()661 if (xperms[0] == '\0' && !default_checked && default_part_perms_accessfile) in get_perms()663 part_perms = xstrdup (default_part_perms_accessfile); in get_perms()673 else if (default_part_perms_accessfile) in get_perms()675 part_perms = default_part_perms_accessfile; in get_perms()2014 if (default_part_perms_accessfile) in acllist_print()2017 i = strlen (default_part_perms_accessfile); in acllist_print()2018 xrealloc_and_strcat (&default_part_perms_accessfile, &i, ","); in acllist_print()2021 line = xstrdup (default_part_perms_accessfile); in acllist_print()[all …]