Searched refs:__swbuf (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dwbuf.c59 __swbuf(int c, FILE *fp) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h1565 int __swbuf(int, FILE *);
1579 return (__swbuf(_c, _p));
1590 __swbuf('\n', p) : \
1591 __swbuf((int)(c), p) : \

Completed in 46 milliseconds