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