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

/illumos-gate/usr/src/cmd/ls/
H A Dls.c144 uint64_t nstm; member in struct:attrtm
2550 rep->extm[i].nstm = 0;
2632 rep->extm[i].nstm = value[1];
2686 format_time((time_t)p->extm[i].stm, (time_t)p->extm[i].nstm);
2714 while (p->extm[i].nstm != 0 && i < sacnt) {
2715 format_time(p->extm[i].stm, p->extm[i].nstm);

Completed in 626 milliseconds