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

1 2 3 4 5

  /external/c-ares/
ares__get_hostent.c 68 while ((q >= line) && ISSPACE(*q))
74 while (*p && ISSPACE(*p))
84 while (*p && !ISSPACE(*p))
95 while (*p && ISSPACE(*p))
105 while (*p && !ISSPACE(*p))
113 while (*q && ISSPACE(*q))
129 while (*p && !ISSPACE(*p))
131 while (*p && ISSPACE(*p))
206 while (*p && !ISSPACE(*p))
209 while (*q && ISSPACE(*q)
    [all...]
ares_search.c 266 !ISSPACE(line[len]))
269 while (ISSPACE(*p))
274 while (*q && !ISSPACE(*q))
ares_init.c     [all...]
  /toolchain/binutils/binutils-2.25/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...]
  /external/bison/lib/
strtol.c 196 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
200 # define ISSPACE(Ch) iswspace (Ch)
209 # define ISSPACE(Ch) __isspace_l ((Ch), loc)
213 # define ISSPACE(Ch) isspace (Ch)
290 while (ISSPACE (*s))
  /external/curl/src/
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 56 while(!ISSPACE(ptr[cut]) && cut) {
  /toolchain/binutils/binutils-2.25/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.25/libiberty/
argv.c 118 while (ISSPACE (**input))
127 while (*input != EOS && ISSPACE (*input))
215 if (ISSPACE (*input) && !squote && !dquote && !bsquote)
312 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));
  /toolchain/binutils/binutils-2.25/gas/
input-file.c 174 && !strncmp (buf, "O_APP", 5) && ISSPACE (buf[5]))
184 && !strncmp (buf, "PP", 2) && ISSPACE (buf[2]))
  /external/curl/lib/
strtoofft.c 66 while(ISSPACE(end[0])) {
http_digest.c 64 while(*header && ISSPACE(*header))
http_negotiate.c 79 while(*header && ISSPACE(*header))
  /toolchain/binutils/binutils-2.25/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/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

Completed in 650 milliseconds

1 2 3 4 5