Lines Matching refs:exttr
207 struct attrb *exttr; /* boolean extended system attributes */ member
1423 if (p->exttr != NULL) { in pentry()
1426 if (p->exttr[i].name != NULL) in pentry()
1430 if (p->exttr[i].name != NULL) { in pentry()
1431 (void) printf("%s", p->exttr[i].name); in pentry()
2144 rep->exttr = xmalloc(sacnt * sizeof (struct attrb), in gstat()
2149 rep->exttr[i].name = NULL; in gstat()
2155 rep->exttr[0].name = xmalloc(2, rep); in gstat()
2156 (void) strlcpy(rep->exttr[0].name, "?", 2); in gstat()
2596 rep->exttr[fattr].name = xmalloc(len + 1, rep); in set_sysattrb_display()
2597 (void) strlcpy(rep->exttr[fattr].name, name, in set_sysattrb_display()
2600 rep->exttr[fattr].name = xmalloc(len + 3, rep); in set_sysattrb_display()
2601 (void) snprintf(rep->exttr[fattr].name, len + 3, in set_sysattrb_display()
2608 rep->exttr[fattr].name = xmalloc(len + 1, rep); in set_sysattrb_display()
2610 (void) strlcpy(rep->exttr[fattr].name, in set_sysattrb_display()
2613 (void) strlcpy(rep->exttr[fattr].name, in set_sysattrb_display()
3184 if (p->exttr != NULL) { in free_sysattr()
3186 if (p->exttr[i].name != NULL) in free_sysattr()
3187 free(p->exttr[i].name); in free_sysattr()
3189 free(p->exttr); in free_sysattr()