Searched refs:re__strncopy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | refresh.c | 61 static void re__strncopy(wchar_t *, wchar_t *, size_t); 482 re__strncopy(wchar_t *a, wchar_t *b, size_t n) in re__strncopy() function 834 re__strncopy(ofd + fx, nfd + fx, len); in re_update_line() 839 re__strncopy(ofd, nfd, len); in re_update_line() 873 re__strncopy(ofd, nfd, len); in re_update_line() 963 re__strncopy(ofd + fx, nfd + fx, len); in re_update_line() 968 re__strncopy(ofd, nfd, len); in re_update_line()
|