Lines Matching defs:basepath
24 static const char *basepath;
105 sprintf(testfile, "%s/testfile.%d", basepath, testnum);
1971 basepath = argv[1];
1972 basepath_r = basepath;
1996 assert(strlen(basepath) < 512);
1998 if (basepath[0] != '/') {
2003 sprintf(testfile, "%s/testfile", basepath);
2004 sprintf(testfile2, "%s/testfile2", basepath);
2005 sprintf(testdir, "%s/testdir", basepath);
2006 sprintf(testdir2, "%s/testdir2", basepath);
2008 sprintf(testsock, "%s/testsock", basepath);