tmp_local_machine   43 source3/lib/substitute.c 	char *tmp_local_machine = NULL;
tmp_local_machine   47 source3/lib/substitute.c 	tmp_local_machine = SMB_STRDUP(local_name);
tmp_local_machine   48 source3/lib/substitute.c 	if (!tmp_local_machine) {
tmp_local_machine   51 source3/lib/substitute.c 	trim_char(tmp_local_machine,' ',' ');
tmp_local_machine   58 source3/lib/substitute.c 	if (strequal(tmp_local_machine, "*SMBSERVER") ||
tmp_local_machine   59 source3/lib/substitute.c 			strequal(tmp_local_machine, "*SMBSERV") )  {
tmp_local_machine   63 source3/lib/substitute.c 		SAFE_FREE(tmp_local_machine);
tmp_local_machine   72 source3/lib/substitute.c 	len = strlen(tmp_local_machine);
tmp_local_machine   75 source3/lib/substitute.c 		SAFE_FREE(tmp_local_machine);
tmp_local_machine   79 source3/lib/substitute.c 	alpha_strcpy(local_machine,tmp_local_machine,
tmp_local_machine   82 source3/lib/substitute.c 	SAFE_FREE(tmp_local_machine);