tmp_end           164 arch/powerpc/kernel/machine_kexec_file_64.c 		uint64_t tmp_start, tmp_end, tmp_size;
tmp_end           173 arch/powerpc/kernel/machine_kexec_file_64.c 		tmp_end = fdt64_to_cpu(*((const fdt64_t *) prop));
tmp_end           179 arch/powerpc/kernel/machine_kexec_file_64.c 		tmp_size = tmp_end - tmp_start;
tmp_end           357 arch/sh/kernel/dwarf.c 		unsigned long tmp_start, tmp_end;
tmp_end           363 arch/sh/kernel/dwarf.c 		tmp_end = fde_tmp->initial_location + fde_tmp->address_range;
tmp_end           368 arch/sh/kernel/dwarf.c 			if (pc < tmp_end) {
tmp_end           923 arch/sh/kernel/dwarf.c 		unsigned long tmp_start, tmp_end;
tmp_end           932 arch/sh/kernel/dwarf.c 		tmp_end = fde_tmp->initial_location + fde_tmp->address_range;
tmp_end           938 arch/sh/kernel/dwarf.c 		else if (start >= tmp_end)
tmp_end          1648 fs/cifs/connect.c 	char *tmp_end, *value;
tmp_end          2200 fs/cifs/connect.c 			tmp_end = strchr(data, '=');
tmp_end          2201 fs/cifs/connect.c 			tmp_end++;
tmp_end          2202 fs/cifs/connect.c 			if (!(tmp_end < end && tmp_end[1] == delim)) {
tmp_end          2215 fs/cifs/connect.c 			tmp_end = (char *) value + strlen(value);
tmp_end          2221 fs/cifs/connect.c 			if (tmp_end < end && tmp_end[1] == delim) {
tmp_end          2222 fs/cifs/connect.c 				tmp_end[0] = delim;
tmp_end          2227 fs/cifs/connect.c 				while ((tmp_end = strchr(tmp_end, delim))
tmp_end          2228 fs/cifs/connect.c 					!= NULL && (tmp_end[1] == delim)) {
tmp_end          2229 fs/cifs/connect.c 						tmp_end = (char *) &tmp_end[2];
tmp_end          2233 fs/cifs/connect.c 				if (tmp_end) {
tmp_end          2234 fs/cifs/connect.c 					tmp_end[0] = '\0';
tmp_end          2235 fs/cifs/connect.c 					options = (char *) &tmp_end[1];