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

  /ndk/sources/host-tools/sed-4.2.1/lib/
file-has-acl.c 121 #elif USE_ACL && HAVE_ACL && defined GETACL /* Solaris, Cygwin, not HP-UX */
125 /* Test an ACL retrieved with GETACL.
396 if (acl (name, GETACL, count, entries) == count)
471 count = getacl (name, 0, NULL);
489 if (getacl (name, count, entries) == count)
copy-acl.c 182 #elif USE_ACL && defined GETACL /* Solaris, Cygwin, not HP-UX */
321 ? facl (source_desc, GETACL, count, entries)
322 : acl (src_name, GETACL, count, entries))
418 : getacl (src_name, 0, NULL));
440 : getacl (src_name, count, entries))
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 15 milliseconds