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

  /external/openssh/openbsd-compat/
vis.h 65 #define VIS_NOSLASH 0x40 /* inhibit printing '\' */
vis.c 61 if (c == '\\' && (flag & VIS_NOSLASH) == 0)
119 if ((flag & VIS_NOSLASH) == 0)
177 if (c == '\\' && (flag & VIS_NOSLASH) == 0) {
  /external/openssh/
sshconnect2.c 486 strnvis(msg, raw, len * 4 + 1, VIS_SAFE|VIS_OCTAL|VIS_NOSLASH);
    [all...]

Completed in 87 milliseconds