Searched refs:_IOLBF (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/bpfilter/ |
H A D | main.c | 59 setvbuf(debug_f, 0, _IOLBF, 0); in main()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stdio.h | 26 #define _IOLBF 1 /* Line buffered. */ macro 370 case _IOLBF: in setvbuf()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/ |
H A D | 0002-ncftp-3.2.7-fix-clang.patch | 73 is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */
|
/openbmc/qemu/ |
H A D | os-posix.c | 327 setvbuf(stdout, NULL, _IOLBF, 0); in os_set_line_buffering()
|
/openbmc/linux/tools/testing/selftests/ |
H A D | kselftest.h | 125 setvbuf(stdout, NULL, _IOLBF, 0); in ksft_print_header()
|
/openbmc/linux/tools/firewire/ |
H A D | nosy-dump.c | 954 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); in main()
|