Searched defs:tm (Results 1 – 16 of 16) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | time.h | 132 struct tm struct 135 int tm_min; /* Minutes. [0-59] */ argument 136 int tm_hour; /* Hours. [0-23] */ argument 137 int tm_mday; /* Day. [1-31] */ argument 138 int tm_mon; /* Month. [0-11] */ argument 139 int tm_year; /* Year - 1900. */ argument 140 int tm_wday; /* Day of week. [0-6] */ argument 141 int tm_yday; /* Days in year.[0-365] */ argument 142 int tm_isdst; /* DST. [-1/0/1]*/ argument 146 long int tm_gmtoff; /* Seconds east of UTC. */ argument [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/ |
A D | tst-mktime2.c | 23 struct tm tm; in spring_forward_gap() local 62 struct tm tm; in irix_6_4_bug() local 78 struct tm tm; in bigtime_test() local
|
A D | tst-mktime.c | 9 struct tm time_str, *tm; in main() local
|
A D | tst-ftime_l.c | 16 struct tm tm; in main() local
|
A D | time.c | 21 char *tm_str(struct tm tm) in tm_str() 53 struct tm tm, *tm_p; in main() local
|
A D | tst-strptime2.c | 36 struct tm tm; in main() local
|
A D | tst-strptime.c | 70 struct tm tm; in test_tm() local 126 struct tm tm; in main() local
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lfunc.c | 110 const TValue *tm = luaT_gettmbyobj(L, obj, TM_CLOSE); in callclosemethod() local 127 const TValue *tm = luaT_gettmbyobj(L, s2v(level), TM_CLOSE); in checkclosemth() local
|
A D | lvm.c | 290 const TValue *tm; /* metamethod */ in luaV_finishget() local 334 const TValue *tm; /* '__newindex' metamethod */ in luaV_finishset() local 566 const TValue *tm; in luaV_equalobj() local 684 const TValue *tm; in luaV_objlen() local 1011 #define op_orderI(L,opi,opf,inv,tm) { \ argument 1471 TMS tm = (TMS)GETARG_C(i); in luaV_execute() local 1480 TMS tm = (TMS)GETARG_C(i); in luaV_execute() local 1489 TMS tm = (TMS)GETARG_C(i); in luaV_execute() local
|
A D | ltm.h | 61 #define notm(tm) ttisnil(tm) argument
|
A D | ltm.c | 61 const TValue *tm = luaH_getshortstr(events, ename); in luaT_gettm() local 139 const TValue *tm = luaT_gettmbyobj(L, p1, event); /* try first operand */ in callbinTM() local
|
A D | ldebug.c | 595 TMS tm = (TMS)0; /* (initial value avoids warnings) */ in funcnamefromcode() local
|
A D | ldo.c | 391 const TValue *tm = luaT_gettmbyobj(L, s2v(func), TM_CALL); in luaD_tryfuncTM() local
|
A D | lgc.c | 901 const TValue *tm; in GCTM() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | spinlock.c | 705 struct timespec tm; in __pthread_acquire() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | spinlock.c | 717 struct timespec tm; in __pthread_acquire() local
|
Completed in 23 milliseconds