mypath           3777 source3/smbd/lanman.c 			fstring mypath;
mypath           3778 source3/smbd/lanman.c 			fstrcpy(mypath,"\\\\");
mypath           3779 source3/smbd/lanman.c 			fstrcat(mypath,get_local_machine_name());
mypath           3780 source3/smbd/lanman.c 			strupper_m(mypath);
mypath           3781 source3/smbd/lanman.c 			PACKS(&desc,"z",mypath); /* computer */
mypath            171 source4/lib/registry/ldb.c 	char *mypath = talloc_strdup(mem_ctx, path);
mypath            189 source4/lib/registry/ldb.c 	while (mypath) {
mypath            192 source4/lib/registry/ldb.c 		begin = strrchr(mypath, '\\');
mypath            195 source4/lib/registry/ldb.c 		else keyname = mypath;