Lines Matching refs:tmp_end
1389 char *tmp_end, *value; in cifs_parse_mount_options() local
1967 tmp_end = strchr(data, '='); in cifs_parse_mount_options()
1968 tmp_end++; in cifs_parse_mount_options()
1969 if (!(tmp_end < end && tmp_end[1] == delim)) { in cifs_parse_mount_options()
1982 tmp_end = (char *) value + strlen(value); in cifs_parse_mount_options()
1988 if (tmp_end < end && tmp_end[1] == delim) { in cifs_parse_mount_options()
1989 tmp_end[0] = delim; in cifs_parse_mount_options()
1994 while ((tmp_end = strchr(tmp_end, delim)) in cifs_parse_mount_options()
1995 != NULL && (tmp_end[1] == delim)) { in cifs_parse_mount_options()
1996 tmp_end = (char *) &tmp_end[2]; in cifs_parse_mount_options()
2000 if (tmp_end) { in cifs_parse_mount_options()
2001 tmp_end[0] = '\0'; in cifs_parse_mount_options()
2002 options = (char *) &tmp_end[1]; in cifs_parse_mount_options()