OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stampst
(Results
1 - 10
of
10
) sorted by relevancy
/src/usr.sbin/makefs/ffs/
buf.h
110
extern struct stat
stampst
;
112
if (
stampst
.st_ino) {
113
tv->tv_sec =
stampst
.st_mtime;
/src/usr.sbin/makefs/cd9660/
cd9660_conversion.c
153
if (
stampst
.st_ino)
179
if (
stampst
.st_ino)
201
if (
stampst
.st_ino)
/src/usr.sbin/makefs/
walk.c
367
if (
stampst
.st_ino) {
368
cur->inode->st.st_atime =
stampst
.st_atime;
369
cur->inode->st.st_mtime =
stampst
.st_mtime;
370
cur->inode->st.st_ctime =
stampst
.st_ctime;
372
cur->inode->st.st_atimensec =
stampst
.st_atimensec;
373
cur->inode->st.st_mtimensec =
stampst
.st_mtimensec;
374
cur->inode->st.st_ctimensec =
stampst
.st_ctimensec;
377
cur->inode->st.st_birthtime =
stampst
.st_birthtime;
378
cur->inode->st.st_birthtimensec =
stampst
.st_birthtimensec;
msdos.c
171
if (
stampst
.st_ino) {
173
msdos_opt->options.timestamp =
stampst
.st_mtime;
makefs.h
215
extern struct stat
stampst
;
ffs.c
539
if (
stampst
.st_ino)
540
tstamp =
stampst
.st_ctime;
653
struct stat *st =
stampst
.st_ino ? &
stampst
: &cur->inode->st;
701
struct stat *st =
stampst
.st_ino ? &
stampst
: &cur->inode->st;
cd9660.c
667
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);
makefs.c
90
struct stat
stampst
;
variable in typeref:struct:stat
259
if (get_tstamp(optarg, &
stampst
) == -1)
udf.c
161
if (!
stampst
.st_ino) {
/src/usr.sbin/makefs/msdos/
msdosfs_vnops.c
104
if (
stampst
.st_ino)
105
st = &
stampst
;
Completed in 19 milliseconds
Indexes created Mon Oct 27 15:09:58 GMT 2025