Home
last modified time | relevance | path

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

/coreutils/src/
Dptx.c44 #define ISODIGIT(C) ((C) >= '0' && (C) <= '7') macro
326 length < 3 && ISODIGIT (*string); in unescape_string()