acl_str 721 source3/include/proto.h bool parse_usershare_acl(TALLOC_CTX *ctx, const char *acl_str, SEC_DESC **ppsd); acl_str 304 source3/lib/sharesec.c bool parse_usershare_acl(TALLOC_CTX *ctx, const char *acl_str, SEC_DESC **ppsd) acl_str 307 source3/lib/sharesec.c const char *pacl = acl_str; acl_str 318 source3/lib/sharesec.c if (!*acl_str) { acl_str 230 source3/modules/vfs_afsacl.c static bool parse_afs_acl(struct afs_acl *acl, const char *acl_str) acl_str 238 source3/modules/vfs_afsacl.c strncpy(str, acl_str, MAXSIZE); acl_str 293 source3/modules/vfs_afsacl.c static bool unparse_afs_acl(struct afs_acl *acl, char *acl_str) acl_str 301 source3/modules/vfs_afsacl.c *acl_str = 0; acl_str 314 source3/modules/vfs_afsacl.c safe_strcat(acl_str, line, MAXSIZE); acl_str 317 source3/modules/vfs_afsacl.c safe_strcat(acl_str, line, MAXSIZE); acl_str 323 source3/modules/vfs_afsacl.c safe_strcat(acl_str, line, MAXSIZE); acl_str 327 source3/utils/net_usershare.c char *acl_str; acl_str 398 source3/utils/net_usershare.c acl_str = talloc_strdup(ctx, "usershare_acl="); acl_str 399 source3/utils/net_usershare.c if (!acl_str) { acl_str 414 source3/utils/net_usershare.c acl_str = talloc_asprintf_append(acl_str, acl_str 418 source3/utils/net_usershare.c if (!acl_str) { acl_str 422 source3/utils/net_usershare.c acl_str = talloc_asprintf_append(acl_str, acl_str 425 source3/utils/net_usershare.c if (!acl_str) { acl_str 433 source3/utils/net_usershare.c acl_str = talloc_asprintf_append(acl_str, acl_str 436 source3/utils/net_usershare.c if (!acl_str) { acl_str 440 source3/utils/net_usershare.c acl_str = talloc_asprintf_append(acl_str, ":"); acl_str 441 source3/utils/net_usershare.c if (!acl_str) { acl_str 446 source3/utils/net_usershare.c acl_str = talloc_asprintf_append(acl_str, "D,"); acl_str 447 source3/utils/net_usershare.c if (!acl_str) { acl_str 452 source3/utils/net_usershare.c acl_str = talloc_asprintf_append(acl_str, "F,"); acl_str 454 source3/utils/net_usershare.c acl_str = talloc_asprintf_append(acl_str, "R,"); acl_str 456 source3/utils/net_usershare.c if (!acl_str) { acl_str 466 source3/utils/net_usershare.c d_printf("%s\n", acl_str);