libexplain  1.4.D001
Functions
libexplain/buffer/einval/mkstemp.c File Reference
#include <libexplain/ac/string.h>
#include <libexplain/buffer/einval.h>
#include <libexplain/buffer/software_error.h>

Go to the source code of this file.

Functions

void explain_buffer_einval_mkstemp (explain_string_buffer_t *sb, const char *pathname, const char *pathname_caption)

Function Documentation

void explain_buffer_einval_mkstemp ( explain_string_buffer_t sb,
const char *  templat,
const char *  templat_caption 
)

The explain_buffer_einval_mkstemp function is use to print an explanation of an EINVAL error, when reported by mknod.

Parameters:
sbThe buffer to print into.
templatThe offending file name template.
templat_captionThe offending syscall argument.

Definition at line 26 of file mkstemp.c.