Searched refs:rcs_rev_tmp (Results 1 – 1 of 1) sorted by relevance
12101 char *rcs_rev_tmp = strchr(rcs_rev, ' '); local12109 if (!rcs_rev_tmp) {12112 strlcpy(buf, rcs_rev_tmp + 1, sizeof(buf));12113 rcs_rev_tmp = strchr(buf, ' ');12114 if (rcs_rev_tmp)12115 *rcs_rev_tmp = '\0';