Home
last modified time | relevance | path

Searched refs:logbase_octal (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dserial.c56 static const char logbase_octal[] = "octal"; variable
59 {logbase_hex, logbase_octal, logbase_ascii, NULL};
100 else if (serial_logbase == logbase_octal) in serial_logchar()