Home
last modified time | relevance | path

Searched refs:exp_fd (Results 1 – 4 of 4) sorted by relevance

/external/strace/tests/
Dqual_fault.c45 static int exp_fd; variable
65 rc = write(exp_fd, io.iov_base, io.iov_len); in invoke()
177 exp_fd = open_file(exp_prefix, proc); in main()
/external/strace/tests-mx32/
Dqual_fault.c45 static int exp_fd; variable
65 rc = write(exp_fd, io.iov_base, io.iov_len); in invoke()
177 exp_fd = open_file(exp_prefix, proc); in main()
/external/strace/tests-m32/
Dqual_fault.c45 static int exp_fd; variable
65 rc = write(exp_fd, io.iov_base, io.iov_len); in invoke()
177 exp_fd = open_file(exp_prefix, proc); in main()
/external/strace/
DChangeLog14687 (expfd): Rename to exp_fd, remove const qualifier and initialization.