Searched refs:str4 (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | sm_array_overflow.c | 13 char *str4; in options_write() local 18 str4 = str; in options_write() 32 str4[j] = '\0'; in options_write()
|
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_gids.c | 72 int lstr3, char *str4, int lstr4, char *str5, int lstr5, in sip_md5_hash() argument 91 if (str4 != NULL) in sip_md5_hash() 92 _sasl_MD5Update(&ctx, (uchar_t *)str4, lstr4); in sip_md5_hash() 115 if (str4 != NULL) in sip_md5_hash() 116 MD5Update(&ctx, (uchar_t *)str4, lstr4); in sip_md5_hash()
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipfstat.c | 1173 char str1[STSTRSIZE], str2[STSTRSIZE], str3[STSTRSIZE], str4[STSTRSIZE]; local 1422 sprintf(str4, "proto"); 1425 sprintf(str4, "# pkts"); 1428 sprintf(str4, "# bytes"); 1431 sprintf(str4, "ttl"); 1434 sprintf(str4, "src ip"); 1437 sprintf(str4, "src port"); 1440 sprintf(str4, "dest ip"); 1443 sprintf(str4, "dest port"); 1446 sprintf(str4, "unknown"); [all …]
|