Searched refs:nofile (Results 1 – 2 of 2) sorted by relevance
187 nofile: in parse_opt()216 goto nofile; in parse_opt()
310 struct rlimit nofile; in CloseSuperfluousFds() local312 if (getrlimit(RLIMIT_NOFILE, &nofile)) { in CloseSuperfluousFds()317 max_fds = nofile.rlim_cur; in CloseSuperfluousFds()