Searched refs:fd_B (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl15.c | 106 int fd_B; in dochild1() local 109 if ((fd_B = open(tmpname, file_flag, file_mode)) < 0) { in dochild1() 121 if ((fcntl(fd_B, F_SETLK, &flock)) < 0) { in dochild1() 166 close(fd_B); in dochild1() 361 int fd_A, fd_B; in run_test() local 362 fd_B = -1; in run_test() 397 if ((fd_B = open(tmpname, file_flag, file_mode)) < 0) { in run_test() 405 if ((fd_B = fcntl(fd_A, F_DUPFD, 0)) < 0) { in run_test() 436 if ((fcntl(fd_B, F_SETLK, &flock)) < 0) { in run_test() 518 close(fd_B); in run_test()
|