#include <errno.h>
#include <assert.h>
#include <string.h>
#include <stdint.h>
#include <unistd.h>
#include <inttypes.h>
#include "compat/compat.h"
#include "logging.h"
Go to the source code of this file.
◆ MAPFLAGS
◆ fbuf
◆ __attribute__()
static int __attribute__ |
( |
(format(printf, 2, 3)) |
| ) |
|
◆ assert()
◆ if()
if |
( |
(size_t) r >=f->size - f-> |
used | ) |
|
Definition at line 228 of file fbuf.h.
228 {
229 return -1;
230 }
◆ va_end()
◆ va_start()
const char va_start |
( |
va |
, |
|
|
fmt |
|
|
) |
| |
◆ fmt
return r = vsnprintf(f->buf + f->used, f->size - f->used, fmt, va) |
◆ used