Searched refs:acltext (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libsec/
H A DMakefile42 MSGFILES= common/acltext.c common/aclutils.c common/aclmode.c \
H A DMakefile.com35 OBJS_COMMON= aclcheck.o aclmode.o aclsort.o acltext.o aclutils.o
/opensolaris-onvv-gate/usr/src/cmd/bart/
H A Dcreate.c614 char *acltext; local
631 acltext = acl_totext(aclp, 0);
633 if (acltext == NULL)
636 return (acltext);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1866 char *acltext; local
1915 acltext = acl_totext(aclp, 0);
1916 if (acltext == NULL) {
1924 acltype, strlen(acltext));
1927 (void) desrcpwrite(rem, acltext, strlen(acltext));
1928 free(acltext);
1998 char *acltext; /* external format */ local
2018 if ((acltext = malloc(aclsize + 1)) == NULL) {
2023 tp = acltext;
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsec/common/
H A Dacltext.c1085 char *acltext; local
1092 acltext = acl_totext(aclp, 0);
1094 if (acltext == NULL)
1097 token = strtok(acltext, ",");
1099 free(acltext);
1107 free(acltext);

Completed in 171 milliseconds