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

/illumos-gate/usr/src/lib/libsec/common/
H A Dacltext.c71 aclent_perms(int perm, char *txt_perms) argument
74 txt_perms[0] = 'r';
76 txt_perms[0] = '-';
78 txt_perms[1] = 'w';
80 txt_perms[1] = '-';
82 txt_perms[2] = 'x';
84 txt_perms[2] = '-';
85 txt_perms[3] = '\0';

Completed in 60 milliseconds