Lines Matching defs:stbuf
38 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) argument
39 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) argument
40 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) argument
41 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) argument
42 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctim.tv_nsec = (val) argument
43 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) argument
46 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) argument
47 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimespec.tv_nsec) argument
48 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) argument
49 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val) argument
50 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctimespec.tv_nsec = (val) argument
51 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtimespec.tv_nsec = (val) argument
53 #define ST_ATIM_NSEC(stbuf) 0 argument
54 #define ST_CTIM_NSEC(stbuf) 0 argument
55 #define ST_MTIM_NSEC(stbuf) 0 argument
56 #define ST_ATIM_NSEC_SET(stbuf, val) do { } while (0) argument
57 #define ST_CTIM_NSEC_SET(stbuf, val) do { } while (0) argument
58 #define ST_MTIM_NSEC_SET(stbuf, val) do { } while (0) argument