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

  /external/strace/tests/
futimesat.c 69 static const char proto_fname[] = "futimesat_sample"; local
72 char *const fname = tail_memdup(proto_fname, sizeof(proto_fname));
95 k_futimesat(kfdcwd, kfname + sizeof(proto_fname) - 1, 0);
98 fname[sizeof(proto_fname) - 1] = '+';
100 fname[sizeof(proto_fname) - 1] = '\0';
xutimes.c 70 static const char proto_fname[] = TEST_SYSCALL_STR "_sample"; local
73 char *const fname = tail_memdup(proto_fname, sizeof(proto_fname));
81 k_utimes(kfname + sizeof(proto_fname) - 1, 0);
87 fname[sizeof(proto_fname) - 1] = '+';
89 fname[sizeof(proto_fname) - 1] = '\0';
utimensat.c 111 static const char proto_fname[] = "utimensat\nfilename"; local
114 char *const fname = tail_memdup(proto_fname, sizeof(proto_fname));
138 k_utimensat(kfdcwd, kfname + sizeof(proto_fname) - 1, 0, 0);
141 fname[sizeof(proto_fname) - 1] = '+';
143 fname[sizeof(proto_fname) - 1] = '\0';
  /external/strace/tests-m32/
futimesat.c 69 static const char proto_fname[] = "futimesat_sample"; local
72 char *const fname = tail_memdup(proto_fname, sizeof(proto_fname));
95 k_futimesat(kfdcwd, kfname + sizeof(proto_fname) - 1, 0);
98 fname[sizeof(proto_fname) - 1] = '+';
100 fname[sizeof(proto_fname) - 1] = '\0';
xutimes.c 70 static const char proto_fname[] = TEST_SYSCALL_STR "_sample"; local
73 char *const fname = tail_memdup(proto_fname, sizeof(proto_fname));
81 k_utimes(kfname + sizeof(proto_fname) - 1, 0);
87 fname[sizeof(proto_fname) - 1] = '+';
89 fname[sizeof(proto_fname) - 1] = '\0';
utimensat.c 111 static const char proto_fname[] = "utimensat\nfilename"; local
114 char *const fname = tail_memdup(proto_fname, sizeof(proto_fname));
138 k_utimensat(kfdcwd, kfname + sizeof(proto_fname) - 1, 0, 0);
141 fname[sizeof(proto_fname) - 1] = '+';
143 fname[sizeof(proto_fname) - 1] = '\0';
  /external/strace/tests-mx32/
futimesat.c 69 static const char proto_fname[] = "futimesat_sample"; local
72 char *const fname = tail_memdup(proto_fname, sizeof(proto_fname));
95 k_futimesat(kfdcwd, kfname + sizeof(proto_fname) - 1, 0);
98 fname[sizeof(proto_fname) - 1] = '+';
100 fname[sizeof(proto_fname) - 1] = '\0';
xutimes.c 70 static const char proto_fname[] = TEST_SYSCALL_STR "_sample"; local
73 char *const fname = tail_memdup(proto_fname, sizeof(proto_fname));
81 k_utimes(kfname + sizeof(proto_fname) - 1, 0);
87 fname[sizeof(proto_fname) - 1] = '+';
89 fname[sizeof(proto_fname) - 1] = '\0';
utimensat.c 111 static const char proto_fname[] = "utimensat\nfilename"; local
114 char *const fname = tail_memdup(proto_fname, sizeof(proto_fname));
138 k_utimensat(kfdcwd, kfname + sizeof(proto_fname) - 1, 0, 0);
141 fname[sizeof(proto_fname) - 1] = '+';
143 fname[sizeof(proto_fname) - 1] = '\0';

Completed in 405 milliseconds