Searched refs:str3 (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libsip/common/ |
H A D | sip_gids.c | 73 sip_md5_hash(char *str1, int lstr1, char *str2, int lstr2, char *str3, in sip_md5_hash() argument 90 if (str3 != NULL) in sip_md5_hash() 91 _sasl_MD5Update(&ctx, (uchar_t *)str3, lstr3); in sip_md5_hash() 114 if (str3 != NULL) in sip_md5_hash() 115 MD5Update(&ctx, (uchar_t *)str3, lstr3); in sip_md5_hash()
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipfstat.c | 1174 char str1[STSTRSIZE], str2[STSTRSIZE], str3[STSTRSIZE], str4[STSTRSIZE]; local 1414 strcpy(str3, "any"); 1416 sprintf(str3, "%s", proto->p_name); 1418 sprintf(str3, "%d", protocol); 1457 str1, str2, str3, str4);
|