Searched defs:sys_time (Results 1 – 2 of 2) sorted by relevance
29 TEST(sys_time, utimes_nullptr) { in TEST() argument34 TEST(sys_time, utimes_EINVAL) { in TEST() argument56 TEST(sys_time, futimes_nullptr) { in TEST() argument61 TEST(sys_time, futimes_EINVAL) { in TEST() argument83 TEST(sys_time, futimesat_nullptr) { in TEST() argument88 TEST(sys_time, futimesat_EINVAL) { in TEST() argument110 TEST(sys_time, lutimes_nullptr) { in TEST() argument115 TEST(sys_time, lutimes_EINVAL) { in TEST() argument142 TEST(sys_time, gettimeofday) { in TEST() argument
596 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function