Home
last modified time | relevance | path

Searched refs:only_digit (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/intl/
Dl10nflist.c401 int only_digit = 1; local
412 only_digit = 0;
415 retval = (char *) malloc ((only_digit ? 3 : 0) + len + 1);
419 if (only_digit)