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

/freebsd-12-stable/bin/setfacl/
H A Dsetfacl.c93 size_t fl_count, i; local
102 fl_count = 1024;
103 files_list = zmalloc(fl_count * sizeof(char *));
111 if (++i == fl_count) {
112 fl_count <<= 1;
113 if (fl_count > SIZE_MAX / sizeof(char *))
116 fl_count * sizeof(char *));

Completed in 162 milliseconds