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

  /external/ltp/testcases/kernel/fs/ftest/
ftest05.c 95 static char fuss[MAXPATHLEN]; /* directory to do this in */ variable
134 if (!fuss[0])
135 sprintf(fuss, "./ftest05.%d", getpid());
137 mkdir(fuss, 0755);
139 if (chdir(fuss) < 0) {
140 tst_brkm(TBROK | TERRNO, NULL, "\tCan't chdir(%s)", fuss);
173 "\tError creating %s/%s.", fuss, test_name);
226 execl("/bin/rm", "rm", "-rf", fuss, NULL);
234 fuss);
ftest01.c 91 static char fuss[MAXPATHLEN]; /* directory to do this in */ variable
126 if (!fuss[0])
127 sprintf(fuss, "./ftest1.%d", getpid());
129 mkdir(fuss, 0755);
131 if (chdir(fuss) < 0)
165 fuss, test_name);
224 execl("/bin/rm", "rm", "-rf", fuss, NULL);
232 fuss);
ftest03.c 97 static char fuss[MAXPATHLEN]; /* directory to do this in */ variable
146 if (!fuss[0])
147 sprintf(fuss, "%s/ftest03.%d", getcwd(wdbuf, sizeof(wdbuf)),
150 mkdir(fuss, 0755);
152 if (chdir(fuss) < 0) {
153 tst_brkm(TBROK, NULL, "\tCan't chdir(%s), error %d.", fuss,
189 fuss, test_name);
247 execl("/bin/rm", "rm", "-rf", fuss, NULL);
254 fuss);
ftest07.c 103 static char fuss[MAXPATHLEN]; /* directory to do this in */ variable
149 if (!fuss[0])
150 sprintf(fuss, "%s/ftest07.%d", getcwd(wdbuf, sizeof(wdbuf)),
153 mkdir(fuss, 0755);
155 if (chdir(fuss) < 0) {
156 tst_brkm(TBROK, NULL, "\tCan't chdir(%s), error %d.", fuss,
190 fuss, test_name);
246 execl("/bin/rm", "rm", "-rf", fuss, NULL);
252 fuss);

Completed in 1295 milliseconds