Searched refs:octal (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/storage/sniffer/
H A DParser.cpp30 char octalToChar(char octal);
271 char lastLastChar = 0; // For three char lookahead (have I mentioned I hate octal?)
591 // First handle the octal
618 // First handle the octal
828 octalToChar(char octal) { argument
829 return octalToChar('0', '0', octal);
844 throw new Err("Sniffer pattern error: invalid octal literal (octals must be between octal 0 and octal 377 inclusive)", -1);
846 throw new Err(std::string("Sniffer parser error: invalid octal digi
[all...]

Completed in 35 milliseconds