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

/xnu-2422.115.4/osfmk/console/
H A Dserial_general.c79 int chr; local
83 chr = _serial_getc(0, 1, 0, 1); /* Get a character if there is one */
84 if(chr < 0) /* The serial buffer is empty */
86 cons_cinput((char)chr); /* Buffer up the character */
/xnu-2422.115.4/tools/lldbmacros/
H A Dxnu.py536 if chr(c) == '\n':
542 line += chr(c)
H A Dmemory.py1307 c = chr(cbyte)
/xnu-2422.115.4/tools/lldbmacros/core/
H A Dcvalue.py312 ch = chr(sbdata.GetUnsignedInt8(serr, i))

Completed in 29 milliseconds