Lines Matching refs:tmp_end
1613 char *tmp_end, *value; in cifs_parse_mount_options() local
2165 tmp_end = strchr(data, '='); in cifs_parse_mount_options()
2166 tmp_end++; in cifs_parse_mount_options()
2167 if (!(tmp_end < end && tmp_end[1] == delim)) { in cifs_parse_mount_options()
2180 tmp_end = (char *) value + strlen(value); in cifs_parse_mount_options()
2186 if (tmp_end < end && tmp_end[1] == delim) { in cifs_parse_mount_options()
2187 tmp_end[0] = delim; in cifs_parse_mount_options()
2192 while ((tmp_end = strchr(tmp_end, delim)) in cifs_parse_mount_options()
2193 != NULL && (tmp_end[1] == delim)) { in cifs_parse_mount_options()
2194 tmp_end = (char *) &tmp_end[2]; in cifs_parse_mount_options()
2198 if (tmp_end) { in cifs_parse_mount_options()
2199 tmp_end[0] = '\0'; in cifs_parse_mount_options()
2200 options = (char *) &tmp_end[1]; in cifs_parse_mount_options()