libexplain  1.4.D001
Functions
libexplain/buffer/note/still_exists.h File Reference
#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)

Function Documentation

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.

Parameters:
sbThe string buffer to print into.
captionThe 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.

Parameters:
sbThe string buffer to print into.
pathnameThe system call argument of interest
captionThe 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.

Parameters:
sbThe string buffer to print into.
pathnameThe system call argument of interest
captionThe 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.

Parameters:
sbThe string buffer to print into.
captionThe name of the system call argument of interest

Definition at line 25 of file still_exists.c.