Searched refs:descriptors (Results 1 – 4 of 4) sorted by relevance
189 get_next_out (FILE **descriptors, int nfiles, int idx) in get_next_out() argument192 if (descriptors[idx]) in get_next_out()201 fail_output (FILE **descriptors, char **files, int i) in fail_output() argument207 if (descriptors[i] == stdout) in fail_output()215 descriptors[i] = nullptr; in fail_output()228 FILE **descriptors; in tee_files() local247 descriptors = xnmalloc (nfiles + 1, sizeof *descriptors); in tee_files()251 descriptors[0] = stdout; in tee_files()253 out_pollable[0] = iopoll_output_ok (fileno (descriptors[0])); in tee_files()261 descriptors[i] = fopen (files[i], mode_string); in tee_files()[all …]
41 FILE **descriptors;
2688 sort -m -o f f ... f no longer dumps core when file descriptors are limited.5406 - du no longer runs out of file descriptors unnecessarily
4815 file descriptors. The commands @samp{ulimit -n} or @samp{getconf9864 affected file descriptors, even after @command{dd} exits.