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

/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl15.c361 int fd_A, fd_B; local
384 if ((fd_A = open(tmpname, file_flag, file_mode)) < 0) {
391 (void)write(fd_A, DATA, 10);
405 if ((fd_B = fcntl(fd_A, F_DUPFD, 0)) < 0) {
422 if ((fcntl(fd_A, F_SETLK, &flock)) < 0) {
495 close(fd_A);

Completed in 29 milliseconds