Searched refs:getfield (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/ |
A D | gen-unicode-ctype.c | 199 n = getfield (stream, field0, ';'); in fill_attributes() 200 n += getfield (stream, field1, ';'); in fill_attributes() 201 n += getfield (stream, field2, ';'); in fill_attributes() 202 n += getfield (stream, field3, ';'); in fill_attributes() 203 n += getfield (stream, field4, ';'); in fill_attributes() 204 n += getfield (stream, field5, ';'); in fill_attributes() 205 n += getfield (stream, field6, ';'); in fill_attributes() 206 n += getfield (stream, field7, ';'); in fill_attributes() 207 n += getfield (stream, field8, ';'); in fill_attributes() 208 n += getfield (stream, field9, ';'); in fill_attributes() [all …]
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | loslib.c | 251 static int getfield (lua_State *L, const char *key, int d, int delta) { in getfield() function 354 ts.tm_year = getfield(L, "year", -1, 1900); in os_time() 355 ts.tm_mon = getfield(L, "month", -1, 1); in os_time() 356 ts.tm_mday = getfield(L, "day", -1, 0); in os_time() 357 ts.tm_hour = getfield(L, "hour", 12, 0); in os_time() 358 ts.tm_min = getfield(L, "min", 0, 0); in os_time() 359 ts.tm_sec = getfield(L, "sec", 0, 0); in os_time()
|
Completed in 5 milliseconds