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

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dunvis.c77 #define S_OCTAL2 5 /* octal digit 2 */ macro
99 if (*astate == S_OCTAL2 || *astate == S_OCTAL3) {
126 *astate = S_OCTAL2;
211 case S_OCTAL2: /* second possible octal digit */
/freebsd-11-stable/contrib/libc-vis/
H A Dunvis.c73 #define S_OCTAL2 5 /* octal digit 2 */ macro
221 case S_OCTAL2:
265 *astate = SS(0, S_OCTAL2);
356 case S_OCTAL2: /* second possible octal digit */

Completed in 114 milliseconds