Home
last modified time | relevance | path

Searched refs:got_fd (Results 1 – 5 of 5) sorted by relevance

/external/strace/tests/
Dqual_fault.c46 static int got_fd; variable
71 rc = writev(got_fd, &io, 1); in invoke()
82 got_fd, &io, errstr); in invoke()
86 got_fd, buf, (int) io.iov_len, errstr); in invoke()
95 got_fd, &io, rc); in invoke()
99 got_fd, buf, (int) io.iov_len, in invoke()
178 got_fd = open_file(got_prefix, proc); in main()
/external/strace/tests-mx32/
Dqual_fault.c46 static int got_fd; variable
71 rc = writev(got_fd, &io, 1); in invoke()
82 got_fd, &io, errstr); in invoke()
86 got_fd, buf, (int) io.iov_len, errstr); in invoke()
95 got_fd, &io, rc); in invoke()
99 got_fd, buf, (int) io.iov_len, in invoke()
178 got_fd = open_file(got_prefix, proc); in main()
/external/strace/tests-m32/
Dqual_fault.c46 static int got_fd; variable
71 rc = writev(got_fd, &io, 1); in invoke()
82 got_fd, &io, errstr); in invoke()
86 got_fd, buf, (int) io.iov_len, errstr); in invoke()
95 got_fd, &io, rc); in invoke()
99 got_fd, buf, (int) io.iov_len, in invoke()
178 got_fd = open_file(got_prefix, proc); in main()
/external/mksh/src/
Dmain.c1195 goto got_fd; in tty_init_fd()
1200 goto got_fd; in tty_init_fd()
1212 goto got_fd; in tty_init_fd()
1218 got_fd: in tty_init_fd()
/external/strace/
DChangeLog14688 (gotfd): Rename to got_fd, remove const qualifier and initialization.