Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlfs.c52 #define STAT_STRUCT struct stat macro
210 static void push_st_mode (lua_State *L, STAT_STRUCT *info) { in push_st_mode()
214 static void push_st_size (lua_State *L, STAT_STRUCT *info) { in push_st_size()
217 static void push_invalid (lua_State *L, STAT_STRUCT *info) { in push_invalid()
222 typedef void (*_push_function) (lua_State *L, STAT_STRUCT *info);
238 static int _file_info_ (lua_State *L, int (*st)(const char*, STAT_STRUCT*)) { in _file_info_() argument
240 STAT_STRUCT info; in _file_info_()