Searched refs:d_pos (Results 1 – 1 of 1) sorted by relevance
64 int d_pos; member597 if (error == 0 && dstr->d_aclexport[dstr->d_pos-1] == '/') { in ace_perm_txt()598 dstr->d_aclexport[--dstr->d_pos] = '\0'; in ace_perm_txt()689 if (error == 0 && dstr->d_aclexport[dstr->d_pos-1] == '/') { in ace_inherit_txt()690 dstr->d_aclexport[--dstr->d_pos] = '\0'; in ace_inherit_txt()747 dstr->d_pos = 0; in aclent_acltotext()818 if ((len + dstr->d_pos) >= dstr->d_bufsize) { in str_append()825 (void) strcat(&dstr->d_aclexport[dstr->d_pos], newstr); in str_append()826 dstr->d_pos += len; in str_append()902 dstr->d_pos = 0; in ace_acltotext()[all …]