OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTIME_NOW
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/sys/
stat.h
235
#define
UTIME_NOW
((1 << 30) - 1)
/src/external/gpl3/gdb/dist/gnulib/import/
sys_stat.in.h
388
#ifndef
UTIME_NOW
389
# define
UTIME_NOW
(-1)
/src/external/gpl3/gdb.old/dist/gnulib/import/
sys_stat.in.h
388
#ifndef
UTIME_NOW
389
# define
UTIME_NOW
(-1)
/src/sys/kern/
vfs_syscalls.c
4091
if (ts[0].tv_nsec ==
UTIME_NOW
) {
4093
if (ts[1].tv_nsec ==
UTIME_NOW
) {
4097
} else if (ts[1].tv_nsec ==
UTIME_NOW
)
4151
if ((tptr[0].tv_usec ==
UTIME_NOW
) ||
4161
if ((tptr[1].tv_usec ==
UTIME_NOW
) ||
/src/external/mit/libuv/dist/src/unix/
fs.c
219
return (struct timespec){
UTIME_NOW
,
UTIME_NOW
};
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
stat.d
984
enum
UTIME_NOW
= 0x3fffffff;
1119
enum
UTIME_NOW
= -1;
/src/external/bsd/zstd/dist/programs/
util.c
276
struct timespec timebuf[2] = { {0,
UTIME_NOW
} };
Completed in 64 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026