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

1 2 34 5 6 7 8 91011>>

  /external/toybox/toys/other/
makedevs.c 64 while (isspace(*ptr)) ptr++;
68 while (*ptr && !isspace(*ptr)) ptr++;
  /external/valgrind/coregrind/m_ume/
script.c 100 for (cp = interp; cp < end && !VG_(isspace)(*cp); cp++)
109 while (cp < end && VG_(isspace)(*cp) && *cp != '\n')
  /external/libedit/examples/
fileman.c 152 while (line[i] && isspace (line[i]))
156 while (line[i] && !isspace (line[i]))
171 while (isspace (line[i]))
201 for (s = string; isspace (*s); s++)
208 while (t > s && isspace (*t))
  /external/selinux/libsepol/src/
util.c 207 if (isspace(delim) && isspace(**ptr)) {
210 } else if (!isspace(delim) && **ptr == delim) {
232 while (**ptr != '\0' && isspace(delim) && isspace(**ptr)) {
242 * be tokenized using isspace().
  /system/sepolicy/tools/fc_sort/
fc_sort.c 361 if (!isspace(line_buf[i]))
385 while (i < line_len && (!isspace(line_buf[i])))
411 if (!isspace(line_buf[i]))
445 if (!isspace(line_buf[i]))
459 while (i < line_len && (!isspace(line_buf[i])))
  /bionic/libc/upstream-openbsd/lib/libc/net/
base64.c 203 if (isspace(ch)) /* Skip whitespace anywhere. */
277 if (!isspace(ch))
292 if (!isspace(ch))
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
base64.c 248 if (isspace(ch)) /* Skip whitespace anywhere. */
318 if (!isspace(ch))
333 if (!isspace(ch))
res_debug.c 644 while (isspace(*cp))
653 while (isspace(*cp))
675 while (!isspace(*cp)) /* if any trailing garbage */
678 while (isspace(*cp))
716 while (!isspace(*cp)) /* if any trailing garbage */
719 while (isspace(*cp)) /* move to next field */
793 while (!isspace(*cp) && (cp < maxcp)) /* if trailing garbage or m */
796 while (isspace(*cp) && (cp < maxcp))
804 while (!isspace(*cp) && (cp < maxcp)) /* if trailing garbage or m */
807 while (isspace(*cp) && (cp < maxcp))
    [all...]
  /external/openssh/openbsd-compat/
base64.c 207 if (isspace(ch)) /* Skip whitespace anywhere. */
275 if (!isspace(ch))
290 if (!isspace(ch))
  /system/core/logd/
LogKlog.cpp 307 if ((len > 0) && isspace(*cp)) {
591 while ((p < &buf[len]) && (isspace(*p) || !*p)) {
613 for (et = bt; (taglen > 0) && *et && (*et != ':') && !isspace(*et);
627 for (cp = et; (taglen > 0) && isspace(*cp); ++cp, --taglen) {
652 while ((--taglen > 0) && !isspace(*++cp) && (*cp != ':')) {
655 for (e = cp; (taglen > 0) && isspace(*cp); ++cp, --taglen) {
673 while ((--taglen > 0) && !isspace(*++cp) &&
677 for (e = cp; (taglen > 0) && isspace(*cp);
693 while ((--taglen > 0) && !isspace(*++cp) && (*cp != ':')) {
696 for (e = cp; (taglen > 0) && isspace(*cp); ++cp, --taglen)
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerUtil.cpp 159 if (!isspace(NewX) && !isprint(NewX))
171 if (!(isprint(Data[i]) || isspace(Data[i]))) return false;
180 while (L < R && isspace(Str[L])) L++;
181 while (R > L && isspace(Str[R])) R--;
194 if (!isprint(V) && !isspace(V)) return false;
234 while (Pos < S.size() && isspace(S[Pos])) Pos++; // Skip spaces.
  /external/valgrind/memcheck/tests/solaris/
name_service_door.c 209 while ((p < limit) && isspace(*p))
212 while ((p < limit) && !isspace(*p))
216 while ((p < limit) && isspace(*p))
221 } while ((p < limit) && !isspace(*p));
224 while ((p < limit) && isspace(*p))
227 while ((p < limit) && !isspace(*p))
  /development/ndk/platforms/android-9/include/
ctype.h 80 int isspace(int);
142 __CTYPE_INLINE int isspace(int c) function
  /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.10/Python/
mystrtoul.c 102 while (*str && isspace(Py_CHARMASK(*str)))
263 while (*str && isspace(Py_CHARMASK(*str)))
  /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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mystrtoul.c 102 while (*str && isspace(Py_CHARMASK(*str)))
263 while (*str && isspace(Py_CHARMASK(*str)))
  /external/e2fsprogs/misc/
ismounted.c 46 while (*cp && isspace(*cp))
53 while (*cp && !isspace(*cp))
  /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
  /external/python/cpython2/Python/
mystrtoul.c 102 while (*str && isspace(Py_CHARMASK(*str)))
263 while (*str && isspace(Py_CHARMASK(*str)))
  /external/selinux/libselinux/src/
booleans.c 108 while (*src && isspace(*src))
116 while (*ptr && !isspace(*ptr))
123 while (*dst && isspace(*dst))
128 while (*ptr && !isspace(*ptr))
329 while (isspace(*ptr) && i < size) {
335 if (!isspace(dest[i]))
348 while (isspace(buffer[0]))
368 while (isspace(*tok))
get_context_list.c 127 while (*ptr && !isspace(*ptr) && *ptr != ':')
133 while (*ptr && !isspace(*ptr) && *ptr != ':')
194 while (*start && isspace(*start))
201 while (*end && !isspace(*end))
208 while (*start && !isspace(*start) && *start != ':')
214 while (*start && !isspace(*start) && *start != ':')
234 while (*start && isspace(*start))
241 while (*end && !isspace(*end))
  /external/syslinux/gpxe/src/core/
exec.c 174 while ( isspace ( *args ) ) {
187 while ( *args && ! isspace ( *args ) ) {
  /external/toybox/toys/posix/
uniq.c 43 while (*str && isspace(*str)) str++;
44 while (*str && !isspace(*str)) str++;
  /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

Completed in 1128 milliseconds

1 2 34 5 6 7 8 91011>>