Home
last modified time | relevance | path

Searched defs:__sputc (Results 1 – 2 of 2) sorted by relevance

/titanic_53/usr/src/boot/include/
H A Dstdio.h463 static __inline int __sputc(int _c, FILE *_p) { in __sputc() function
473 #define __sputc(c, p) \ macro
/titanic_53/usr/src/boot/sys/boot/sparc64/boot1/
H A Dboot1.c704 __sputc(char c, void *arg) in __sputc() function