Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:oct_str

1695                         char oct_str[5] = { '\0', '\0', '\0', '\0', '\0' };
1699 oct_str[i] = p[i];
1705 unsigned long octal_value = ::strtoul (oct_str, NULL, 8);