Lines Matching refs:_Nullable

96   const char* _Nullable tm_zone;
108 time_t time(time_t* _Nullable __t);
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);
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* …
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);
243 char* _Nullable strptime(const char* _Nonnull __s, const char* _Nonnull __fmt, struct tm* _Nonnull …
248 char* _Nullable strptime_l(const char* _Nonnull __s, const char* _Nonnull __fmt, struct tm* _Nonnul…
256 …Nonnull __buf, size_t __n, const char* _Nonnull __fmt, const struct tm* _Nullable __tm) __strftime…
261 …Nonnull __buf, size_t __n, const char* _Nonnull __fmt, const struct tm* _Nullable __tm, locale_t _…
273 char* _Nullable ctime(const time_t* _Nonnull __t);
283 char* _Nullable ctime_r(const time_t* _Nonnull __t, char* _Nonnull __buf);
317 timezone_t _Nullable tzalloc(const char* _Nullable __id) __INTRODUCED_IN(35);
328 void tzfree(timezone_t _Nullable __tz) __INTRODUCED_IN(35);
356 int clock_getres(clockid_t __clock, struct timespec* _Nullable __resolution);
375 …lock, int __flags, const struct timespec* _Nonnull __time, struct timespec* _Nullable __remainder);
391 int timer_create(clockid_t __clock, struct sigevent* _Nullable __event, timer_t _Nonnull * _Nonnull…
407 … __flags, const struct itimerspec* _Nonnull __new_value, struct itimerspec* _Nullable __old_value);