HomeSort by relevance Sort by last modified time
    Searched full:futimesat (Results 1 - 25 of 182) sorted by null

1 2 3 4 5 6 7 8

  /external/strace/tests/
futimesat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (futimesat -a28); do not edit.
futimesat.c 2 * Check decoding of futimesat syscall.
80 printf("futimesat(0, %s, NULL) = %s\n", qname, errstr);
83 printf("futimesat(%d, %s, NULL) = %s\n", (int) bogus_fd, qname, errstr);
86 printf("futimesat(AT_FDCWD, %s, NULL) = %s\n", qname, errstr);
89 printf("futimesat(AT_FDCWD, %s, NULL) = %s\n", qname, errstr);
93 printf("futimesat(AT_FDCWD, NULL, NULL) = %s\n", errstr);
96 printf("futimesat(AT_FDCWD, \"\", NULL) = %s\n", errstr);
101 printf("futimesat(AT_FDCWD, %p, NULL) = %s\n", fname, errstr);
105 printf("futimesat(AT_FDCWD, %#jx, NULL) = %s\n",
111 printf("futimesat(AT_FDCWD, %s, %p) = %s\n"
    [all...]
pure_executables.am 66 futimesat \
pure_executables.list 65 futimesat
  /external/strace/tests-m32/
futimesat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (futimesat -a28); do not edit.
futimesat.c 2 * Check decoding of futimesat syscall.
80 printf("futimesat(0, %s, NULL) = %s\n", qname, errstr);
83 printf("futimesat(%d, %s, NULL) = %s\n", (int) bogus_fd, qname, errstr);
86 printf("futimesat(AT_FDCWD, %s, NULL) = %s\n", qname, errstr);
89 printf("futimesat(AT_FDCWD, %s, NULL) = %s\n", qname, errstr);
93 printf("futimesat(AT_FDCWD, NULL, NULL) = %s\n", errstr);
96 printf("futimesat(AT_FDCWD, \"\", NULL) = %s\n", errstr);
101 printf("futimesat(AT_FDCWD, %p, NULL) = %s\n", fname, errstr);
105 printf("futimesat(AT_FDCWD, %#jx, NULL) = %s\n",
111 printf("futimesat(AT_FDCWD, %s, %p) = %s\n"
    [all...]
pure_executables.am 66 futimesat \
pure_executables.list 65 futimesat
  /external/strace/tests-mx32/
futimesat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (futimesat -a28); do not edit.
futimesat.c 2 * Check decoding of futimesat syscall.
80 printf("futimesat(0, %s, NULL) = %s\n", qname, errstr);
83 printf("futimesat(%d, %s, NULL) = %s\n", (int) bogus_fd, qname, errstr);
86 printf("futimesat(AT_FDCWD, %s, NULL) = %s\n", qname, errstr);
89 printf("futimesat(AT_FDCWD, %s, NULL) = %s\n", qname, errstr);
93 printf("futimesat(AT_FDCWD, NULL, NULL) = %s\n", errstr);
96 printf("futimesat(AT_FDCWD, \"\", NULL) = %s\n", errstr);
101 printf("futimesat(AT_FDCWD, %p, NULL) = %s\n", fname, errstr);
105 printf("futimesat(AT_FDCWD, %#jx, NULL) = %s\n",
111 printf("futimesat(AT_FDCWD, %s, %p) = %s\n"
    [all...]
pure_executables.am 66 futimesat \
pure_executables.list 65 futimesat
  /external/ltp/testcases/kernel/include/
hppa.in 5 futimesat (__NR_openat + 4)
ia64.in 254 futimesat 1285
sparc64.in 266 futimesat 288
x86_64.in 261 futimesat 261
  /bionic/libc/bionic/
sys_time.cpp 37 static int futimesat(int fd, const char* path, const timeval tv[2], int flags) { function
47 return futimesat(AT_FDCWD, path, tv, 0);
51 return futimesat(AT_FDCWD, path, tv, AT_SYMLINK_NOFOLLOW);
54 int futimesat(int fd, const char* path, const timeval tv[2]) { function
55 return futimesat(fd, path, tv, 0);
  /bionic/tests/
sys_time_test.cpp 82 ASSERT_EQ(0, futimesat(AT_FDCWD, tf.filename, nullptr));
91 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.filename, tv));
94 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.filename, tv));
100 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.filename, tv));
103 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.filename, tv));
  /external/ltp/testcases/kernel/syscalls/futimesat/
futimesat01.c 19 * This test case will verify basic function of futimesat
86 "futimesat() returned expected errno");
88 tst_resm(TFAIL | TTERRNO, "futimesat() failed");
  /cts/tests/tests/os/assets/minijail/
isolated-x86-64.policy 15 futimesat: return EPERM
isolated-arm.policy 25 futimesat: return EPERM
isolated-i386.policy 20 futimesat: return EPERM
  /external/strace/linux/aarch64/
syscallent.h 58 [1066] = { 3, TD|TF, SEN(futimesat), "futimesat" },
  /external/strace/
utimes.c 46 SYS_FUNC(futimesat)
  /bionic/libc/include/sys/
time.h 55 int futimesat(int, const char*, const struct timeval[2]) __INTRODUCED_IN(26);

Completed in 549 milliseconds

1 2 3 4 5 6 7 8