Searched refs:make_time (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | shiocmd_solaris.c | 106 static Namval_t *make_time(Namval_t* np) in make_time() function 402 { "atime", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_atime), sizeof(Sp->st_atime), make_time}, 403 { "ctime", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_ctime), sizeof(Sp->st_ctime), make_time}, 409 { "mtime", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_mtime), sizeof(Sp->st_mtime), make_time},
|