OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIS_NL
(Results
1 - 5
of
5
) sorted by null
/external/openssh/openbsd-compat/
vis.h
58
#define
VIS_NL
0x10 /* also encode newline */
59
#define VIS_WHITE (VIS_SP | VIS_TAB |
VIS_NL
)
setproctitle.c
148
VIS_CSTYLE|
VIS_NL
|VIS_TAB|VIS_OCTAL);
vis.c
48
((flag &
VIS_NL
) == 0 && (c) == '\n') || \
/external/openssh/
log.c
64
#define LOG_SYSLOG_VIS (VIS_CSTYLE|
VIS_NL
|VIS_TAB|VIS_OCTAL)
scp.c
742
strnvis(encname, name, sizeof(encname),
VIS_NL
);
Completed in 287 milliseconds