Home
last modified time | relevance | path

Searched refs:aclcheck (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libsec/common/
H A Daclmode.c48 if (aclcheck(aclbufp, nentries, &which) != 0) { in acltomode()
98 if (aclcheck(aclbufp, nentries, &which) != 0) { in aclfrommode()
H A Daclsort.c89 if (aclcheck(aclbufp, nentries, &which) != 0) in aclsort()
H A Dmapfile-vers66 aclcheck;
H A Daclcheck.c263 aclcheck(aclent_t *aclbufp, int nentries, int *which) in aclcheck() function
/titanic_41/usr/src/man/man3sec/
H A DMakefile27 aclcheck.3sec \
/titanic_41/usr/src/lib/libsec/
H A DMakefile43 common/aclsort.c common/aclcheck.c common/acl_lex.l \
H A DMakefile.com33 OBJS_COMMON= aclcheck.o aclmode.o aclsort.o acltext.o aclutils.o
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3sec.inc23 file path=usr/share/man/man3sec/aclcheck.3sec
/titanic_41/usr/src/uts/common/sys/
H A Dacl.h270 extern int aclcheck(aclent_t *, int, int *);
/titanic_41/usr/src/cmd/setfacl/
H A Dsetfacl.c548 rc = aclcheck(aclentp, cnt, &which); in err_handle()