Home
last modified time | relevance | path

Searched refs:tmp_end (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/sh/kernel/
Ddwarf.c360 unsigned long tmp_start, tmp_end; in dwarf_lookup_fde() local
366 tmp_end = fde_tmp->initial_location + fde_tmp->address_range; in dwarf_lookup_fde()
371 if (pc < tmp_end) { in dwarf_lookup_fde()
925 unsigned long tmp_start, tmp_end; in dwarf_parse_fde() local
934 tmp_end = fde_tmp->initial_location + fde_tmp->address_range; in dwarf_parse_fde()
940 else if (start >= tmp_end) in dwarf_parse_fde()
/linux-4.4.14/fs/cifs/
Dconnect.c1223 char *tmp_end, *value; in cifs_parse_mount_options() local
1661 tmp_end = strchr(data, '='); in cifs_parse_mount_options()
1662 tmp_end++; in cifs_parse_mount_options()
1663 if (!(tmp_end < end && tmp_end[1] == delim)) { in cifs_parse_mount_options()
1676 tmp_end = (char *) value + strlen(value); in cifs_parse_mount_options()
1682 if (tmp_end < end && tmp_end[1] == delim) { in cifs_parse_mount_options()
1683 tmp_end[0] = delim; in cifs_parse_mount_options()
1688 while ((tmp_end = strchr(tmp_end, delim)) in cifs_parse_mount_options()
1689 != NULL && (tmp_end[1] == delim)) { in cifs_parse_mount_options()
1690 tmp_end = (char *) &tmp_end[2]; in cifs_parse_mount_options()
[all …]