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

1 2 3 4 5

  /toolchain/binutils/binutils-2.27/gas/config/
tc-moxie.c 198 while (ISSPACE (*op_end))
219 while (ISSPACE (*op_end))
229 while (ISSPACE (*op_end))
237 while (ISSPACE (*op_end))
245 while (ISSPACE (*op_end))
271 while (ISSPACE (*op_end))
289 while (ISSPACE (*op_end))
296 while (ISSPACE (*op_end))
301 while (ISSPACE (*op_end))
310 while (ISSPACE (*op_end)
    [all...]
tc-mcore.c 361 while (*ilp != 0 && ISSPACE (*ilp))
365 && (ISSPACE (ilp[5]) || *ilp == '\n' || *ilp == '\r'))
495 while (ISSPACE (* s))
553 while (ISSPACE (* s))
652 while (ISSPACE (* s))
799 while (ISSPACE (* s))
806 while (ISSPACE (* s))
832 while (ISSPACE (* s))
864 while (ISSPACE (* str))
964 while (ISSPACE (* op_end)
    [all...]
tc-ft32.c 265 while (ISSPACE (*op_end))
373 while (ISSPACE (*op_end))
383 while (ISSPACE (*op_end))
398 while (ISSPACE (*op_end))
  /external/curl/src/
tool_formparse.c 133 if(c == EOF || (!pos && !ISSPACE(c))) {
135 while(hdrlen && ISSPACE(hdrbuf[hdrlen - 1]))
208 while(ISSPACE(*p))
214 while(endpos > *pdata && ISSPACE(endpos[-1]))
219 while(ISSPACE(*++p))
223 for(p += 5; ISSPACE(*p); p++)
238 if(!ISSPACE(*p))
247 for(p += 9; ISSPACE(*p); p++)
253 while(endpos > filename && ISSPACE(endpos[-1]))
271 } while(ISSPACE(*p))
    [all...]
tool_parsecfg.c 137 while(*line && ISSPACE(*line))
157 while(*line && !ISSPACE(*line) && !ISSEP(*line, dashed_option))
169 while(*line && (ISSPACE(*line) || ISSEP(*line, dashed_option)))
188 while(*line && !ISSPACE(*line))
197 while(*line && ISSPACE(*line))
tool_msgs.c 59 while(!ISSPACE(ptr[cut]) && cut) {
  /toolchain/binutils/binutils-2.27/binutils/
rclex.c 148 while (ISSPACE (*s))
154 if (len > mlen && memcmp (s, "pragma", mlen) == 0 && ISSPACE (s[mlen]))
159 while (ISSPACE (*s))
167 while (ISSPACE (*s))
173 while (ISSPACE (*s))
204 if (*send != '\0' && ! ISSPACE (*send))
211 while (ISSPACE (*s))
393 if (! ISSPACE (*t))
395 while (ISSPACE (*t))
556 assert (ISSPACE (*t))
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
argv.c 114 while (ISSPACE (**input))
123 while (*input != EOS && ISSPACE (*input))
211 if (ISSPACE (*input) && !squote && !dquote && !bsquote)
308 if (ISSPACE(c) || c == '\\' || c == '\'' || c == '"')
strtod.c 60 while (ISSPACE (*p))
strtol.c 105 } while (ISSPACE(c));
strtoll.c 113 } while (ISSPACE(c));
strtoul.c 74 } while (ISSPACE(c));
strtoull.c 79 } while (ISSPACE(c));
  /external/curl/lib/
strtoofft.c 88 while(ISSPACE(end[0])) {
225 while(*str && ISSPACE(*str))
http_digest.c 64 while(*header && ISSPACE(*header))
http_negotiate.c 79 while(*header && ISSPACE(*header))
  /toolchain/binutils/binutils-2.27/gas/
input-file.c 176 && !strncmp (buf, "O_APP", 5) && ISSPACE (buf[5]))
186 && !strncmp (buf, "PP", 2) && ISSPACE (buf[2]))
  /toolchain/binutils/binutils-2.27/opcodes/
cgen-asm.in 218 if (* str && ! ISSPACE (* str))
298 while (ISSPACE (* str))
347 while (ISSPACE (* str))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /external/curl/lib/vauth/
digest_sspi.c 275 while(*chlg && ISSPACE(*chlg))
308 while(*chlg && ISSPACE(*chlg))
349 while(*p && ISSPACE(*p))
361 while(*p && ISSPACE(*p))
  /external/python/cpython2/Include/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /prebuilts/gdb/linux-x86/include/python2.7/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro

Completed in 1644 milliseconds

1 2 3 4 5