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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Drefresh.c61 private void re__strncopy(Char *, Char *, size_t);
438 /* re__strncopy():
442 re__strncopy(Char *a, Char *b, size_t n) function
794 re__strncopy(ofd + fx, nfd + fx, len);
799 re__strncopy(ofd, nfd, len);
833 re__strncopy(ofd, nfd, len);
923 re__strncopy(ofd + fx, nfd + fx, len);
928 re__strncopy(ofd, nfd, len);
/macosx-10.10/libedit-40/src/
H A Drefresh.c61 private void re__strncopy(Char *, Char *, size_t);
438 /* re__strncopy():
442 re__strncopy(Char *a, Char *b, size_t n) function
794 re__strncopy(ofd + fx, nfd + fx, len);
799 re__strncopy(ofd, nfd, len);
833 re__strncopy(ofd, nfd, len);
923 re__strncopy(ofd + fx, nfd + fx, len);
928 re__strncopy(ofd, nfd, len);
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Drefresh.c54 private void re__strncopy(char *, char *, size_t);
405 /* re__strncopy():
409 re__strncopy(char *a, char *b, size_t n) function
733 re__strncopy(ofd + fx, nfd + fx,
738 re__strncopy(ofd, nfd, (size_t) (nsb - nfd));
771 re__strncopy(ofd, nfd, (size_t) (nsb - nfd));
863 re__strncopy(ofd + fx, nfd + fx,
868 re__strncopy(ofd, nfd, (size_t) (nsb - nfd));

Completed in 164 milliseconds