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

/freebsd-9.3-release/lib/libulog/
H A Dutempter.c33 static int last_fd = -1; variable
40 last_fd = fd;
48 if (last_fd < 0)
50 ulog_logout_pseudo(last_fd);
51 last_fd = -1;
60 if (last_fd == fd)
61 last_fd = -1;
/freebsd-9.3-release/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 78 milliseconds