Home
last modified time | relevance | path

Searched refs:fuss (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/fs/ftest/
H A Dftest05.c97 static char fuss[MAXPATHLEN]; /* directory to do this in */ variable
136 if (!fuss[0]) in setup()
137 sprintf(fuss, "./ftest05.%d", getpid()); in setup()
139 mkdir(fuss, 0755); in setup()
141 SAFE_CHDIR(NULL, fuss); in setup()
221 execl("/bin/rm", "rm", "-rf", fuss, NULL); in runtest()
229 fuss); in runtest()
H A Dftest01.c93 static char fuss[MAXPATHLEN]; /* directory to do this in */ variable
128 if (!fuss[0]) in setup()
129 sprintf(fuss, "./ftest1.%d", getpid()); in setup()
131 mkdir(fuss, 0755); in setup()
133 SAFE_CHDIR(NULL, fuss); in setup()
221 execl("/bin/rm", "rm", "-rf", fuss, NULL); in runtest()
229 fuss); in runtest()
H A Dftest07.c104 static char fuss[MAXPATHLEN]; /* directory to do this in */ variable
150 if (!fuss[0]) in setup()
151 sprintf(fuss, "%s/ftest07.%d", getcwd(wdbuf, sizeof(wdbuf)), in setup()
154 mkdir(fuss, 0755); in setup()
156 SAFE_CHDIR(NULL, fuss); in setup()
240 execl("/bin/rm", "rm", "-rf", fuss, NULL); in runtest()
246 fuss); in runtest()
H A Dftest03.c98 static char fuss[MAXPATHLEN]; /* directory to do this in */ variable
147 if (!fuss[0]) in setup()
148 sprintf(fuss, "%s/ftest03.%d", getcwd(wdbuf, sizeof(wdbuf)), in setup()
151 mkdir(fuss, 0755); in setup()
153 SAFE_CHDIR(NULL, fuss); in setup()
240 execl("/bin/rm", "rm", "-rf", fuss, NULL); in runtest()
247 fuss); in runtest()

Completed in 3 milliseconds