Searched refs:sTeamContext (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/
H A Dsyslog.cpp27 static syslog_context sTeamContext = { variable
45 memcpy(context, &sTeamContext, sizeof(syslog_context));
62 return &sTeamContext;
71 return &sTeamContext;
91 return &sTeamContext;
238 strlcpy(sTeamContext.ident, ident, sizeof(sTeamContext.ident));
240 sTeamContext.options = options;
241 sTeamContext.facility = SYSLOG_FACILITY(facility);
248 int oldMask = sTeamContext
[all...]

Completed in 33 milliseconds