ABS_ROOT           39 srclib/apr/test/testnames.c     rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo", ABS_ROOT"bar", APR_FILEPATH_NOTABOVEROOT,
ABS_ROOT           52 srclib/apr/test/testnames.c     rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo", ABS_ROOT"foo/bar", 
ABS_ROOT           56 srclib/apr/test/testnames.c     ABTS_STR_EQUAL(tc, ABS_ROOT"foo/bar", dstpath);
ABS_ROOT           64 srclib/apr/test/testnames.c     rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo", ABS_ROOT"foo/bar", 0, p);
ABS_ROOT           67 srclib/apr/test/testnames.c     ABTS_STR_EQUAL(tc, ABS_ROOT"foo/bar", dstpath);
ABS_ROOT           75 srclib/apr/test/testnames.c     rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo/bar", "../baz", 0, p);
ABS_ROOT           78 srclib/apr/test/testnames.c     ABTS_STR_EQUAL(tc, ABS_ROOT"foo/baz", dstpath);
ABS_ROOT          117 srclib/apr/test/testnames.c     rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo/bar", "../bar/baz", 0, p);
ABS_ROOT          120 srclib/apr/test/testnames.c     ABTS_STR_EQUAL(tc, ABS_ROOT"foo/bar/baz", dstpath);
ABS_ROOT          128 srclib/apr/test/testnames.c     rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo/bar", "../baz",
ABS_ROOT          132 srclib/apr/test/testnames.c     ABTS_STR_EQUAL(tc, ABS_ROOT"foo/baz", dstpath);
ABS_ROOT          156 srclib/apr/test/testnames.c     rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo/bar", "../baz", 
ABS_ROOT          182 srclib/apr/test/testnames.c     const char *path = ABS_ROOT"foo/bar";
ABS_ROOT          188 srclib/apr/test/testnames.c     ABTS_STR_EQUAL(tc, ABS_ROOT, root);