Home
last modified time | relevance | path

Searched refs:max_open_files (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/binutils-2.34/bfd/
H A Dcache.c70 static int max_open_files = 0; variable
77 if (max_open_files == 0) in bfd_cache_max_open()
110 max_open_files = max < 10 ? 10 : max; in bfd_cache_max_open()
113 return max_open_files; in bfd_cache_max_open()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dcache.c71 static int max_open_files = 0; variable
78 if (max_open_files == 0) in bfd_cache_max_open()
111 max_open_files = max < 10 ? 10 : max; in bfd_cache_max_open()
114 return max_open_files; in bfd_cache_max_open()
/dragonfly/usr.bin/sort/
H A Dfile.h90 extern size_t max_open_files;
H A Dfile.c61 size_t max_open_files = 16; variable
1153 if ((fl == NULL) || (size_t) (fl->count) < max_open_files) in shrink_file_list()
1167 if ((size_t) num >= max_open_files) in shrink_file_list()
1168 num = max_open_files - 1; in shrink_file_list()
H A Dsort.c1226 max_open_files = (size_t) mof + 1; in main()