Searched refs:luaL_optstring (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | loslib.c | 39 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 D | lbaselib.c | 280 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 D | liolib.c | 163 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 D | lauxlib.h | 103 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro
|
| H A D | ldblib.c | 103 const char *options = luaL_optstring(L, arg+2, "flnSu"); in db_getinfo()
|
| H A D | lauxlib.c | 101 const char *name = (def) ? luaL_optstring(L, narg, def) : in luaL_checkoption()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lbaselib.c | 229 return luaL_error(L, "%s", luaL_optstring(L, 2, "assertion failed!")); in luaB_assert()
|
| H A D | lauxlib.c | 282 const char *name = (def) ? luaL_optstring(L, narg, def) : in luaL_checkoption()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 104 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro
|