Home | History | Annotate | Download | only in Core

Lines Matching refs:oct_str

2540                     char oct_str[5] = { 0, 0, 0, 0, 0 };
2544 oct_str[i] = p[i];
2550 unsigned long octal_value = ::strtoul (oct_str, NULL, 8);