Searched refs:acl_create_entry (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/lib/libc/posix1e/
H A DSymbol.map16 acl_create_entry;
H A Dacl_entry.c39 * acl_create_entry() (23.4.7): create a new ACL entry in the ACL pointed
43 acl_create_entry(acl_t *acl_p, acl_entry_t *entry_p) function
H A DMakefile.inc49 acl_create_entry.3 \
89 MLINKS+=acl_create_entry.3 acl_create_entry_np.3\
H A Dacl_from_text_nfs4.c208 error = acl_create_entry(&aclp, &entry);
H A Dacl_strip.c107 if (acl_create_entry(&acl_new, &entry_new) == -1)
/freebsd-10.0-release/bin/getfacl/
H A Dgetfacl.c103 if (acl_create_entry(&acl, &entry) == -1)
127 if (acl_create_entry(&acl, &entry) == -1)
151 if (acl_create_entry(&acl, &entry) == -1)
/freebsd-10.0-release/bin/setfacl/
H A Dmerge.c222 if (acl_create_entry(&acl_new, &entry_new) == -1) {
223 warn("%s: acl_create_entry() failed", filename);
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_disk_acl.c149 acl_create_entry(&acl, &acl_entry);
/freebsd-10.0-release/sys/sys/
H A Dacl.h366 int acl_create_entry(acl_t *_acl_p, acl_entry_t *_entry_p);

Completed in 90 milliseconds