dhcpd-pools  3.0
ISC dhcpd lease usage analyser
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
fflush.c File Reference
#include <config.h>
#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include "freading.h"
#include "stdio-impl.h"
#include "unused-parameter.h"
Include dependency graph for fflush.c:

Functions

static void clear_ungetc_buffer (FILE *fp)
 
static void update_fpos_cache (FILE *fp _GL_UNUSED_PARAMETER, off_t pos _GL_UNUSED_PARAMETER)
 
int rpl_fflush (FILE *stream)
 

Function Documentation

◆ clear_ungetc_buffer()

static void clear_ungetc_buffer ( FILE *  fp)
static

Referenced by rpl_fflush().

Here is the call graph for this function:

◆ rpl_fflush()

int rpl_fflush ( FILE *  stream)
Here is the call graph for this function:

◆ update_fpos_cache()

static void update_fpos_cache ( FILE *fp  _GL_UNUSED_PARAMETER,
off_t pos  _GL_UNUSED_PARAMETER 
)
static

Referenced by rpl_fflush().