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

  /external/strace/tests/
dup2.c 13 const long int fd_new = (long int) 0xdeadbeeffffffffeULL; local
15 long rc = syscall(__NR_dup2, fd_old, fd_new);
17 (int) fd_old, (int) fd_new, rc, errno2name());
dup3.c 14 const long int fd_new = (long int) 0xdeadbeeffffffffeULL; local
16 long rc = syscall(__NR_dup3, fd_old, fd_new, O_CLOEXEC);
18 (int) fd_old, (int) fd_new, rc, errno2name());
renameat.c 16 const long int fd_new = (long int) 0xdeadbeeffffffffeULL; 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 15 const long fd_new = (long) 0xdeadbeeffffffffeULL; 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 13 const long int fd_new = (long int) 0xdeadbeeffffffffeULL; local
15 long rc = syscall(__NR_dup2, fd_old, fd_new);
17 (int) fd_old, (int) fd_new, rc, errno2name());
dup3.c 14 const long int fd_new = (long int) 0xdeadbeeffffffffeULL; local
16 long rc = syscall(__NR_dup3, fd_old, fd_new, O_CLOEXEC);
18 (int) fd_old, (int) fd_new, rc, errno2name());
renameat.c 16 const long int fd_new = (long int) 0xdeadbeeffffffffeULL; 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 15 const long fd_new = (long) 0xdeadbeeffffffffeULL; 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 13 const long int fd_new = (long int) 0xdeadbeeffffffffeULL; local
15 long rc = syscall(__NR_dup2, fd_old, fd_new);
17 (int) fd_old, (int) fd_new, rc, errno2name());
dup3.c 14 const long int fd_new = (long int) 0xdeadbeeffffffffeULL; local
16 long rc = syscall(__NR_dup3, fd_old, fd_new, O_CLOEXEC);
18 (int) fd_old, (int) fd_new, rc, errno2name());
renameat.c 16 const long int fd_new = (long int) 0xdeadbeeffffffffeULL; 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 15 const long fd_new = (long) 0xdeadbeeffffffffeULL; 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/boringssl/src/crypto/bio/
fd.c 141 static int fd_new(BIO *bio) { function
265 fd_gets, fd_ctrl, fd_new, fd_free, NULL /* callback_ctrl */,

Completed in 274 milliseconds