Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dloslib.c39 lua_pushinteger(L, system(luaL_optstring(L, 1, NULL))); in os_execute()
125 const char *s = luaL_optstring(L, 1, "%c"); in os_date()
209 const char *l = luaL_optstring(L, 1, NULL); in os_setlocale()
H A Dlbaselib.c280 const char *chunkname = luaL_optstring(L, 2, s); in luaB_loadstring()
286 const char *fname = luaL_optstring(L, 1, NULL); in luaB_loadfile()
317 const char *cname = luaL_optstring(L, 2, "=(load)"); in luaB_load()
326 const char *fname = luaL_optstring(L, 1, NULL); in luaB_dofile()
337 return luaL_error(L, "%s", luaL_optstring(L, 2, "assertion failed!")); in luaB_assert()
H A Dliolib.c163 const char *mode = luaL_optstring(L, 2, "r"); in io_open()
176 const char *mode = luaL_optstring(L, 2, "r"); in io_popen()
H A Dlauxlib.h103 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro
H A Dldblib.c103 const char *options = luaL_optstring(L, arg+2, "flnSu"); in db_getinfo()
H A Dlauxlib.c101 const char *name = (def) ? luaL_optstring(L, narg, def) : in luaL_checkoption()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlbaselib.c229 return luaL_error(L, "%s", luaL_optstring(L, 2, "assertion failed!")); in luaB_assert()
H A Dlauxlib.c282 const char *name = (def) ? luaL_optstring(L, narg, def) : in luaL_checkoption()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h104 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro