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

/haiku-fatelf/src/bin/coreutils/src/
H A Dptx.c45 #define ISODIGIT(C) ((C) >= '0' && (C) <= '7') macro
333 length < 3 && ISODIGIT (*string);

Completed in 30 milliseconds