Lines Matching refs:_Nonnull

61 extern char* _Nonnull tzname[];
118 int nanosleep(const struct timespec* _Nonnull __duration, struct timespec* _Nullable __remainder);
130 char* _Nullable asctime(const struct tm* _Nonnull __tm);
140 char* _Nullable asctime_r(const struct tm* _Nonnull __tm, char* _Nonnull __buf);
159 time_t mktime(struct tm* _Nonnull __tm);
169 time_t mktime_z(timezone_t _Nonnull __tz, struct tm* _Nonnull __tm) __INTRODUCED_IN(35);
180 struct tm* _Nullable localtime(const time_t* _Nonnull __t);
192 struct tm* _Nullable localtime_r(const time_t* _Nonnull __t, struct tm* _Nonnull __tm);
203 struct tm* _Nullable localtime_rz(timezone_t _Nonnull __tz, const time_t* _Nonnull __t, struct tm*
208 time_t timelocal(struct tm* _Nonnull __tm);
219 struct tm* _Nullable gmtime(const time_t* _Nonnull __t);
230 struct tm* _Nullable gmtime_r(const time_t* _Nonnull __t, struct tm* _Nonnull __tm);
235 time_t timegm(struct tm* _Nonnull __tm);
243 char* _Nullable strptime(const char* _Nonnull __s, const char* _Nonnull __fmt, struct tm* _Nonnull
248 … _Nullable strptime_l(const char* _Nonnull __s, const char* _Nonnull __fmt, struct tm* _Nonnull __…
256 size_t strftime(char* _Nonnull __buf, size_t __n, const char* _Nonnull __fmt, const struct tm* _Nul…
261 …ize_t strftime_l(char* _Nonnull __buf, size_t __n, const char* _Nonnull __fmt, const struct tm* _N…
273 char* _Nullable ctime(const time_t* _Nonnull __t);
283 char* _Nullable ctime_r(const time_t* _Nonnull __t, char* _Nonnull __buf);
348 int clock_getcpuclockid(pid_t __pid, clockid_t* _Nonnull __clock) __INTRODUCED_IN(23);
364 int clock_gettime(clockid_t __clock, struct timespec* _Nonnull __ts);
375 int clock_nanosleep(clockid_t __clock, int __flags, const struct timespec* _Nonnull __time, struct …
383 int clock_settime(clockid_t __clock, const struct timespec* _Nonnull __ts);
391 int timer_create(clockid_t __clock, struct sigevent* _Nullable __event, timer_t _Nonnull * _Nonnull
399 int timer_delete(timer_t _Nonnull __timer);
407 int timer_settime(timer_t _Nonnull __timer, int __flags, const struct itimerspec* _Nonnull __new_va…
415 int timer_gettime(timer_t _Nonnull _timer, struct itimerspec* _Nonnull __ts);
424 int timer_getoverrun(timer_t _Nonnull __timer);
462 int timespec_get(struct timespec* _Nonnull __ts, int __base) __INTRODUCED_IN(29);
472 int timespec_getres(struct timespec* _Nonnull __ts, int __base) __INTRODUCED_IN(35);