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

/freebsd-11-stable/lib/libedit/
H A Drefresh.c62 private void re__strncopy(Char *, Char *, size_t);
442 /* re__strncopy():
446 re__strncopy(Char *a, Char *b, size_t n) function
798 re__strncopy(ofd + fx, nfd + fx, len);
803 re__strncopy(ofd, nfd, len);
837 re__strncopy(ofd, nfd, len);
927 re__strncopy(ofd + fx, nfd + fx, len);
932 re__strncopy(ofd, nfd, len);

Completed in 96 milliseconds