HP-UX Reference (11i v1 00/12) - 3 Library Functions A-M (vol 6)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man3/!!!intro.3c
________________________________________________________________
___ ___
a
acltostr(3C) acltostr(3C)
if ((nentries = getacl ("/users/ggd/test", NACLENTRIES, acl)) < 0)
error (...);
fputs (acltostr (nentries, acl, FORM_SHORT), stdout);
WARNINGS
The value returned by acltostr() is a pointer into a buffer, the contents of which are overwritten by
subsequent calls to acltostr() by the same thread.
acltostr_r() is an obsolescent interface supported only for compatibility with existing DCE applica-
tions. New multithreaded applications should use acltostr().
DEPENDENCIES
acltostr() is only supported on HFS file system on standard HP-UX operating system.
AUTHOR
acltostr() was developed by HP.
FILES
/etc/passwd
/etc/group
SEE ALSO
getacl(2), setacl(2), cpacl(3C), chownacl(3C), setaclentry(3C), strtoacl(3C), acl(5).
Section 3−−8 − 2 − HP-UX Release 11i: December 2000
___
___