Home
last modified time | relevance | path

Searched refs:rmfile (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/temp/
Dmkostemp.c35 char rmfile[128]; in mkostemp_0100() local
36 int len = sprintf(rmfile, "rm %s", tmpfile); in mkostemp_0100()
38 system(rmfile); in mkostemp_0100()
58 char rmfile[128]; in mkostemp_0200() local
59 int len = sprintf(rmfile, "rm %s", tmpfile); in mkostemp_0200()
61 system(rmfile); in mkostemp_0200()
81 char rmfile[128]; in mkostemp_0300() local
82 int len = sprintf(rmfile, "rm %s", tmpfile); in mkostemp_0300()
84 system(rmfile); in mkostemp_0300()
104 char rmfile[128]; in mkostemp_0400() local
[all …]
Dmkstemps.c33 char rmfile[128]; in mkstemps_0100() local
34 int len = sprintf(rmfile, "rm %s", tmpfile); in mkstemps_0100()
36 system(rmfile); in mkstemps_0100()
55 char rmfile[128]; in mkstemps_0200() local
56 int len = sprintf(rmfile, "rm %s", tmpfile); in mkstemps_0200()
58 system(rmfile); in mkstemps_0200()
77 char rmfile[128]; in mkstemps_0300() local
78 int len = sprintf(rmfile, "rm %s", tmpfile); in mkstemps_0300()
80 system(rmfile); in mkstemps_0300()
Dmkostemps.c35 char rmfile[128]; in mkostemps_0100() local
36 int len = sprintf(rmfile, "rm %s", tmpfile); in mkostemps_0100()
38 system(rmfile); in mkostemps_0100()
58 char rmfile[128]; in mkostemps_0200() local
59 int len = sprintf(rmfile, "rm %s", tmpfile); in mkostemps_0200()
61 system(rmfile); in mkostemps_0200()
80 char rmfile[128]; in mkostemps_0300() local
81 int len = sprintf(rmfile, "rm %s", tmpfile); in mkostemps_0300()
83 system(rmfile); in mkostemps_0300()
Dmkstemp.c34 char rmfile[128]; in mkstemp_0100() local
35 int len = sprintf(rmfile, "rm %s", tmpfile); in mkstemp_0100()
37 system(rmfile); in mkstemp_0100()
56 char rmfile[128]; in mkstemp_0200() local
57 int len = sprintf(rmfile, "rm %s", tmpfile); in mkstemp_0200()
59 system(rmfile); in mkstemp_0200()