Searched refs:tm (Results 251 - 275 of 290) sorted by relevance

<<1112

/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A DRKintern.h402 unsigned long tm;
415 unsigned long tm;
/haiku-fatelf/src/bin/pcmcia-cs/
H A Ddump_cis.c181 static void print_time(u_int tm, u_long scale) argument
183 print_unit(tm * scale, "num", 's');
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_debug.c1169 struct tm *time;
1171 struct tm res;
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_core.c985 struct tm ltime;
1024 struct tm ltime;
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtriostr.c596 TRIO_CONST struct tm *datetime)
1900 TRIO_CONST struct tm *datetime)
H A Dxmlmemory.c644 struct tm * tstruct;
/haiku-fatelf/src/bin/gawk/
H A Dbuiltin.c1317 struct tm *tm; local
1358 tm = localtime(&fclock);
1364 buflen = strftime(bufp, bufsize, format, tm);
1406 struct tm then;
H A Dconfigure8478 if ((struct tm *) 0)
10377 struct tm tm;
10385 tm.tm_year = 98;
10386 tm.tm_mon = 3;
10387 tm.tm_mday = 5;
10388 tm.tm_hour = 2;
10389 tm.tm_min = 0;
10390 tm.tm_sec = 0;
10391 tm
[all...]
/haiku-fatelf/src/bin/sharutils/
H A Dconfigure1794 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
1805 struct tm *tp; tp->tm_sec;
1827 echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
1838 struct tm tm; tm.tm_zone;
/haiku-fatelf/src/bin/unzip/
H A Dzipinfo.c2126 struct tm *t;
2146 if (uO.lflag > 9 && t == (struct tm *)NULL)
2152 t = (struct tm *)NULL;
2153 if (t != (struct tm *)NULL) {
/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Ddate.c748 struct tm *localTm, *gmTm;
751 struct tm localTmS;
754 struct tm gmTmS;
/haiku-fatelf/src/kits/tracker/
H A DFindPanel.cpp365 tm timeData;
2975 tm nowTimeData;
2976 tm fileModData;
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.cpp250 tm *local = localtime(&time);
/haiku-fatelf/src/bin/network/ftp/
H A Dutil.c702 struct tm timebuf;
H A Dfetch.c923 struct tm parsed;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeSure/
H A Dbesure_server.c803 struct tm *localTime;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DMyNetApp.cpp691 struct tm *mountTime;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DUdfStructures.cpp231 tm *local = localtime(&time);
/haiku-fatelf/src/tools/fs_shell/
H A Dfssh.cpp352 struct tm time;
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure6969 struct tm t;
10561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
10562 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
10574 struct tm tm;
10575 int *p = &tm.tm_sec;
10597 ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h>
14281 struct tm t;
14392 struct tm t;
14485 struct tm
[all...]
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1402 #define tm fssh_tm macro
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dconfigure1461 struct tm *tp;
/haiku-fatelf/src/bin/network/ftpd/
H A Dftpcmd.y867 struct tm *t;
/haiku-fatelf/headers/libs/png/
H A Dpng.h561 * Two conversions are provided, both from time_t and struct tm. There
1608 /* Convert from a struct tm to png_time */
1610 struct tm FAR * ttime));
/haiku-fatelf/src/bin/gdb/bfd/
H A Dieee.c3778 const struct tm *t;
3781 t = (struct tm *) localtime (&now);

Completed in 875 milliseconds

<<1112