HomeSort by relevance Sort by last modified time
    Searched refs:isoctal (Results 1 - 11 of 11) sorted by null

  /external/openssh/openbsd-compat/
vis.c 45 #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') macro
110 if (isoctal(nextc)) {
  /external/libedit/src/
unvis.c 77 #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') macro
343 if (isoctal(uc)) {
359 if (isoctal(uc)) {
  /external/ppp/pppd/
options.c 1150 #define isoctal(c) ((c) >= '0' && (c) < '8') macro
1377 #undef isoctal macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_parse.py 790 isoctal = False
796 isoctal = True
798 if not isoctal:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_parse.py 746 isoctal = False
752 isoctal = True
754 if not isoctal:
  /external/python/cpython2/Lib/
sre_parse.py 790 isoctal = False
796 isoctal = True
798 if not isoctal:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_parse.py 759 isoctal = False
765 isoctal = True
767 if not isoctal:
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_parse.py 759 isoctal = False
765 isoctal = True
767 if not isoctal:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 759 isoctal = False
765 isoctal = True
767 if not isoctal:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 759 isoctal = False
765 isoctal = True
767 if not isoctal:
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sparc.c 199 #define isoctal(c) ((unsigned) ((c) - '0') < 8) macro
    [all...]

Completed in 288 milliseconds