libexplain  1.4.D001
Functions
libexplain/buffer/enotblk.c File Reference
#include <libexplain/ac/string.h>
#include <libexplain/ac/sys/stat.h>
#include <libexplain/buffer/enotblk.h>
#include <libexplain/buffer/gettext.h>
#include <libexplain/buffer/wrong_file_type.h>

Go to the source code of this file.

Functions

void explain_buffer_enotblk (explain_string_buffer_t *sb, const char *pathname, const char *caption)

Function Documentation

void explain_buffer_enotblk ( explain_string_buffer_t sb,
const char *  pathname,
const char *  caption 
)

The explain_buffer_enotblk function may be used to print an explanation of an ENOTBLK error.

Parameters:
sbThe string buffer to print into.
pathnameThe path being explainsed
captionThe name of the offending syscall argument

Definition at line 28 of file enotblk.c.