Lines Matching refs:tmp_end
1206 char *tmp_end, *value; in cifs_parse_mount_options() local
1617 tmp_end = strchr(data, '='); in cifs_parse_mount_options()
1618 tmp_end++; in cifs_parse_mount_options()
1619 if (!(tmp_end < end && tmp_end[1] == delim)) { in cifs_parse_mount_options()
1632 tmp_end = (char *) value + strlen(value); in cifs_parse_mount_options()
1638 if (tmp_end < end && tmp_end[1] == delim) { in cifs_parse_mount_options()
1639 tmp_end[0] = delim; in cifs_parse_mount_options()
1644 while ((tmp_end = strchr(tmp_end, delim)) in cifs_parse_mount_options()
1645 != NULL && (tmp_end[1] == delim)) { in cifs_parse_mount_options()
1646 tmp_end = (char *) &tmp_end[2]; in cifs_parse_mount_options()
1650 if (tmp_end) { in cifs_parse_mount_options()
1651 tmp_end[0] = '\0'; in cifs_parse_mount_options()
1652 options = (char *) &tmp_end[1]; in cifs_parse_mount_options()