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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_gids.c73 sip_md5_hash(char *str1, int lstr1, char *str2, int lstr2, char *str3, argument
90 if (str3 != NULL)
91 _sasl_MD5Update(&ctx, (uchar_t *)str3, lstr3);
114 if (str3 != NULL)
115 MD5Update(&ctx, (uchar_t *)str3, lstr3);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c1174 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);

Completed in 76 milliseconds