OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIS_SAFE
(Results
1 - 4
of
4
) sorted by null
/external/openssh/openbsd-compat/
vis.h
60
#define
VIS_SAFE
0x20 /* only encode "unsafe" characters */
vis.c
49
((flag &
VIS_SAFE
) && ((c) == '\b' || \
/external/openssh/
log.c
65
#define LOG_STDERR_VIS (
VIS_SAFE
|VIS_OCTAL)
sshconnect2.c
486
strnvis(msg, raw, len * 4 + 1,
VIS_SAFE
|VIS_OCTAL|VIS_NOSLASH);
[
all
...]
Completed in 205 milliseconds