HomeSort by relevance Sort by last modified time
    Searched full:acl_entries (Results 1 - 8 of 8) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
acl-internal.h 141 /* Define a replacement for acl_entries if needed. (Only Linux has it.) */
143 # define acl_entries rpl_acl_entries macro
144 extern int acl_entries (acl_t);
acl_entries.c 31 acl_entries (acl_t acl) function
file-has-acl.c 38 return (acl_entries (acl) > 0);
53 return (3 < acl_entries (acl));
334 ret = (0 < acl_entries (acl));
gnulib.mk 43 EXTRA_DIST += acl-internal.h acl.h acl_entries.c
45 EXTRA_libsed_a_SOURCES += acl_entries.c
    [all...]
Makefile.in 600 EXTRA_DIST = acl-internal.h acl.h acl_entries.c alloca.c alloca.in.h \
643 EXTRA_libsed_a_SOURCES = acl_entries.c alloca.c btowc.c basename.c \
712 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acl_entries.Po@am__quote@
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/m4/
acl.m4 45 AC_REPLACE_FUNCS([acl_entries])
gnulib-comp.m4 270 lib/acl_entries.c
  /ndk/sources/host-tools/sed-4.2.1/
config_h.in 83 /* Define to 1 if you have the `acl_entries' function. */

Completed in 499 milliseconds