Home
last modified time | relevance | path

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

/freebsd/lib/libulog/
H A Dutempter.c33 static int last_fd = -1; variable
40 last_fd = fd; in utempter_add_record()
48 if (last_fd < 0) in utempter_remove_added_record()
50 ulog_logout_pseudo(last_fd); in utempter_remove_added_record()
51 last_fd = -1; in utempter_remove_added_record()
60 if (last_fd == fd) in utempter_remove_record()
61 last_fd = -1; in utempter_remove_record()
/freebsd/contrib/dialog/
H A Dui_getc.c196 int last_fd = -1; in check_inputs() local
207 if (last_fd < fd) in check_inputs()
208 last_fd = fd; in check_inputs()
215 found = select(last_fd + 1, &read_fds, in check_inputs()