Home | History | Annotate | Download | only in psaux

Lines Matching refs:IS_OCTAL_DIGIT

336 #define IS_OCTAL_DIGIT( c ) ( '0' <= (c) && (c) <= '7' )
390 if ( !IS_OCTAL_DIGIT( *cur ) )