libexplain  1.4.D001
Functions
libexplain/buffer/flock.h File Reference

Go to the source code of this file.

Functions

void explain_buffer_flock (struct explain_string_buffer_t *sb, const struct flock *flp)
void explain_buffer_flock64 (struct explain_string_buffer_t *sb, const struct flock64 *flp)

Function Documentation

void explain_buffer_flock ( struct explain_string_buffer_t sb,
const struct flock *  flp 
)

The explain_buffer_flock function may be used to form a human readable representation of an flock structure.

Parameters:
sbThe string buffer in which to write the representation of the flock structure.
flppointer to the flock structure to be decoded

Definition at line 49 of file flock.c.

void explain_buffer_flock64 ( struct explain_string_buffer_t sb,
const struct flock64 *  flp 
)

The explain_buffer_flock64 function may be used to form a human readable representation of an flock64 structure.

Parameters:
sbThe string buffer in which to write the representation of the flock structure.
flppointer to the flock64 structure to be decoded