Searched defs:didx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c1003 uint32_t num_of_d_str, mlen, dlen, didx, i, j; local
1037 didx = SWAP(p, entry->idx);
1038 dlen = (didx == NOMORE_DYNAMIC_MACRO) ? 0 :
1039 d_macro[didx].len;
1060 if (didx == NOMORE_DYNAMIC_MACRO) {
1071 d_macro[didx].ptr, (size_t)dlen);
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c308 uint_t didx = 1; local
328 (void *)&didx, (uintptr_t)dip.devi_child);

Completed in 63 milliseconds