Home
last modified time | relevance | path

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

/coreutils/src/
Dtail.c1625 struct pollfd pfd[2]; in tail_forever_inotify() local
1649 pfd[0].fd = wd; in tail_forever_inotify()
1650 pfd[0].events = POLLIN; in tail_forever_inotify()
1651 pfd[1].fd = STDOUT_FILENO; in tail_forever_inotify()
1652 pfd[1].events = pfd[1].revents = 0; in tail_forever_inotify()
1653 file_change = poll (pfd, monitor_output + 1, delay); in tail_forever_inotify()
1660 if (pfd[1].revents) in tail_forever_inotify()
Dsort.c844 create_temp_file (int *pfd, bool survive_fd_exhaustion) in create_temp_file() argument
884 *pfd = fd; in create_temp_file()