libexplain  1.4.D001
Functions
libexplain/buffer/esrch.h File Reference
#include <libexplain/ac/sys/types.h>
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_esrch (explain_string_buffer_t *sb, const char *caption, pid_t pid)

Function Documentation

void explain_buffer_esrch ( explain_string_buffer_t sb,
const char *  caption,
pid_t  pid 
)

The explain_buffer_esrch function may be used to print an explanation of an ESRCH error.

Parameters:
sbThe string buffer to print into.
captionThe name of the offending system call argument.
pidThe pid that provoked the message (negative ones are process groups)

Definition at line 24 of file esrch.c.