Lines Matching refs:tmp_end
1402 char *tmp_end, *value; in cifs_parse_mount_options() local
1980 tmp_end = strchr(data, '='); in cifs_parse_mount_options()
1981 tmp_end++; in cifs_parse_mount_options()
1982 if (!(tmp_end < end && tmp_end[1] == delim)) { in cifs_parse_mount_options()
1995 tmp_end = (char *) value + strlen(value); in cifs_parse_mount_options()
2001 if (tmp_end < end && tmp_end[1] == delim) { in cifs_parse_mount_options()
2002 tmp_end[0] = delim; in cifs_parse_mount_options()
2007 while ((tmp_end = strchr(tmp_end, delim)) in cifs_parse_mount_options()
2008 != NULL && (tmp_end[1] == delim)) { in cifs_parse_mount_options()
2009 tmp_end = (char *) &tmp_end[2]; in cifs_parse_mount_options()
2013 if (tmp_end) { in cifs_parse_mount_options()
2014 tmp_end[0] = '\0'; in cifs_parse_mount_options()
2015 options = (char *) &tmp_end[1]; in cifs_parse_mount_options()