Searched refs:with_len (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/libedit/
H A Dreadline.c501 size_t len, with_len, what_len; local
504 with_len = strlen(with);
511 len += with_len - what_len;
524 memcpy(r, with, with_len);
525 r += with_len;

Completed in 80 milliseconds