libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_note_still_exists (explain_string_buffer_t *sb, const char *caption) |
void | explain_buffer_note_if_still_exists (explain_string_buffer_t *sb, const char *pathname, const char *caption) |
void | explain_buffer_note_exists (explain_string_buffer_t *sb, const char *caption) |
void | explain_buffer_note_if_exists (explain_string_buffer_t *sb, const char *pathname, const char *caption) |
void explain_buffer_note_exists | ( | explain_string_buffer_t * | sb, |
const char * | caption | ||
) |
The explain_buffer_note_exists function may be used to supplement an explataion with information about the existence of a particular pathname.
sb | The string buffer to print into. |
caption | The name of the system call argument of interest |
Definition at line 58 of file still_exists.c.
void explain_buffer_note_if_exists | ( | explain_string_buffer_t * | sb, |
const char * | pathname, | ||
const char * | caption | ||
) |
The explain_buffer_note_if_exists function may be used to supplement an explataion with information about the existence of a particular pathname.
sb | The string buffer to print into. |
pathname | The system call argument of interest |
caption | The name of the system call argument of interest |
Definition at line 80 of file still_exists.c.
void explain_buffer_note_if_still_exists | ( | explain_string_buffer_t * | sb, |
const char * | pathname, | ||
const char * | caption | ||
) |
The explain_buffer_note_if_still_exists function may be used to supplement an explataion with information about the existence of a particular pathname.
sb | The string buffer to print into. |
pathname | The system call argument of interest |
caption | The name of the system call argument of interest |
Definition at line 47 of file still_exists.c.
void explain_buffer_note_still_exists | ( | explain_string_buffer_t * | sb, |
const char * | caption | ||
) |
The explain_buffer_note_still_exists function may be used to supplement an explataion with information about the existence of a particular pathname.
sb | The string buffer to print into. |
caption | The name of the system call argument of interest |
Definition at line 25 of file still_exists.c.