Searched refs:tm (Results 226 - 250 of 290) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/strftime/
H A D1-1.c26 struct tm* local_t = localtime(&t);
/haiku-fatelf/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp88 struct tm *nowTime = localtime(&timeInfo);
/haiku-fatelf/src/bin/coreutils/src/
H A Dls.c3460 align_nstrftime (char *buf, size_t size, char const *fmt, struct tm const *tm, argument
3476 pfmt = stpcpy (pfmt, abmon[tm->tm_mon]);
3480 return nstrftime (buf, size, nfmt, tm, __utc, __ns);
3494 struct tm const *tm = localtime (&epoch); local
3504 if (tm)
3507 align_nstrftime (buf, sizeof buf, long_time_format[0], tm, 0, 0);
3629 struct tm *when_local;
H A Dpinky.c191 struct tm *tmp = localtime (&t);
H A Dwho.c226 struct tm *tmp = localtime (&t);
/haiku-fatelf/src/kits/network/libbind/isc/
H A Dlogging.c278 struct tm *local_tm;
280 struct tm tm_tmp;
/haiku-fatelf/src/apps/webpositive/
H A DDownloadProgressView.cpp770 tm _time;
771 tm* time = localtime_r(&finishTime, &_time);
/haiku-fatelf/src/apps/clock/
H A Dcl_view.cpp265 struct tm *loctime = localtime(&current);
/haiku-fatelf/src/bin/bash/
H A Dexterns.h305 extern size_t strftime __P((char *, size_t, const char *, const struct tm *));
/haiku-fatelf/src/bin/findutils/find/
H A Dpred.c1672 struct tm *tm;
1682 && (tm = localtime (&when))
1683 && strftime (buf, sizeof buf, fmt, tm))
1702 /* The time cannot be represented as a struct tm.
1670 struct tm *tm; local
/haiku-fatelf/src/bin/mail_utils/
H A Dmbox2mail.cpp355 struct tm TimeFields;
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-rx.c691 #define DATEOUT() { time_t t; struct tm *tm; char str[256]; \
695 tm = localtime(&t); \
696 strftime(str, 256, "%Y/%m/%d %T", tm); \
H A Dsmbutil.c35 interpret_dos_date(u_int32_t date, struct tm *tp)
59 struct tm t;
720 struct tm *lt;
/haiku-fatelf/src/system/libroot/posix/glibc/wcsmbs/
H A Dwchar.h110 struct tm;
/haiku-fatelf/src/apps/deskbar/
H A DTimeView.cpp247 tm* ct = localtime(&curTime);
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Ddic.c129 struct DM *sm, *um, *tm; local
250 tm = _RkSearchDDP(userDDP, dicname);
251 if (tm != um) {
/haiku-fatelf/src/bin/coreutils/lib/
H A Dsha256.c471 #define M(I) ( tm = S1(x[(I-2)&0x0f]) + x[(I-7)&0x0f] \
473 , x[I&0x0f] = tm )
485 uint32_t tm; local
/haiku-fatelf/src/bin/network/ping/
H A Dping.c591 bigtime_t tm = real_time_clock_usecs(); local
592 memcpy(&outpack[8], &tm, sizeof(tm));
/haiku-fatelf/src/bin/sharutils/src/
H A Dshar.c69 struct tm *localtime ();
721 struct tm *local_time;
906 struct tm *restore_time;
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dgooglefs.c64 time_t tm = time(NULL); local
73 st->st_atime = tm;
74 st->st_mtime = tm;
75 st->st_ctime = tm;
76 st->st_crtime = tm;
1225 time_t tm = time(NULL); local
1232 if (node->st.st_crtime + 60 * 5 < tm)
/haiku-fatelf/src/apps/aboutsystem/
H A DAboutSystem.cpp988 struct tm* tm = localtime(&time); local
989 int32 year = tm->tm_year + 1900;
/haiku-fatelf/src/kits/interface/
H A DColumnTypes.cpp310 tm time_data;
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_util.c40 struct tm ltime;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dfsh.cpp667 struct tm *tm; local
706 tm = localtime(&st.mtime);
707 strftime(time_buf, sizeof(time_buf), "%b %d %I:%M", tm);
/haiku-fatelf/src/kits/tracker/
H A DQueryPoseView.cpp288 tm timeData;

Completed in 511 milliseconds

1234567891011>>