Home
last modified time | relevance | path

Searched refs:rcs_rev_tmp (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sbin/launchd/
HDcore.c12101 char *rcs_rev_tmp = strchr(rcs_rev, ' '); local
12109 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';