Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxtouch.c50 if (at == TMX_NOTIME && !(flags & PATH_TOUCH_VERBATIM)) in tmxtouch()
60 if (mt == TMX_NOTIME && !(flags & PATH_TOUCH_VERBATIM)) in tmxtouch()
70 if (ct == TMX_NOTIME && !(flags & PATH_TOUCH_VERBATIM)) in tmxtouch()
H A Dtmxtime.c65 return TMX_NOTIME; in tmxtime()
98 return TMX_NOTIME; in tmxtime()
116 return TMX_NOTIME; in tmxtime()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dtmx67 #define TMX_NOTIME ((Time_t)(-1))
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtmx88 #define TMX_NOTIME ((Time_t)(-1))
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtmx88 #define TMX_NOTIME ((Time_t)(-1))
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtmx88 #define TMX_NOTIME ((Time_t)(-1))
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtmx88 #define TMX_NOTIME ((Time_t)(-1))
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcp.c210 …tate->preserve & PRESERVE_TIME) && tmxtouch(path, tmxgetatime(os), tmxgetmtime(os), TMX_NOTIME, 0)) in preserve()