Searched refs:UNVIS_END (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dunvis-compat.c44 flag = (flag & ~_UNVIS_END) ^ UNVIS_END;
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dvis.h82 #define UNVIS_END 1 /* no more characters */ macro
/freebsd-11-stable/contrib/openbsm/compat/
H A Dvis.h73 #define UNVIS_END 1 /* no more characters */ macro
/freebsd-11-stable/contrib/unvis/
H A Dunvis.c136 if (unvis(&outc, (char)0, &state, eflags | UNVIS_END) == UNVIS_VALID)
/freebsd-11-stable/contrib/libc-vis/
H A Dvis.h84 #define UNVIS_END _VIS_END /* no more characters */ macro
H A Dunvis.c219 if (flag & UNVIS_END) {
542 if (unvis(&t, c, &state, UNVIS_END) == UNVIS_VALID) {
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dunvis.c98 if (flag & UNVIS_END) {
279 if (unvis(dst, (unsigned char)c, &state, UNVIS_END) == UNVIS_VALID)

Completed in 86 milliseconds