test_path_ex 117 source4/torture/raw/chkpath.c return test_path_ex(cli, NULL, path, path, expected, dos_expected); test_path_ex 150 source4/torture/raw/chkpath.c ret &= test_path_ex(cli, tctx, BASEDIR, BASEDIR, NT_STATUS_OK, NT_STATUS_OK); test_path_ex 151 source4/torture/raw/chkpath.c ret &= test_path_ex(cli, tctx, ((const char *)BASEDIR) + 1, BASEDIR, NT_STATUS_OK, NT_STATUS_OK); test_path_ex 152 source4/torture/raw/chkpath.c ret &= test_path_ex(cli, tctx, ((const char *)BASEDIR"\\\\") + 1, BASEDIR, NT_STATUS_OK, NT_STATUS_OK); test_path_ex 153 source4/torture/raw/chkpath.c ret &= test_path_ex(cli, tctx, ((const char *)BASEDIR"\\foo\\..") + 1, BASEDIR, NT_STATUS_OK, NT_STATUS_OK); test_path_ex 154 source4/torture/raw/chkpath.c ret &= test_path_ex(cli, tctx, ((const char *)BASEDIR"\\f\\o\\o\\..\\..\\..") + 1, BASEDIR, NT_STATUS_OK, NT_STATUS_OK); test_path_ex 155 source4/torture/raw/chkpath.c ret &= test_path_ex(cli, tctx, ((const char *)BASEDIR"\\foo\\\\..\\\\") + 1, BASEDIR, NT_STATUS_OK, NT_STATUS_OK); test_path_ex 156 source4/torture/raw/chkpath.c ret &= test_path_ex(cli, tctx, BASEDIR"\\", BASEDIR, NT_STATUS_OK, NT_STATUS_OK); test_path_ex 157 source4/torture/raw/chkpath.c ret &= test_path_ex(cli, tctx, BASEDIR"\\\\..\\"BASEDIR, BASEDIR, NT_STATUS_OK, NT_STATUS_OK); test_path_ex 158 source4/torture/raw/chkpath.c ret &= test_path_ex(cli, tctx, BASEDIR"\\\\\\", BASEDIR, NT_STATUS_OK, NT_STATUS_OK); test_path_ex 159 source4/torture/raw/chkpath.c ret &= test_path_ex(cli, tctx, "\\\\\\\\"BASEDIR"\\\\\\\\", BASEDIR, NT_STATUS_OK, NT_STATUS_OK); test_path_ex 160 source4/torture/raw/chkpath.c ret &= test_path_ex(cli, tctx, "\\\\\\\\"BASEDIR, BASEDIR, NT_STATUS_OK, NT_STATUS_OK); test_path_ex 161 source4/torture/raw/chkpath.c ret &= test_path_ex(cli, tctx, BASEDIR "\\foo\\..\\test.txt..", BASEDIR "\\test.txt..", test_path_ex 163 source4/torture/raw/chkpath.c ret &= test_path_ex(cli, tctx, "", "\\", NT_STATUS_OK, NT_STATUS_OK); test_path_ex 224 source4/torture/raw/chkpath.c ret &= test_path_ex(cli, tctx, BASEDIR "\\..", "\\", NT_STATUS_OK,NT_STATUS_OK);