Home
last modified time | relevance | path

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

/freebsd/include/
H A Dstdio.h472 static __inline int __sputc(int _c, FILE *_p) { in __sputc() function
482 #define __sputc(c, p) \ macro
/freebsd/stand/powerpc/boot1.chrp/
H A Dboot1.c817 __sputc(char c, void *arg) in __sputc() function