Lines Matching refs:me
260 #define warn(val,m1,m2) if ((val) < 0) dowarn(me,m1,m2)
268 static void crfile(int me, int count)
276 ft_mkname(fname, dirname, me, count);
299 dowarn(me, "compare", 0);
309 static void unlfile(int me, int count)
318 ft_mkname(fname, dirname, me, i);
324 dowarn(me, "unlink", fname);
334 static void fussdir(int me, int count)
339 ft_mkname(dir, dirname, me, count);
355 crfile(me, count);
356 crfile(me, count + 1);
365 "Test[%d]: rmdir of non-empty %s succeeds!", me,
372 ft_mkname(fname, dirname, me, count);
376 ft_mkname(fname, dirname, me, count + 1);
410 static void dotest(int me, int count)
414 //tst_resm(TINFO,"Test %d pid %d starting.", me, getpid());
420 (*ino_thing[thing].it_proc) (me, i, ino_thing[thing].it_name);
424 //tst_resm(TINFO,"Test %d pid %d exiting.", me, getpid());
427 static void dowarn(int me, char *m1, char *m2)
432 me, err, m1, (m2 ? m2 : ""));