Home
last modified time | relevance | path

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

/trueos/crypto/heimdal/lib/roken/
HDunvis.c98 if (flag & UNVIS_END) { in rk_unvis()
279 if (unvis(dst, (unsigned char)c, &state, UNVIS_END) == UNVIS_VALID) in rk_strunvis()
HDvis.hin85 #define UNVIS_END 1 /* no more characters */
/trueos/lib/libc/gen/
HDunvis-compat.c42 flag = (flag & ~_UNVIS_END) ^ UNVIS_END; in __unvis_44bsd()
/trueos/crypto/openssh/openbsd-compat/
HDvis.h80 #define UNVIS_END 1 /* no more characters */ macro
/trueos/contrib/libc-vis/
HDvis.h80 #define UNVIS_END _VIS_END /* no more characters */ macro
HDunvis.c219 if (flag & UNVIS_END) { in unvis()
536 if (unvis(&t, c, &state, UNVIS_END) == UNVIS_VALID) { in strnunvisx()
/trueos/contrib/unvis/
HDunvis.c136 if (unvis(&outc, (char)0, &state, eflags | UNVIS_END) == UNVIS_VALID) in process()
/trueos/contrib/openbsm/compat/
HDvis.h73 #define UNVIS_END 1 /* no more characters */ macro