Home | Sort by: relevance | last modified time | path |
/src/lib/lua/syslog/ | |
syslog.c | 46 int facility; local in function:syslog_openlog 50 facility = luaL_checkinteger(L, 3); 51 openlog(ident, option, facility); |
syslog.c | 46 int facility; local in function:syslog_openlog 50 facility = luaL_checkinteger(L, 3); 51 openlog(ident, option, facility); |
syslog.c | 46 int facility; local in function:syslog_openlog 50 facility = luaL_checkinteger(L, 3); 51 openlog(ident, option, facility); |