dirfile_free_entry_strings (3) Linux Manual Page
NAME dirfile_free_entry_strings — free strings in a GetData gd_entry_t object SYNOPSIS #include <getdata.h> gd_entry_t *dirfile_free_entry_strings(gd_entry_t *entry); DESCRIPTION The dirfile_free_entry_strings() function frees the character strings found in the gd_entry_t object entry which were previously allocated by a call to get_entry(3). If entry is NULL, this function does nothing. If non-NULL, entry must point to a valid…
