HomeSort by relevance Sort by last modified time
    Searched full:strnvis (Results 1 - 10 of 10) 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
vis.h 84 int strnvis(char *, const char *, size_t, int)
setproctitle.c 147 strnvis(ptitle, buf, sizeof(ptitle),
  /external/openssh/
log.c 407 strnvis(fmtbuf, msgbuf, sizeof(fmtbuf),
sshconnect2.c 485 msg = xmalloc(len * 4 + 1); /* max expansion from strnvis() */
486 strnvis(msg, raw, len * 4 + 1, VIS_SAFE|VIS_OCTAL|VIS_NOSLASH);
    [all...]
scp.c 742 strnvis(encname, name, sizeof(encname), VIS_NL);
config.h 939 /* Define to 1 if you have the `strnvis' function. */
    [all...]
config.h.in 936 /* Define to 1 if you have the `strnvis' function. */
    [all...]
configure.ac     [all...]
configure     [all...]

Completed in 264 milliseconds