Searched defs:ST_MTIM_NSEC_SET (Results 1 – 1 of 1) sorted by relevance
31 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) macro38 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtimespec.tv_nsec = (val) macro44 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtimensec = (val) macro50 #define ST_MTIM_NSEC_SET(stbuf, val) do { } while (0) macro