acl_to_text        21 nt/inc/sys/acl.h extern char * acl_to_text (acl_t, ssize_t *);
acl_to_text      3420 src/fileio.c     char *str = acl_to_text (acl, NULL);
acl_to_text      6737 src/w32.c      	      char *acl_from = acl_to_text (current_acl, NULL);
acl_to_text      6738 src/w32.c      	      char *acl_to = acl_to_text (acl, NULL);