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

/external/toybox/toys/posix/
H A Dtail.c249 int len, last_fd = TT.files[(TT.file_no-1)*2], i, fd; local
261 if (last_fd != fd) {
262 last_fd = fd;
/external/compiler-rt/test/dfsan/
H A Dcustom.cc344 static int last_fd;
351 last_fd = fd;
370 ASSERT_READ_ZERO_LABEL(&last_fd, sizeof(last_fd));
383 ASSERT_READ_LABEL(&last_fd, sizeof(last_fd), i_label);

Completed in 156 milliseconds