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

  /src/lib/libc/posix1e/
acl_set.c 105 return (acl_set_fd_np(fd, acl, ACL_TYPE_NFS4));
107 return (acl_set_fd_np(fd, acl, ACL_TYPE_ACCESS));
111 acl_set_fd_np(int fd, acl_t acl, acl_type_t type) function in typeref:typename:int
Makefile.inc 80 acl_set.3 acl_set_fd_np.3 \
  /src/sys/sys/
acl.h 419 int acl_set_fd_np(int _fd, acl_t _acl, acl_type_t _type);
  /src/bin/cp/
utils.c 459 if (acl_set_fd_np(dest_fd, acl, acl_type) < 0) {

Completed in 13 milliseconds