Searched refs:lencopy (Results 1 – 2 of 2) sorted by relevance
186 size_t lencopy; in str2spwd() local192 lencopy = (size_t)lenstr; in str2spwd()195 lencopy = p - instr; in str2spwd()198 if (lencopy + 1 > buflen) { in str2spwd()204 (void) memmove(buffer, instr, lencopy); in str2spwd()205 buffer[lencopy] = 0; in str2spwd()
527 int lencopy, black_magic; local533 lencopy = lenstr;536 lencopy = p - instr;539 if (lencopy + 1 > buflen) {542 (void) memcpy(buffer, instr, lencopy);543 buffer[lencopy] = 0;