Searched refs:stampst (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/usr.sbin/makefs/ffs/
H A Dbuf.h110 extern struct stat stampst;
112 if (stampst.st_ino) {
113 tv->tv_sec = stampst.st_mtime;
/netbsd-current/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c153 if (stampst.st_ino)
179 if (stampst.st_ino)
201 if (stampst.st_ino)
/netbsd-current/usr.sbin/makefs/
H A Dwalk.c328 if (stampst.st_ino) {
329 cur->inode->st.st_atime = stampst.st_atime;
330 cur->inode->st.st_mtime = stampst.st_mtime;
331 cur->inode->st.st_ctime = stampst.st_ctime;
333 cur->inode->st.st_atimensec = stampst.st_atimensec;
334 cur->inode->st.st_mtimensec = stampst.st_mtimensec;
335 cur->inode->st.st_ctimensec = stampst.st_ctimensec;
338 cur->inode->st.st_birthtime = stampst.st_birthtime;
339 cur->inode->st.st_birthtimensec = stampst.st_birthtimensec;
H A Dmsdos.c171 if (stampst.st_ino) {
173 msdos_opt->options.timestamp = stampst.st_mtime;
H A Dmakefs.h206 extern struct stat stampst;
H A Dffs.c539 if (stampst.st_ino)
540 tstamp = stampst.st_ctime;
653 struct stat *st = stampst.st_ino ? &stampst : &cur->inode->st;
703 struct stat *st = stampst.st_ino ? &stampst : &cur->inode->st;
H A Dcd9660.c667 time_t tstamp = stampst.st_ino ? stampst.st_mtime : time(NULL);
740 time_t tstamp = stampst.st_ino ? stampst.st_mtime : time(NULL);
885 stampst.st_ino ? stampst.st_mtime : node->inode->st.st_mtime);
1284 stampst.st_ino ? stampst.st_mtime : start_time.tv_sec);
H A Dmakefs.c90 struct stat stampst; variable in typeref:struct:stat
258 if (get_tstamp(optarg, &stampst) == -1)
H A Dudf.c161 if (!stampst.st_ino) {
/netbsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c104 if (stampst.st_ino)
105 st = &stampst;

Completed in 183 milliseconds