Home
last modified time | relevance | path

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

/redis-3.2.3/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()