HomeSort by: relevance | last modified time | path
    Searched defs:facility (Results 1 - 3 of 3) sorted by relevancy

  /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);

Completed in 61 milliseconds