fpath            1176 source3/libsmb/clirap2.c 			char *fpath, *fuser;
fpath            1190 source3/libsmb/clirap2.c 					&fpath,
fpath            1201 source3/libsmb/clirap2.c 			if (fpath && fuser) {
fpath            1202 source3/libsmb/clirap2.c 				fn(fpath, fuser, perms, locks, id);
fpath            1296 source3/libsmb/clirap2.c 				char *fpath, *fuser;
fpath            1303 source3/libsmb/clirap2.c 					&fpath,
fpath            1314 source3/libsmb/clirap2.c 				if (fpath && fuser) {
fpath            1315 source3/libsmb/clirap2.c 					fn(fpath, fuser, perms, locks, id);
fpath             335 source4/torture/raw/samba3misc.c 	char *fpath;
fpath             403 source4/torture/raw/samba3misc.c 	if (!(fpath = talloc_asprintf(mem_ctx, "%s\\%s", dirname, fname))) {
fpath             406 source4/torture/raw/samba3misc.c 	fnum = smbcli_open(cli_nt->tree, fpath, O_RDWR | O_CREAT, DENY_NONE);
fpath             408 source4/torture/raw/samba3misc.c 		d_printf("Could not create file %s: %s\n", fpath,
fpath             429 source4/torture/raw/samba3misc.c 	status = smbcli_chkpath(cli_nt->tree, fpath);
fpath             431 source4/torture/raw/samba3misc.c 	status = smbcli_chkpath(cli_dos->tree, fpath);
fpath             469 source4/torture/raw/samba3misc.c 	status = smbcli_getatr(cli_nt->tree, fpath, NULL, NULL, NULL);
fpath             471 source4/torture/raw/samba3misc.c 	status = smbcli_getatr(cli_dos->tree, fpath, NULL, NULL, NULL);
fpath             537 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_nt->tree, fpath, O_RDONLY | O_CREAT| O_EXCL, DENY_NONE, NULL);
fpath             539 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_dos->tree, fpath, O_RDONLY | O_CREAT| O_EXCL, DENY_NONE, NULL);
fpath             542 source4/torture/raw/samba3misc.c 	status = raw_smbcli_t2open(cli_nt->tree, fpath, O_RDONLY | O_CREAT| O_EXCL, DENY_NONE, NULL);
fpath             548 source4/torture/raw/samba3misc.c 	status = raw_smbcli_t2open(cli_dos->tree, fpath, O_RDONLY | O_CREAT| O_EXCL, DENY_NONE, NULL);
fpath             555 source4/torture/raw/samba3misc.c 	status = raw_smbcli_ntcreate(cli_nt->tree, fpath, NULL);
fpath             557 source4/torture/raw/samba3misc.c 	status = raw_smbcli_ntcreate(cli_dos->tree, fpath, NULL);
fpath             565 source4/torture/raw/samba3misc.c 		io.rename.in.pattern2 = fpath;
fpath             576 source4/torture/raw/samba3misc.c 		io.ntrename.in.new_name = fpath;
fpath             620 source4/torture/raw/samba3misc.c 	char *fpath;
fpath             642 source4/torture/raw/samba3misc.c 	if (!(fpath = talloc_asprintf(mem_ctx, "%s\\%s", dirname, fname))) {
fpath             645 source4/torture/raw/samba3misc.c 	fnum = smbcli_open(cli->tree, fpath, O_RDWR | O_CREAT, DENY_NONE);
fpath             647 source4/torture/raw/samba3misc.c 		d_printf("Could not create file %s: %s\n", fpath,
fpath             687 source4/torture/raw/samba3misc.c 	const char *fpath;
fpath             714 source4/torture/raw/samba3misc.c 	if (!(fpath = talloc_asprintf(tctx, "%s\\%s", dirname, fname))) {
fpath             719 source4/torture/raw/samba3misc.c 	fnum = smbcli_open(cli->tree, fpath, O_RDWR | O_CREAT, DENY_NONE);
fpath             721 source4/torture/raw/samba3misc.c 		torture_warning(tctx, "Could not create file %s: %s\n", fpath,