Home | History | Annotate | Download | only in shims

Lines Matching defs:cp

59 	char *cp;
113 cp = args;
117 argname = cp;
118 cp = strchr(cp, ',');
119 if (cp == NULL) {
125 *cp++ = '\0';
126 argvalue = cp;
127 cp = strchr(cp, ',');
128 if (cp == NULL)
131 *cp++ = '\0';