Lines Matching +full:buffered +full:- +full:positive
1 /* SPDX-License-Identifier: LGPL-2.1 OR MIT */
4 * Copyright (C) 2017-2021 Willy Tarreau <w@1wt.eu>
20 #define EOF (-1)
24 #define _IOFBF 0 /* Fully buffered. */
25 #define _IOLBF 1 /* Line buffered. */
28 /* just define FILE as a non-empty type. The value of the pointer gives
29 * the FD: FILE=~fd for fd>=0 or NULL for fd<0. This way positive FILE
60 return -1; in fileno()
74 return -1; in fflush()
89 return -1; in fclose()
142 /* internal fwrite()-like function which only takes a size and returns 0 on
155 size -= ret; in _fwrite()
211 * - %[l*]{d,u,c,x,p}
212 * - %s
213 * - unknown modifiers are ignored.
246 /* sign-extend the value */ in vfprintf()
302 len = ofs - 1; in vfprintf()