Searched defs:bitstr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c62 char bitstr[33] = { '0' }; variable
1268 bitstr[32] = '\0';
1272 bitstr[i] = '1';
1274 bitstr[i] = '0';
1278 return (bitstr);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c1176 char bitstr[16]; local
1185 (void) sm_snprintf(bitstr, sizeof(bitstr), "%d", b);
1186 macdefine(mac, A_TEMP, macid("{cipher_bits}"), bitstr);
1187 (void) sm_snprintf(bitstr, sizeof(bitstr), "%d", r);
1188 macdefine(mac, A_TEMP, macid("{alg_bits}"), bitstr);
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c1408 uchar_t *bitstr = NULL; local
1415 row, (char **)&bitstr, snmp_syserr_p);
1421 nbytes = strlen((const char *)bitstr);
1435 if (ret < 0 || bitstr == NULL || nbytes == 0 || 2 < nbytes) {
1436 if (bitstr)
1437 free(bitstr);
1449 enabled = bitstr[0];
1451 enabled = bitstr[1];
1453 if (bitstr) {
1454 free(bitstr);
[all...]
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c393 char *bitstr = NULL; local
402 if (kmfber_scanf(asn1, "B}", &bitstr, &size) == BER_BIT_STRING) {
403 spki->subjectPublicKey.Data = (uchar_t *)bitstr;
411 if (bitstr != NULL)
412 free(bitstr);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c1334 unsigned long bitstr = 0; local
1336 bitstr = \
1337 ((bitstr) << 8) + ((i < klen)?hexstr[i]:0);
1341 if ((bitstr & \

Completed in 76 milliseconds