Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ls/
H A Dls.c2554 rep->extm[i].stm = 0; in get_sysxattr()
2555 rep->extm[i].nstm = 0; in get_sysxattr()
2556 rep->extm[i].name = NULL; in get_sysxattr()
2636 rep->extm[i].stm = value[0]; in set_sysattrtm_display()
2672 if (p->extm != NULL) { in format_attrtime()
2691 format_time((time_t)p->extm[i].stm, (time_t)p->extm[i].nstm); in format_attrtime()
2718 if (p->extm != NULL) { in print_time()
2720 format_time(p->extm[i].stm, p->extm[i].nstm); in print_time()
3191 if (p->extm != NULL) { in free_sysattr()
3194 free(p->extm[i].name); in free_sysattr()
[all …]