Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dluaconf.h649 #define lua_tmpnam(b,e) { \ macro
657 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); } macro
H A Dloslib.c60 lua_tmpnam(buff, err); in os_tmpname()