HomeSort by relevance Sort by last modified time
    Searched refs:SAFE_CLOSE (Results 76 - 95 of 95) sorted by null

1 2 34

  /external/ltp/testcases/kernel/syscalls/tee/
tee01.c 158 SAFE_CLOSE(cleanup, fd_in);
  /external/ltp/testcases/kernel/syscalls/utime/
utime03.c 260 SAFE_CLOSE(cleanup, fildes);
  /external/ltp/testcases/kernel/syscalls/fanotify/
fanotify04.c 119 SAFE_CLOSE(cleanup, fd);
268 SAFE_CLOSE(cleanup, fd);
fanotify06.c 193 SAFE_CLOSE(cleanup, fd);
265 SAFE_CLOSE(cleanup, fd);
fanotify03.c 281 SAFE_CLOSE(cleanup, fd);
  /external/ltp/testcases/kernel/syscalls/linkat/
linkat01.c 263 SAFE_CLOSE(cleanup, fd);
268 SAFE_CLOSE(cleanup, fd);
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl11.c 273 SAFE_CLOSE(cleanup, parent_pipe[0]);
274 SAFE_CLOSE(cleanup, child_pipe[1]);
639 SAFE_CLOSE(cleanup, fd);
fcntl20.c 119 SAFE_CLOSE(NULL, fd);
  /external/ltp/testcases/kernel/input/
input_helper.c 226 SAFE_CLOSE(NULL, fd);
  /external/ltp/testcases/kernel/syscalls/ftruncate/
ftruncate04.c 186 SAFE_CLOSE(NULL, fd);
  /external/ltp/testcases/kernel/syscalls/mincore/
mincore01.c 191 SAFE_CLOSE(cleanup, fd);
  /external/ltp/testcases/kernel/syscalls/mount/
mount02.c 161 SAFE_CLOSE(cleanup, fd);
  /external/ltp/testcases/kernel/syscalls/mprotect/
mprotect04.c 170 SAFE_CLOSE(cleanup, fd);
  /external/ltp/testcases/kernel/io/direct_io/
dma_thread_diotest.c 331 SAFE_CLOSE(cleanup, worker[j].fd);
385 SAFE_CLOSE(NULL, fd);
  /external/ltp/testcases/kernel/syscalls/perf_event_open/
perf_event_open02.c 213 SAFE_CLOSE(cleanup, fdarry[i]);
  /external/ltp/testcases/kernel/syscalls/ppoll/
ppoll01.c 199 SAFE_CLOSE(fd2);
  /external/ltp/lib/
tst_test.c 96 SAFE_CLOSE(ipc_fd);
137 SAFE_CLOSE(fd);
  /external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 635 SAFE_CLOSE(cleanup, write_fd);
717 SAFE_CLOSE(cleanup, read_fd);
  /external/ltp/include/old/
safe_macros.h 29 #define SAFE_CLOSE(cleanup_fn, fildes) \
30 safe_close(__FILE__, __LINE__, (cleanup_fn), (fildes))
  /external/ltp/include/
tst_safe_macros.h 42 #define SAFE_CLOSE(fd) do { \
43 safe_close(__FILE__, __LINE__, NULL, (fd)); \

Completed in 108 milliseconds

1 2 34