HomeSort by relevance Sort by last modified time
    Searched defs:strnvis (Results 1 - 2 of 2) sorted by null

  /external/openssh/openbsd-compat/
vis.c 141 * strvis, strnvis, strvisx - visually encode characters from src into dst
147 * Strnvis will write no more than siz-1 bytes (and will NULL terminate).
166 strnvis(char *dst, const char *src, size_t siz, int flag) function
  /external/libedit/src/
vis.c 655 strnvis(char *mbdst, size_t dlen, const char *mbsrc, int flags) function

Completed in 66 milliseconds