Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_printf.c49 _sput(char c, char **p) in _sput() function
116 _sput('\r', bp); in _doprint()
117 _sput('\n', bp); in _doprint()
123 _sput((char)c, bp); in _doprint()
151 _sput('-', bp); in _doprint()
189 _sput('\r', bp); in _doprint()
190 _sput((char)c, bp); in _doprint()
198 _sput('\r', bp); in _doprint()
199 _sput((char)c, bp); in _doprint()
208 _sput('%', bp); in _doprint()
[all …]
/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_printf.c46 _sput(char c, char **p) in _sput() function
81 (void) _doprint(fmt, adx, _sput, &bp); in prom_sprintf()
92 (void) _doprint(fmt, adx, _sput, &bp); in prom_vsprintf()