Searched refs:hexdigits (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dinet_ntop.c135 int hexdigits; local
151 for (hexdigits = 0; hexdigits < 8; hexdigits++) {
153 if (hexdigits < 4)
164 for (hexdigits = 0; hexdigits < 8; hexdigits++) {
170 if (end_zero && (hexdigits < 4)) {
178 if (hexdigits
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.c674 int hexdigits; local
690 for (hexdigits = 0; hexdigits < 8; hexdigits++) {
692 if (hexdigits < 4)
703 for (hexdigits = 0; hexdigits < 8; hexdigits++) {
707 if (end_zero && (hexdigits < 4)) {
711 if (hexdigits
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c3597 int hexdigits; local
3614 for (hexdigits = 0; hexdigits < 8; hexdigits++) {
3616 if (hexdigits < 4)
3627 for (hexdigits = 0; hexdigits < 8; hexdigits++) {
3633 if (end_zero && (hexdigits < 4)) {
3641 if (hexdigits
[all...]

Completed in 64 milliseconds