Searched refs:proto_fname (Results 1 - 9 of 9) sorted by relevance

/external/strace/tests/
H A Dfutimesat.c69 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';
H A Dxutimes.c70 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';
H A Dutimensat.c70 static const char proto_fname[] = "utimensat\nfilename"; local
73 char *const fname = tail_memdup(proto_fname, sizeof(proto_fname));
97 k_utimensat(kfdcwd, kfname + sizeof(proto_fname) - 1, 0, 0);
100 fname[sizeof(proto_fname) - 1] = '+';
102 fname[sizeof(proto_fname) - 1] = '\0';
/external/strace/tests-m32/
H A Dfutimesat.c69 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';
H A Dxutimes.c70 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';
H A Dutimensat.c70 static const char proto_fname[] = "utimensat\nfilename"; local
73 char *const fname = tail_memdup(proto_fname, sizeof(proto_fname));
97 k_utimensat(kfdcwd, kfname + sizeof(proto_fname) - 1, 0, 0);
100 fname[sizeof(proto_fname) - 1] = '+';
102 fname[sizeof(proto_fname) - 1] = '\0';
/external/strace/tests-mx32/
H A Dfutimesat.c69 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';
H A Dxutimes.c70 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';
H A Dutimensat.c70 static const char proto_fname[] = "utimensat\nfilename"; local
73 char *const fname = tail_memdup(proto_fname, sizeof(proto_fname));
97 k_utimensat(kfdcwd, kfname + sizeof(proto_fname) - 1, 0, 0);
100 fname[sizeof(proto_fname) - 1] = '+';
102 fname[sizeof(proto_fname) - 1] = '\0';

Completed in 192 milliseconds