Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl15.c61 int dup_flag; member
83 static void do_test(int file_flag, int file_mode, int dup_flag) in do_test() argument
108 if (dup_flag == FORK_) { in do_test()
124 static int run_test(int file_flag, int file_mode, int dup_flag) in run_test() argument
129 switch (dup_flag) { in run_test()
147 if (dup_flag != FORK_) in run_test()
153 do_test(file_flag, file_mode, dup_flag); in run_test()
165 if (dup_flag != FORK_) in run_test()
180 run_test(O_CREAT | O_RDWR | O_TRUNC, 0777, tc->dup_flag); in verify_fcntl()

Completed in 1 milliseconds