Home
last modified time | relevance | path

Searched refs:getfield (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dloslib.c157 static int getfield (lua_State *L, const char *key, int d) { in getfield() function
249 ts.tm_sec = getfield(L, "sec", 0); in os_time()
250 ts.tm_min = getfield(L, "min", 0); in os_time()
251 ts.tm_hour = getfield(L, "hour", 12); in os_time()
252 ts.tm_mday = getfield(L, "day", -1); in os_time()
253 ts.tm_mon = getfield(L, "month", -1) - 1; in os_time()
254 ts.tm_year = getfield(L, "year", -1) - 1900; in os_time()