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

/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducgendat.c121 static ac_uint4 dectmp[64]; variable
523 (void) AC_MEMCPY((char *) (*pdecomps)[i].decomp, (char *) dectmp,
1035 for (dectmp[dectmp_size] = 0; ishdigit(*s); s++) {
1036 dectmp[dectmp_size] <<= 4;
1038 dectmp[dectmp_size] += *s - '0';
1040 dectmp[dectmp_size] += (*s - 'A') + 10;
1042 dectmp[dectmp_size] += (*s - 'a') + 10;
1177 dectmp[dectmp_size++] = d->decomp[i];

Completed in 206 milliseconds