Searched refs:d_pos (Results 1 – 1 of 1) sorted by relevance
75 int d_pos; member627 if (error == 0 && dstr->d_aclexport[dstr->d_pos-1] == '/') { in ace_perm_txt()628 dstr->d_aclexport[--dstr->d_pos] = '\0'; in ace_perm_txt()719 if (error == 0 && dstr->d_aclexport[dstr->d_pos-1] == '/') { in ace_inherit_txt()720 dstr->d_aclexport[--dstr->d_pos] = '\0'; in ace_inherit_txt()777 dstr->d_pos = 0; in aclent_acltotext()848 if ((len + dstr->d_pos) >= dstr->d_bufsize) { in str_append()855 (void) strcat(&dstr->d_aclexport[dstr->d_pos], newstr); in str_append()856 dstr->d_pos += len; in str_append()932 dstr->d_pos = 0; in ace_acltotext()[all …]