Lines Matching refs:place
441 int place = 0;
467 convert[place++] = (caps ? "0123456789ABCDEF" : "0123456789abcdef")
470 } while (uvalue && (place < (int)sizeof(convert)));
471 if (place == sizeof(convert))
472 place--;
473 convert[place] = 0;
475 zpadlen = max - place;
477 min - OSSL_MAX(max, place) - (signvalue ? 1 : 0) - strlen(prefix);
517 while (place > 0) {
518 if (!doapr_outch(sbuffer, buffer, currlen, maxlen, convert[--place]))