Searched defs:ST_ATIM_NSEC_SET (Results 1 – 1 of 1) sorted by relevance
30 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) macro37 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val) macro43 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimensec = (val) macro49 #define ST_ATIM_NSEC_SET(stbuf, val) do { } while (0) macro