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

/freebsd-12-stable/lib/libulog/
H A Dutempter.c35 static int last_fd = -1; variable
42 last_fd = fd;
50 if (last_fd < 0)
52 ulog_logout_pseudo(last_fd);
53 last_fd = -1;
62 if (last_fd == fd)
63 last_fd = -1;
/freebsd-12-stable/contrib/dialog/
H A Dui_getc.c183 int last_fd = -1; local
195 if (last_fd < fd)
196 last_fd = fd;
203 found = select(last_fd + 1, &read_fds,

Completed in 59 milliseconds