Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dmissing_syscall.h386 static inline int missing_close_range(int first_fd, int end_fd, unsigned flags) { in missing_close_range() argument
395 if ((first_fd < 0) || (end_fd < 0 && end_fd != -1)) { in missing_close_range()
402end_fd == -1 ? UINT_MAX : (unsigned) end_fd, /* Of course, the compiler should figure out that thi… in missing_close_range()