Searched refs:fgets_timed (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/amd/amd/
H A Dinfo_exec.c63 fgets_timed(char *s, int size, int rdfd, int secs) function
93 plog(XLOG_WARNING, "fgets_timed read error: %m");
116 plog(XLOG_WARNING, "fgets_timed select error: %m");
142 while (fgets_timed(buf, size, fd, gopt.exec_map_timeout)) {
222 while (fgets_timed(qanswer, sizeof(qanswer), fd, gopt.exec_map_timeout) &&

Completed in 129 milliseconds