Home
last modified time | relevance | path

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

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