MCPcopy Create free account
hub / github.com/coreutils/coreutils / free_ent

Function free_ent

src/ls.c:3199–3207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3197/* Enter and remove entries in the table 'cwd_file'. */
3198
3199static void
3200free_ent (struct fileinfo *f)
3201{
3202 free (f->name);
3203 free (f->linkname);
3204 free (f->absolute_name);
3205 if (f->scontext != UNKNOWN_SECURITY_CONTEXT)
3206 aclinfo_scontext_free (f->scontext);
3207}
3208
3209/* Empty the table of files. */
3210static void

Callers 2

clear_filesFunction · 0.85
extract_dirs_from_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected