Searched defs:acltype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1869 char acltype; local
1888 acltype = 'A';
1895 acltype = (acl_type(aclp) != ACLENT_T) ? 'Z' : 'A';
1899 acltype = 'A';
1907 (void) snprintf(buf, sizeof (buf), "%c%d\n", acltype, aclcnt);
1924 acltype, strlen(acltext));
1945 getaclinfo(int *cnt, int *acltype) argument
1958 *acltype = 0;
1961 *acltype = 1;
2000 int acltype; local
[all...]

Completed in 64 milliseconds