Searched refs:s_ident (Results 1 – 3 of 3) sorted by relevance
30 static std::string s_ident; variable108 s_ident = ident; in OpenLog()109 openlog(s_ident.c_str(), log_pid ? LOG_PID : 0, LOG_USER); in OpenLog()
822 def s_ident(scanner, token): return token function828 (r"[a-zA-Z_]\w*", s_ident),
1260 def s_ident(scanner, token): return token function1266 (r"[a-zA-Z_]\w*", s_ident),