Lines Matching refs:_Nonnull
47 char* _Nullable asctime64(const struct tm* _Nonnull);
48 char* _Nullable asctime64_r(const struct tm* _Nonnull, char* _Nonnull);
49 char* _Nullable ctime64(const time64_t* _Nonnull);
50 char* _Nullable ctime64_r(const time64_t* _Nonnull, char* _Nonnull);
51 struct tm* _Nullable gmtime64(const time64_t* _Nonnull);
52 struct tm* _Nullable gmtime64_r(const time64_t* _Nonnull, struct tm* _Nonnull);
53 struct tm* _Nullable localtime64(const time64_t* _Nonnull);
54 struct tm* _Nullable localtime64_r(const time64_t* _Nonnull, struct tm* _Nonnull);
55 time64_t mktime64(const struct tm* _Nonnull);
56 time64_t timegm64(const struct tm* _Nonnull);
57 time64_t timelocal64(const struct tm* _Nonnull);