HomeSort by relevance Sort by last modified time
    Searched refs:acl_get_fd (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
acl-internal.h 67 /* Most platforms have a 1-argument acl_get_fd, only OSF/1 has a 2-argument
73 return acl_get_fd (fd, ACL_TYPE_ACCESS);
75 # undef acl_get_fd macro
76 # define acl_get_fd rpl_acl_get_fd macro
80 # undef acl_get_fd macro
81 # define acl_get_fd(fd) (NULL) macro
copy-acl.c 55 acl = acl_get_fd (source_desc);
129 or acl_get_fd (open (name, ...))
142 acl = acl_get_fd (source_desc);
set-mode-acl.c 154 or acl_get_fd (open (name, ...))
168 acl = acl_get_fd (desc);
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 2615 milliseconds