Lines Matching +full:buffered +full:- +full:positive
1 /* SPDX-License-Identifier: LGPL-2.1 OR MIT */
4 * Copyright (C) 2017-2021 Willy Tarreau <[email protected]>
21 #define EOF (-1)
25 #define _IOFBF 0 /* Fully buffered. */
26 #define _IOLBF 1 /* Line buffered. */
29 /* just define FILE as a non-empty type. The value of the pointer gives
30 * the FD: FILE=~fd for fd>=0 or NULL for fd<0. This way positive FILE
61 return -1; in fileno()
75 return -1; in fflush()
90 return -1; in fclose()
143 /* internal fwrite()-like function which only takes a size and returns 0 on
156 size -= ret; in _fwrite()
212 * - %[l*]{d,u,c,x,p}
213 * - %s
214 * - unknown modifiers are ignored.
247 /* sign-extend the value */ in vfprintf()
303 len = ofs - 1; in vfprintf()