Searched refs:str_append (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libsec/common/ |
H A D | acltext.c | 67 static int str_append(dynaclstr_t *, char *); 311 error = str_append(dstr, "user::"); in aclent_type_txt() 313 error = str_append(dstr, "defaultuser::"); in aclent_type_txt() 319 error = str_append(dstr, "user:"); in aclent_type_txt() 321 error = str_append(dstr, "defaultuser:"); in aclent_type_txt() 324 error = str_append(dstr, pruname(aclp->a_id, idp, in aclent_type_txt() 327 error = str_append(dstr, ":"); in aclent_type_txt() 333 error = str_append(dstr, "group::"); in aclent_type_txt() 335 error = str_append(dstr, "defaultgroup::"); in aclent_type_txt() 341 error = str_append(dstr, "group:"); in aclent_type_txt() [all …]
|