raw_smbcli_open   506 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_nt->tree, "..", O_RDONLY, DENY_NONE, NULL);
raw_smbcli_open   508 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_dos->tree, "..", O_RDONLY, DENY_NONE, NULL);
raw_smbcli_open   511 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_nt->tree, ".", O_RDONLY, DENY_NONE, NULL);
raw_smbcli_open   513 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_dos->tree, ".", O_RDONLY, DENY_NONE, NULL);
raw_smbcli_open   516 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_nt->tree, "\t", O_RDONLY, DENY_NONE, NULL);
raw_smbcli_open   518 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_dos->tree, "\t", O_RDONLY, DENY_NONE, NULL);
raw_smbcli_open   521 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_nt->tree, "\t\\bla", O_RDONLY, DENY_NONE, NULL);
raw_smbcli_open   523 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_dos->tree, "\t\\bla", O_RDONLY, DENY_NONE, NULL);
raw_smbcli_open   526 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_nt->tree, "<", O_RDONLY, DENY_NONE, NULL);
raw_smbcli_open   528 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_dos->tree, "<", O_RDONLY, DENY_NONE, NULL);
raw_smbcli_open   531 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_nt->tree, "<\\bla", O_RDONLY, DENY_NONE, NULL);
raw_smbcli_open   533 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_dos->tree, "<\\bla", O_RDONLY, DENY_NONE, NULL);
raw_smbcli_open   537 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_nt->tree, fpath, O_RDONLY | O_CREAT| O_EXCL, DENY_NONE, NULL);
raw_smbcli_open   539 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_dos->tree, fpath, O_RDONLY | O_CREAT| O_EXCL, DENY_NONE, NULL);