Home
last modified time | relevance | path

Searched refs:exttr (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/ls/
H A Dls.c205 struct attrb *exttr; /* boolean extended system attributes */ member
1403 if (p->exttr != NULL) { in pentry()
1406 if (p->exttr[i].name != NULL) in pentry()
1410 if (p->exttr[i].name != NULL) { in pentry()
1411 (void) printf("%s", p->exttr[i].name); in pentry()
2118 rep->exttr = xmalloc(sacnt * sizeof (struct attrb), in gstat()
2123 rep->exttr[i].name = NULL; in gstat()
2129 rep->exttr[0].name = xmalloc(2, rep); in gstat()
2130 (void) strlcpy(rep->exttr[0].name, "?", 2); in gstat()
2505 rep->exttr[fattr].name = xmalloc(len + 1, rep); in set_sysattrb_display()
[all …]