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

/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dchartype.h103 #define Strncpy(d,s,n) wcsncpy(d,s,n) macro
153 #define Strncpy(d,s,n) strncpy(d,s,n) macro
H A Dhist.c104 (void) Strncpy(el->el_line.buffer, el->el_history.buf,
131 (void) Strncpy(el->el_line.buffer, hp,
H A Dparse.c115 (void) Strncpy(tprog, argv[0], l);
H A Dsearch.c182 (void) Strncpy(el->el_search.patbuf, el->el_line.buffer,
486 (void) Strncpy(tmpbuf, el->el_search.patbuf,
490 (void) Strncpy(&el->el_search.patbuf[2], tmpbuf,
504 (void) Strncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1);
H A Dfilecomplete.c459 (void)Strncpy(temp, ctemp, len);
H A Dcommon.c653 (void) Strncpy(el->el_history.buf, el->el_line.buffer,
726 (void) Strncpy(el->el_history.buf, el->el_line.buffer,
H A Dvi.c965 (void) Strncpy(el->el_history.buf, el->el_line.buffer,
1035 Strncpy(line, el->el_line.buffer, len);
H A Dhistory.c391 (void) Strncpy(s, h->cursor->ev.str, len);
/macosx-10.9.5/libedit-39/src/
H A Dchartype.h103 #define Strncpy(d,s,n) wcsncpy(d,s,n) macro
158 #define Strncpy(d,s,n) strncpy(d,s,n) macro
H A Dhist.c104 (void) Strncpy(el->el_line.buffer, el->el_history.buf,
131 (void) Strncpy(el->el_line.buffer, hp,
H A Dparse.c115 (void) Strncpy(tprog, argv[0], l);
H A Dsearch.c184 (void) Strncpy(el->el_search.patbuf, el->el_line.buffer,
489 (void) Strncpy(tmpbuf, el->el_search.patbuf,
493 (void) Strncpy(&el->el_search.patbuf[2], tmpbuf,
507 (void) Strncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1);
H A Dcommon.c651 (void) Strncpy(el->el_history.buf, el->el_line.buffer,
724 (void) Strncpy(el->el_history.buf, el->el_line.buffer,
H A Dvi.c964 (void) Strncpy(el->el_history.buf, el->el_line.buffer,
1029 Strncpy(line, el->el_line.buffer, len);
H A Dhistory.c391 (void) Strncpy(s, h->cursor->ev.str, len);
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.h1077 #define Strncpy(a, b, c) strncpy(a, b, c) macro
1100 #define Strncpy(a, b, c) wcsncpy(a, b, c) macro
1110 #define Strncpy(a, b, c) s_strncpy(a, b, c) macro
H A Ded.refresh.c151 Strncpy(litptr + litlen, addlitptr, addlitlen);
154 Strncpy(litptr + litlen, str, len);
H A Ded.screen.c1609 (void) Strncpy(termcap, ptr, TC_BUFSIZE);
1622 (void) Strncpy(backup, termcap, len);
1641 (void) Strncpy(termcap, backup, len);

Completed in 225 milliseconds