Searched defs:end_zero (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dinet_ntop.c145 boolean_t end_zero = B_FALSE; local
162 end_zero = B_TRUE;
170 if (end_zero && (hexdigits < 4)) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.c684 int end_zero = FALSE; local
701 end_zero = TRUE;
707 if (end_zero && (hexdigits < 4)) {
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c3608 boolean_t end_zero = B_FALSE; local
3625 end_zero = B_TRUE;
3633 if (end_zero && (hexdigits < 4)) {

Completed in 55 milliseconds