HomeSort by relevance Sort by last modified time
    Searched refs:fd_old (Results 1 - 12 of 12) sorted by null

  /external/strace/tests/
dup2.c 12 const long int fd_old = (long int) 0xdeadbeefffffffffULL; local
15 long rc = syscall(__NR_dup2, fd_old, fd_new);
17 (int) fd_old, (int) fd_new, rc, errno2name());
dup3.c 13 const long int fd_old = (long int) 0xdeadbeefffffffffULL; local
16 long rc = syscall(__NR_dup3, fd_old, fd_new, O_CLOEXEC);
18 (int) fd_old, (int) fd_new, rc, errno2name());
renameat.c 15 const long int fd_old = (long int) 0xdeadbeefffffffffULL; local
18 long rc = syscall(__NR_renameat, fd_old, OLD_FILE, fd_new, NEW_FILE);
20 (int) fd_old, OLD_FILE, (int) fd_new, NEW_FILE,
linkat.c 14 const long fd_old = (long) 0xdeadbeefffffffffULL; local
17 long rc = syscall(__NR_linkat, fd_old, sample_1, fd_new, sample_2, 0);
19 (int) fd_old, sample_1, (int) fd_new, sample_2,
  /external/strace/tests-m32/
dup2.c 12 const long int fd_old = (long int) 0xdeadbeefffffffffULL; local
15 long rc = syscall(__NR_dup2, fd_old, fd_new);
17 (int) fd_old, (int) fd_new, rc, errno2name());
dup3.c 13 const long int fd_old = (long int) 0xdeadbeefffffffffULL; local
16 long rc = syscall(__NR_dup3, fd_old, fd_new, O_CLOEXEC);
18 (int) fd_old, (int) fd_new, rc, errno2name());
renameat.c 15 const long int fd_old = (long int) 0xdeadbeefffffffffULL; local
18 long rc = syscall(__NR_renameat, fd_old, OLD_FILE, fd_new, NEW_FILE);
20 (int) fd_old, OLD_FILE, (int) fd_new, NEW_FILE,
linkat.c 14 const long fd_old = (long) 0xdeadbeefffffffffULL; local
17 long rc = syscall(__NR_linkat, fd_old, sample_1, fd_new, sample_2, 0);
19 (int) fd_old, sample_1, (int) fd_new, sample_2,
  /external/strace/tests-mx32/
dup2.c 12 const long int fd_old = (long int) 0xdeadbeefffffffffULL; local
15 long rc = syscall(__NR_dup2, fd_old, fd_new);
17 (int) fd_old, (int) fd_new, rc, errno2name());
dup3.c 13 const long int fd_old = (long int) 0xdeadbeefffffffffULL; local
16 long rc = syscall(__NR_dup3, fd_old, fd_new, O_CLOEXEC);
18 (int) fd_old, (int) fd_new, rc, errno2name());
renameat.c 15 const long int fd_old = (long int) 0xdeadbeefffffffffULL; local
18 long rc = syscall(__NR_renameat, fd_old, OLD_FILE, fd_new, NEW_FILE);
20 (int) fd_old, OLD_FILE, (int) fd_new, NEW_FILE,
linkat.c 14 const long fd_old = (long) 0xdeadbeefffffffffULL; local
17 long rc = syscall(__NR_linkat, fd_old, sample_1, fd_new, sample_2, 0);
19 (int) fd_old, sample_1, (int) fd_new, sample_2,

Completed in 319 milliseconds