Searched refs:re__strncopy (Results 1 – 1 of 1) sorted by relevance
/openbsd/lib/libedit/ |
H A D | refresh.c | 54 static void re__strncopy(wchar_t *, wchar_t *, size_t); 438 re__strncopy(wchar_t *a, wchar_t *b, size_t n) in re__strncopy() function 790 re__strncopy(ofd + fx, nfd + fx, len); in re_update_line() 795 re__strncopy(ofd, nfd, len); in re_update_line() 829 re__strncopy(ofd, nfd, len); in re_update_line() 919 re__strncopy(ofd + fx, nfd + fx, len); in re_update_line() 924 re__strncopy(ofd, nfd, len); in re_update_line()
|