Home
last modified time | relevance | path

Searched refs:_IONBF (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dsetvbuf.c80 if (mode != _IONBF) in setvbuf()
103 if (mode == _IONBF) in setvbuf()
Dsetbuf.c62 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
Dsetbuffer.c61 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, (size_t)size);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmain.c460 setvbuf(stdin, (char *)NULL, _IONBF, BUFSIZ); in Py_Main()
461 setvbuf(stdout, (char *)NULL, _IONBF, BUFSIZ); in Py_Main()
462 setvbuf(stderr, (char *)NULL, _IONBF, BUFSIZ); in Py_Main()
473 setvbuf(stdout, (char *)NULL, _IONBF, BUFSIZ); in Py_Main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dmain.c498 setvbuf(stdin, (char *)NULL, _IONBF, BUFSIZ); in Py_Main()
499 setvbuf(stdout, (char *)NULL, _IONBF, BUFSIZ); in Py_Main()
500 setvbuf(stderr, (char *)NULL, _IONBF, BUFSIZ); in Py_Main()
511 setvbuf(stdout, (char *)NULL, _IONBF, BUFSIZ); in Py_Main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dmain.c475 setvbuf(stdin, (char *)NULL, _IONBF, BUFSIZ); in Py_Main()
476 setvbuf(stdout, (char *)NULL, _IONBF, BUFSIZ); in Py_Main()
477 setvbuf(stderr, (char *)NULL, _IONBF, BUFSIZ); in Py_Main()
488 setvbuf(stdout, (char *)NULL, _IONBF, BUFSIZ); in Py_Main()
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h288 #define _IONBF 2 /**< setvbuf should set unbuffered */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dliolib.c566 static const int mode[] = {_IONBF, _IOFBF, _IOLBF}; in f_setvbuf()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c517 type = _IONBF; in PyFile_SetBufSize()
533 if (type == _IONBF) { in PyFile_SetBufSize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c510 type = _IONBF; in PyFile_SetBufSize()
526 if (type == _IONBF) { in PyFile_SetBufSize()