HomeSort by relevance Sort by last modified time
    Searched full:with_len (Results 1 - 1 of 1) sorted by null

  /external/libedit/src/
readline.c 467 size_t len, with_len, what_len; local
470 with_len = strlen(with);
477 len += with_len - what_len;
490 (void)strncpy(r, with, with_len);
491 r += with_len;
    [all...]

Completed in 576 milliseconds