Searched refs:sortid (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libsec/common/ |
H A D | aclsort.c | 77 static void sortid(aclent_t *, int, int); 124 * sortid() could return a pointer and entries left 128 sortid(aclbufp, nentries, USER); 129 sortid(aclbufp, nentries, GROUP); 130 sortid(aclbufp, nentries, DEF_USER); 131 sortid(aclbufp, nentries, DEF_GROUP); 156 * sortid() sorts the ids with the same entry type in increasing order 159 sortid(aclent_t *ap, int cnt, int type) function
|
Completed in 19 milliseconds