Searched defs:tm (Results 1 - 25 of 28) sorted by relevance

12

/haiku/src/system/libroot/posix/musl/time/
H A Dasctime.c3 char *asctime(const struct tm *tm) argument
H A Dasctime_r.c8 char *__asctime_r(const struct tm *restrict tm, char *restrict buf) argument
[all...]
H A Dtime_impl_haiku.h2 __tm_to_tzname(const struct tm *tm) argument
H A D__tm_to_secs.c3 long long __tm_to_secs(const struct tm *tm) argument
H A Dwcsftime.c8 size_t __wcsftime_l(wchar_t *restrict s, size_t n, const wchar_t *restrict f, const struct tm *restrict tm, locale_t loc) argument
67 size_t wcsftime(wchar_t *restrict wcs, size_t n, const wchar_t *restrict f, const struct tm *restrict tm) argument
H A Dstrptime.c10 char *strptime(const char *restrict s, const char *restrict f, struct tm *restrict tm) argument
[all...]
H A Dstrftime.c19 static int week_num(const struct tm *tm) argument
47 __strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, int pad) argument
217 __strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t loc) argument
280 strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) argument
[all...]
H A D__secs_to_tm.c11 int __secs_to_tm(long long t, struct tm *tm) argument
[all...]
/haiku/src/system/libroot/posix/time/
H A Dctime.c20 struct tm tm; local
H A Dlocaltime_fallback.c26 __gmtime_r_fallback(const time_t *restrict t, struct tm *restrict tm) argument
40 __mktime_fallback(struct tm *tm) argument
68 __timegm_fallback(struct tm *tm) argument
[all...]
H A Dlocaltime.cpp59 static tm tm; local
95 static tm tm; local
[all...]
/haiku/src/tests/system/libroot/posix/
H A Dtst-mktime.c9 struct tm time_str, *tm; local
H A Dlocale_test.cpp1916 test_mktime(const char* tz, tm& tm, time_ argument
[all...]
/haiku/src/build/libroot/
H A Dmisc.cpp40 struct timeval tm; local
/haiku/src/bin/
H A Ddstcheck.cpp87 struct tm tm; local
105 struct tm tm; local
[all...]
H A Dlaunch_roster.cpp93 struct tm tm; local
H A Dtop.cpp128 team_info tm; local
287 team_info tm; local
[all...]
/haiku/src/apps/poorman/libhttpd/
H A Dtdate_parse.c224 struct tm tm; local
[all...]
/haiku/headers/posix/
H A Dtime.h56 struct tm { struct
[all...]
/haiku/src/system/kernel/
H A Dreal_time_clock.cpp179 rtc_tm_to_secs(const struct tm *tm) argument
[all...]
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c181 static void print_time(u_int tm, u_long scale) argument
/haiku/src/kits/mail/
H A DMailMessage.cpp759 struct tm tm; local
/haiku/src/system/libroot/os/
H A Dparsedate.cpp703 computeRelativeUnit(parsed_element& element, struct tm& tm, int* _flags) argument
765 struct tm tm; local
[all...]
/haiku/src/bin/unzip/
H A Dfileio.c1631 struct tm *tm; local
[all...]
/haiku/headers/private/kernel/arch/m68k/
H A Darch_cpu.h68 uint16 tm:3; member in struct:mc68040_ssw
79 uint32 tm:2; member in struct:mc68060_fslw

Completed in 209 milliseconds

12