Lines Matching refs:val
30 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val)
31 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val)
37 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val)
38 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtimespec.tv_nsec = (val)
43 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimensec = (val)
44 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtimensec = (val)
49 #define ST_ATIM_NSEC_SET(stbuf, val) do { } while (0)
50 #define ST_MTIM_NSEC_SET(stbuf, val) do { } while (0)