Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dloslib.c29 #if !defined(LUA_STRFTIMEOPTIONS)
32 #define LUA_STRFTIMEOPTIONS { "aAbBcdHIjmMpSUwWxXyYz%", "" } macro
34 #define LUA_STRFTIMEOPTIONS \ macro
177 static const char *const options[] = LUA_STRFTIMEOPTIONS; in checkoption()