Lines Matching refs:me
241 #define warn(val,m1,m2) if ((val) < 0) dowarn(me,m1,m2)
250 static void crfile(int me, int count)
255 ft_mkname(fname, dirname, me, count);
278 dowarn(me, "compare", 0);
288 static void unlfile(int me, int count)
300 ft_mkname(fname, dirname, me, i);
306 dowarn(me, "unlink", fname);
316 static void fussdir(int me, int count)
321 ft_mkname(dir, dirname, me, count);
337 crfile(me, count);
338 crfile(me, count + 1);
347 "Test[%d]: rmdir of non-empty %s succeeds!", me,
354 ft_mkname(fname, dirname, me, count);
358 ft_mkname(fname, dirname, me, count + 1);
392 static void dotest(int me, int count)
396 //tst_resm(TINFO,"Test %d pid %d starting.", me, getpid());
402 (*ino_thing[thing].it_proc) (me, i, ino_thing[thing].it_name);
406 //tst_resm(TINFO,"Test %d pid %d exiting.", me, getpid());
409 static void dowarn(int me, char *m1, char *m2)
414 me, err, m1, (m2 ? m2 : ""));