Searched refs:re__strncopy (Results 1 – 1 of 1) sorted by relevance
/external/libedit/src/ |
D | refresh.c | 61 private void re__strncopy(Char *, Char *, size_t); 442 re__strncopy(Char *a, Char *b, size_t n) in re__strncopy() function 794 re__strncopy(ofd + fx, nfd + fx, len); in re_update_line() 799 re__strncopy(ofd, nfd, len); in re_update_line() 833 re__strncopy(ofd, nfd, len); in re_update_line() 923 re__strncopy(ofd + fx, nfd + fx, len); in re_update_line() 928 re__strncopy(ofd, nfd, len); in re_update_line()
|