Searched refs:sf_file (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/bin/setfacl/
H A Dsetfacl.c63 struct sf_file { struct
65 TAILQ_ENTRY(sf_file) next;
67 static TAILQ_HEAD(, sf_file) filelist;
80 struct sf_file *file;
86 file = zmalloc(sizeof(struct sf_file));
109 struct sf_file *file;

Completed in 56 milliseconds