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

/illumos-gate/usr/src/cmd/ls/
H A Dls.c207 struct attrtm *extm; /* timestamp extended system attributes */ member in struct:lbuf
2547 rep->extm = xmalloc(sacnt * sizeof (struct attrtm), rep);
2549 rep->extm[i].stm = 0;
2550 rep->extm[i].nstm = 0;
2551 rep->extm[i].name = NULL;
2629 while (rep->extm[i].stm != 0 && i < sacnt)
2631 rep->extm[i].stm = value[0];
2632 rep->extm[i].nstm = value[1];
2633 rep->extm[i].name = xmalloc(len + 1, rep);
2634 (void) strlcpy(rep->extm[
[all...]

Completed in 270 milliseconds