Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/tm/
H A Dtmxtouch.c50 if (at == TMX_NOTIME && !(flags & PATH_TOUCH_VERBATIM)) in tmxtouch()
52 else if (!at && !(flags & PATH_TOUCH_VERBATIM)) in tmxtouch()
60 if (mt == TMX_NOTIME && !(flags & PATH_TOUCH_VERBATIM)) in tmxtouch()
62 else if (!mt && !(flags & PATH_TOUCH_VERBATIM)) in tmxtouch()
70 if (ct == TMX_NOTIME && !(flags & PATH_TOUCH_VERBATIM)) in tmxtouch()
72 else if (!ct && !(flags & PATH_TOUCH_VERBATIM)) in tmxtouch()
/titanic_44/usr/src/lib/libast/common/port/
H A Dtouch.c53 if (at == (time_t)(-1) && !(flags & PATH_TOUCH_VERBATIM)) in touch()
55 else if (!at && !(flags & PATH_TOUCH_VERBATIM)) in touch()
63 if (mt == (time_t)(-1) && !(flags & PATH_TOUCH_VERBATIM)) in touch()
65 else if (!mt && !(flags & PATH_TOUCH_VERBATIM)) in touch()
/titanic_44/usr/src/lib/libast/common/include/
H A Dast.h135 #define PATH_TOUCH_VERBATIM 02 macro
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast.h144 #define PATH_TOUCH_VERBATIM 02 macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast.h144 #define PATH_TOUCH_VERBATIM 02 macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h144 #define PATH_TOUCH_VERBATIM 02 macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast.h144 #define PATH_TOUCH_VERBATIM 02 macro
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE837 include/ast.h: add { PATH_TOUCH_CREATE PATH_TOUCH_VERBATIM }