Go to the source code of this file.
Function Documentation
The explain_buffer_flock function may be used to form a human readable representation of an flock structure.
- Parameters:
-
sb | The string buffer in which to write the representation of the flock structure. |
flp | pointer to the flock structure to be decoded |
Definition at line 49 of file flock.c.
The explain_buffer_flock64 function may be used to form a human readable representation of an flock64 structure.
- Parameters:
-
sb | The string buffer in which to write the representation of the flock structure. |
flp | pointer to the flock64 structure to be decoded |