HomeSort by: relevance | last modified time | path
    Searched refs:__sputc (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/stdio/
putc.c 62 r = __sputc(c, fp);
71 return __sputc(c, fp);
putchar.c 61 r = __sputc(c, fp);
69 return __sputc(c, stdout);
fputc.c 56 r = __sputc(c, fp);
  /src/include/
stdio.h 462 static __inline int __sputc(int _c, FILE *_p) { function in typeref:typename:__END_DECLS int
472 #define __sputc(c, p) \
495 #define putc(x, fp) __sputc(x, fp)
522 #define putc_unlocked(x, fp) __sputc(x, fp)
  /src/distrib/utils/libhack/
multibyte.c 168 return __sputc(wc & 0xFF, stream);

Completed in 16 milliseconds