Searched refs:fdcount (Results 1 – 1 of 1) sorted by relevance
196 int fdcount; in get_openfiles() local209 fdcount = lsdir(format, files, ARRAY_SIZE(files)); in get_openfiles()210 if (fdcount < 0) { in get_openfiles()214 for (loop = 2; loop < fdcount; loop++) { in get_openfiles()224 for (loop = 0; loop < fdcount; loop++) in get_openfiles()
Completed in 3 milliseconds