Home
last modified time | relevance | path

Searched refs:stravis (Results 1 – 4 of 4) sorted by relevance

/external/openssh/openbsd-compat/
Dvis.h86 int stravis(char **, const char *, int);
Dvis.c217 stravis(char **outp, const char *src, int flag) in stravis() function
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dvis.cpp35 stravis(&visout, "\4", VIS_SAFE | VIS_NOSLASH); in test_stravis()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc8987 INTERCEPTOR(int, stravis, char **dst, const char *src, int flag) {
8989 COMMON_INTERCEPTOR_ENTER(ctx, stravis, dst, src, flag);
8992 int len = REAL(stravis)(dst, src, flag);
9201 COMMON_INTERCEPT_FUNCTION(stravis); \