HomeSort by: relevance | last modified time | path
    Searched defs:isoctal (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
unvis.c 82 #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') macro
214 if (isoctal(c)) {
230 if (isoctal(c)) {
vis.c 125 #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') macro
214 if (isoctal(nextc)) {
  /src/external/bsd/nvi/dist/vi/
v_increment.c 107 #undef isoctal macro
108 #define isoctal(c) (ISDIGIT(c) && (c) != L('8') && (c) != L('9')) macro
127 if (!isoctal((UCHAR_T)p[end]))
150 if (isoctal((UCHAR_T)p[end]))
  /src/lib/libc/gen/
unvis.c 76 #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') macro
348 if (isoctal(uc)) {
364 if (isoctal(uc)) {
  /src/external/bsd/ppp/dist/chat/
chat.c 667 #define isoctal(chr) (((chr) >= '0') && ((chr) <= '7')) macro
808 if (isoctal (cur_chr)) {
810 if (isoctal (*s)) {
813 if (isoctal (*s)) {
  /src/external/bsd/ppp/dist/pppd/
options.c 1366 #define isoctal(c) ((c) >= '0' && (c) < '8') macro
1471 if (isoctal((unsigned char)c)) {
1476 for (n = 0; n < 3 && isoctal((unsigned char)c); ++n) {
1594 #undef isoctal macro
  /src/external/gpl3/binutils/dist/gas/config/
tc-sparc.c 197 #define isoctal(c) ((unsigned) ((c) - '0') < 8) macro
2404 if (isoctal (c))
2413 if (isoctal (c))
2422 if (isoctal (c))
2431 if (isoctal (c))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sparc.c 197 #define isoctal(c) ((unsigned) ((c) - '0') < 8) macro
2403 if (isoctal (c))
2412 if (isoctal (c))
2421 if (isoctal (c))
2430 if (isoctal (c))

Completed in 34 milliseconds