Searched refs:ISOCTAL (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dmkdir.c24 #define ISOCTAL(c) ((c) >= '0' && (c) <= '7') macro
66 else if (ISOCTAL (*mode)) /* octal number */
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dchartypes.h92 #ifndef ISOCTAL
93 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') macro
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dunescape.c76 #define ISOCTAL(ch) (ISDIGIT(ch) && (ch) != '8' && (ch) != '9') macro
115 i < 2 && (ch = *UCHAR(data)) != 0 && ISOCTAL(ch);
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dstrtrans.c105 for (c -= '0'; ISOCTAL (*s) && temp--; s++)
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dchardefs.h119 #ifndef ISOCTAL
120 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') macro
H A Dbind.c535 for (temp = 2, c -= '0'; ISOCTAL (seq[i]) && temp--; i++)
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dlist.c557 #define ISOCTAL(c) ((c)>='0'&&(c)<='7') macro
581 && ISOCTAL (header->star_header.atime[0])
583 && ISOCTAL (header->star_header.ctime[0])
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dcommon.c446 while (*string && ISOCTAL (*string))
H A Dprintf.c687 for (temp = 2 + (!evalue && !!sawc); ISOCTAL (*p) && temp--; p++)

Completed in 115 milliseconds