Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/svc.configd/
H A Dconfigd.c185 char respstr[30]; in request_log() local
245 enum_lookup(respstr, sizeof (respstr), response_enum, in request_log()
265 (void) strcpy(respstr, "-"); in request_log()
292 addr, cur.rl_tid, stampstr, durstr, requstr, respstr); in request_log()
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c461 static const char respstr[] = "response"; in digest_parse() local
567 if (lstreqcase(respstr, attr, alen)) { in digest_parse()
/titanic_44/usr/src/lib/libsip/common/
H A Dsip_ui.c100 char *respstr; in sip_respline_to_str() local
109 respstr = _sip_startline_to_str((_sip_msg_t *)sip_msg, error); in sip_respline_to_str()
110 return (respstr); in sip_respline_to_str()