Searched refs:aclcheck (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/libsec/common/ |
H A D | aclmode.c | 48 if (aclcheck(aclbufp, nentries, &which) != 0) { in acltomode() 98 if (aclcheck(aclbufp, nentries, &which) != 0) { in aclfrommode()
|
H A D | aclsort.c | 89 if (aclcheck(aclbufp, nentries, &which) != 0) in aclsort()
|
H A D | mapfile-vers | 66 aclcheck;
|
H A D | aclcheck.c | 263 aclcheck(aclent_t *aclbufp, int nentries, int *which) in aclcheck() function
|
/titanic_41/usr/src/man/man3sec/ |
H A D | Makefile | 27 aclcheck.3sec \
|
/titanic_41/usr/src/lib/libsec/ |
H A D | Makefile | 43 common/aclsort.c common/aclcheck.c common/acl_lex.l \
|
H A D | Makefile.com | 33 OBJS_COMMON= aclcheck.o aclmode.o aclsort.o acltext.o aclutils.o
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3sec.inc | 23 file path=usr/share/man/man3sec/aclcheck.3sec
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | acl.h | 270 extern int aclcheck(aclent_t *, int, int *);
|
/titanic_41/usr/src/cmd/setfacl/ |
H A D | setfacl.c | 548 rc = aclcheck(aclentp, cnt, &which); in err_handle()
|