Home
last modified time | relevance | path

Searched refs:UNVIS_END (Results 1 – 2 of 2) sorted by relevance

/external/openssh/openbsd-compat/
Dvis.h82 #define UNVIS_END 1 /* no more characters */ macro
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dvis.cpp144 if (unvis(&out, '\0', &state, UNVIS_END) == UNVIS_VALID) in test_unvis()