HomeSort by relevance Sort by last modified time
    Searched refs:isoctal (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
options.c 1120 #define isoctal(c) ((c) >= '0' && (c) < '8') macro
1233 if (isoctal(c)) {
1238 for (n = 0; n < 3 && isoctal(c); ++n) {
1345 #undef isoctal macro
    [all...]
  /system/core/libacc/
acc.cpp 4250 static bool isoctal(int ch) { function in class:acc::Compiler
    [all...]

Completed in 205 milliseconds