Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dsyslog_logging.cc30 static std::string s_ident; variable
108 s_ident = ident; in OpenLog()
109 openlog(s_ident.c_str(), log_pid ? LOG_PID : 0, LOG_USER); in OpenLog()
/external/python/cpython2/Lib/test/
Dtest_re.py822 def s_ident(scanner, token): return token function
828 (r"[a-zA-Z_]\w*", s_ident),
/external/python/cpython3/Lib/test/
Dtest_re.py1260 def s_ident(scanner, token): return token function
1266 (r"[a-zA-Z_]\w*", s_ident),