Searched defs:exttr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ls/
H A Dls.c206 struct attrb *exttr; /* boolean extended system attributes */ member in struct:lbuf
1410 if (p->exttr != NULL) {
1413 if (p->exttr[i].name != NULL)
1417 if (p->exttr[i].name != NULL) {
1418 (void) printf("%s", p->exttr[i].name);
2125 rep->exttr = xmalloc(sacnt * sizeof (struct attrb),
2130 rep->exttr[i].name = NULL;
2136 rep->exttr[0].name = xmalloc(2, rep);
2137 (void) strlcpy(rep->exttr[0].name, "?", 2);
2591 rep->exttr[fatt
[all...]

Completed in 124 milliseconds