Go to the source code of this file.
Function Documentation
The explain_buffer_rlim_t function may be used to insert a human readable representation of an rlim_t struct into the given buffer.
- Parameters:
 - 
  
    | sb | The string buffer to write into  | 
    | value | Pointer to the rlim_t value to be printed  | 
  
   
Definition at line 30 of file rlimit.c.
 
 
The explain_buffer_rlimit function may be used to insert a human readable representation of an rlimit struct into the given buffer.
- Parameters:
 - 
  
    | sb | The string buffer to write into  | 
    | value | Pointer to the rlimit struct to be printed  | 
  
   
Definition at line 44 of file rlimit.c.