Lines Matching refs:tmp_end
1223 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()
1694 if (tmp_end) { in cifs_parse_mount_options()
1695 tmp_end[0] = '\0'; in cifs_parse_mount_options()
1696 options = (char *) &tmp_end[1]; in cifs_parse_mount_options()