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

1 2 3 4 5 6 78 91011>>

  /development/ndk/platforms/android-21/include/
ctype.h 72 int isspace(int);
  /development/ndk/platforms/android-9/include/linux/
ctype.h 34 #define isspace(c) ((__ismask(c)&(_S)) != 0) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lctype.h 86 #define lisspace(c) (isspace(c))
  /device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
CClass.c 58 isspace is true. In the "C" locale, isalpha returns true only for the
121 isdigit, ispunct, or isspace is true. In the "C" locale, islower returns
153 locale-specific set of punctuation characters for which neither isspace nor
155 character for which neither isspace nor isalnum is true.
170 /** The isspace function tests for any character that is a standard white-space
174 horizontal tab ('\t'), and vertical tab ('\v'). In the "C" locale, isspace
183 isspace( function
192 isdigit, ispunct, or isspace is true. In the "C" locale, isupper returns
  /device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
inet_network.c 107 if (*cp && !isspace((u_char) *cp))
  /external/e2fsprogs/intl/
localealias.c 264 while (isspace ((unsigned char) cp[0]))
271 while (cp[0] != '\0' && !isspace ((unsigned char) cp[0]))
278 while (isspace ((unsigned char) cp[0]))
287 while (cp[0] != '\0' && !isspace ((unsigned char) cp[0]))
  /external/e2fsprogs/lib/
fpopen.c 76 if (isspace(*p)) {
  /external/ipsec-tools/src/racoon/
str2val.c 94 else if (isspace((int)*p))
  /external/openssh/openbsd-compat/
inet_aton.c 141 if (c != '\0' && (!isascii(c) || !isspace(c)))
strtoll.c 65 } while (isspace(c));
strtoul.c 61 } while (isspace(c));
strtoull.c 63 } while (isspace(c));
  /external/ppp/pppd/plugins/radius/
clientid.c 48 #define SKIP(p) while(*p && isspace(*p)) p++;
  /external/protobuf/gtest/src/
gtest-typed-test.cc 43 while (isspace(*str))
  /external/selinux/libselinux/src/
get_default_type.c 45 while (*ptr && isspace(*ptr))
  /external/selinux/libsemanage/src/
parse_utils.c 93 while (*(info->ptr) && isspace(*(info->ptr)))
112 while (*ptr && isspace(*ptr))
159 if (*(info->ptr) && !isspace(*(info->ptr))) {
280 while (*(info->ptr) && !isspace(*(info->ptr)) &&
  /external/selinux/libsepol/src/
genbools.c 20 while (isspace(*ptr) && i < size) {
26 if (!isspace(dest[i]))
40 while (isspace(buffer[0]))
60 while (isspace(*tok))
  /external/skia/third_party/lua/src/
lctype.h 86 #define lisspace(c) (isspace(c))
  /external/squashfs-tools/squashfs-tools/
read_file.c 127 for(def = line; isspace(*def); def ++);
  /external/syslinux/com32/include/
ctype.h 90 __ctype_inline int isspace(int __c) function
  /external/syslinux/com32/lib/math/
strtod.c 60 while (isspace(*p))
  /external/syslinux/com32/lua/src/
lctype.h 86 #define lisspace(c) (isspace(c))
  /external/syslinux/gpxe/src/core/
misc.c 40 while ( isspace ( *p ) )
  /external/syslinux/gpxe/src/image/
script.c 106 ! isspace ( test[ sizeof ( test ) - 1 ] ) ) {
  /hardware/ril/reference-ril/
at_tok.c 52 while (**p_cur != '\0' && isspace(**p_cur)) {

Completed in 2027 milliseconds

1 2 3 4 5 6 78 91011>>