HomeSort by: relevance | last modified time | path
    Searched defs:fl_count (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/setfacl/
setfacl.c 99 size_t fl_count, i; local in function:stdin_files
108 fl_count = 1024;
109 files_list = zmalloc(fl_count * sizeof(char *));
117 if (++i == fl_count) {
118 fl_count <<= 1;
119 if (fl_count > SIZE_MAX / sizeof(char *))
122 fl_count * sizeof(char *));

Completed in 13 milliseconds