Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dloslib.c102 #if !defined(lua_tmpnam) /* { */
114 #define lua_tmpnam(b,e) { \ macro
124 #define lua_tmpnam(b,e) { e = (tmpnam(b) == NULL); } macro
172 lua_tmpnam(buff, err); in os_tmpname()