Lines Matching refs:cplen
169 int cplen; /* length of X */
219 if ((cplen = extract_name(&cp)) == -1)
225 if (strncmp(MSG_ORIG(MSG_FIL_DOTSODOT), (cp + cplen),
233 mnp = mjp = (dp->d_name + MSG_FIL_LIB_SIZE + cplen +
246 index = hash(cp, cplen, m);
250 cplen, m, to_min);
270 cp, cplen) == 0) &&
272 cplen]) == '\0')) {
288 cp, cplen, m, to_min);
307 get_lo(dbp, cp, cplen, m, n)
310 int cplen; /* length of X */
346 tlop->lo_name = (long)RELPTR(dbp, calloc((cplen + 1), 1));
347 (void) strncpy((char *)&AP(dbp)[tlop->lo_name], cp, cplen);