HomeSort by relevance Sort by last modified time
    Searched refs:ISSPACE (Results 76 - 100 of 115) sorted by null

1 2 34 5

  /toolchain/binutils/binutils-2.27/opcodes/
ip2k-opc.c 44 for (hash = 0; *m && ! ISSPACE (*m); m++)
m32c-asm.c 739 if (ISSPACE (*newp))
    [all...]
mt-opc.c 58 for (hash = 0; *m && ! ISSPACE (*m); m++)
    [all...]
  /external/curl/lib/
content_encoding.c 943 while(ISSPACE(*enclist) || *enclist == ',')
949 if(!ISSPACE(*enclist))
ftplistparser.c 417 while(ISSPACE(*endptr))
889 if(!ISSPACE(c)) {
  /external/curl/tests/server/
rtspd.c 610 while(*ptr && ISSPACE(*ptr))
615 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == errno)) {
    [all...]
sws.c 725 while(*ptr && ISSPACE(*ptr))
730 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == errno)) {
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
deffilep.y 898 && (ISSPACE (*param) || *param == '\n' || *param == 0))
911 && !(ISSPACE (tend[-1]) && *tend == '-')
    [all...]
ldmain.c 752 while (ISSPACE (c))
759 while (!ISSPACE (c) && c != EOF)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-msp430.c 429 if (ISSPACE (*s))
433 while (ISSPACE (*m) && *m)
445 while (ISSPACE (*s))
    [all...]
tc-mn10300.c 1247 for (s = str; *s != '\0' && !ISSPACE (*s); s++)
1261 while (ISSPACE (*str))
    [all...]
tc-rx.c 439 while (ISSPACE (*p))
445 while (ISSPACE (*p))
530 while (ISSPACE (*++p))
1049 while (ISSPACE (* name))
    [all...]
tc-cris.c     [all...]
tc-v850.c     [all...]
rl78-parse.y     [all...]
tc-cr16.c     [all...]
tc-nds32.c     [all...]
tc-ppc.c     [all...]
tc-sh64.c     [all...]
tc-m68k.c     [all...]
tc-aarch64.c     [all...]
  /toolchain/binutils/binutils-2.27/cpu/
m32c.opc 773 if (ISSPACE (*newp))
  /external/harfbuzz_ng/src/
hb-private.hh 638 static inline bool ISSPACE (unsigned char c)
  /toolchain/binutils/binutils-2.27/bfd/
srec.c 372 && ! ISSPACE (c))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
listing.c 1136 while (ISSPACE (*line))
    [all...]

Completed in 757 milliseconds

1 2 34 5