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

/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dunvis.c81 #define S_OCTAL3 6 /* octal digit 3 */ macro
102 if (*astate == S_OCTAL2 || *astate == S_OCTAL3) {
220 *astate = S_OCTAL3;
229 case S_OCTAL3: /* third possible octal digit */
/freebsd-9.3-release/contrib/libc-vis/
H A Dunvis.c74 #define S_OCTAL3 6 /* octal digit 3 */ macro
222 case S_OCTAL3:
356 *astate = SS(0, S_OCTAL3);
365 case S_OCTAL3: /* third possible octal digit */

Completed in 117 milliseconds