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

  /src/lib/libc/stdio/
wbuf.c 56 __swbuf(int c, FILE *fp) function in typeref:typename:int
  /src/include/
stdio.h 453 int __swbuf(int, FILE *);
466 return __swbuf(_c, _p);
477 __swbuf('\n', p) : \
478 __swbuf((int)(c), p) : \

Completed in 12 milliseconds