Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dunvis.c78 #define S_OCTAL3 6 /* octal digit 3 */ macro
99 if (*astate == S_OCTAL2 || *astate == S_OCTAL3) { in rk_unvis()
217 *astate = S_OCTAL3; in rk_unvis()
226 case S_OCTAL3: /* third possible octal digit */ in rk_unvis()
/freebsd/contrib/libc-vis/
H A Dunvis.c73 #define S_OCTAL3 6 /* octal digit 3 */ macro
221 case S_OCTAL3: in unvis()
361 *astate = SS(0, S_OCTAL3); in unvis()
370 case S_OCTAL3: /* third possible octal digit */ in unvis()