HomeSort by: relevance | last modified time | path
    Searched refs:acl_from_text (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/posix1e/
Makefile.inc 15 acl_from_text.c \
44 acl_from_text.3 \
acl_from_text.c 29 * acl_from_text: Convert a text-form ACL from a string to an acl_t.
34 __FBSDID("$FreeBSD: head/lib/libc/posix1e/acl_from_text.c 326193 2017-11-25 17:12:48Z pfg $");
36 __RCSID("$NetBSD: acl_from_text.c,v 1.2 2024/01/20 14:52:48 christos Exp $");
189 * acl_from_text -- Convert a string into an ACL.
194 acl_from_text(const char *buf_p) function in typeref:typename:acl_t
  /src/bin/setfacl/
file.c 81 return (acl_from_text(buf));
setfacl.c 417 entry->acl = acl_from_text(argv[optind]);
442 entry->acl = acl_from_text(optarg);
462 entry->acl = acl_from_text(optarg);
  /src/sys/sys/
acl.h 403 acl_t acl_from_text(const char *_buf_p);

Completed in 14 milliseconds