HomeSort by relevance Sort by last modified time
    Searched refs:Strncpy (Results 1 - 8 of 8) sorted by null

  /external/libedit/src/
chartype.h 103 #define Strncpy(d,s,n) wcsncpy(d,s,n)
125 #define ct_wcstombs(a, b, c) (strncpy(a, b, c), strlen(a))
126 #define ct_mbstowcs(a, b, c) (strncpy(a, b, c), strlen(a))
158 #define Strncpy(d,s,n) strncpy(d,s,n)
hist.c 104 (void) Strncpy(el->el_line.buffer, el->el_history.buf,
131 (void) Strncpy(el->el_line.buffer, hp,
parse.c 115 (void) Strncpy(tprog, argv[0], l);
search.c 184 (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);
filecomplete.c 96 (void)strncpy(temp, txt + 1, len - 2);
178 (void)strncpy(dirname, text, len);
327 (void)strncpy(retstr, match_list[1], max_equal);
446 (void)Strncpy(temp, ctemp, len);
common.c 651 (void) Strncpy(el->el_history.buf, el->el_line.buffer,
724 (void) Strncpy(el->el_history.buf, el->el_line.buffer,
vi.c 964 (void) Strncpy(el->el_history.buf, el->el_line.buffer,
1029 Strncpy(line, el->el_line.buffer, len);
history.c 391 (void) Strncpy(s, h->cursor->ev.str, len);

Completed in 153 milliseconds