HomeSort by relevance Sort by last modified time
    Searched defs:isblank (Results 26 - 36 of 36) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
ctype.h 88 int isblank(int);
173 __CTYPE_INLINE int isblank(int c) function
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
ctype.h 88 int isblank(int);
173 __CTYPE_INLINE int isblank(int c) function
  /external/openssh/openbsd-compat/
bsd-misc.c 245 int isblank(int c) function
  /external/mesa3d/src/mesa/main/
imports.h 156 static INLINE int isblank(int ch) { return ch == ' ' || ch == '\t'; } function
  /ndk/sources/host-tools/make-3.81/
make.h 97 #ifndef isblank
98 # define isblank(c) ((c) == ' ' || (c) == '\t') macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 128 __exctype (isblank);
186 # define isblank(c) __isctype((c), _ISblank) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 128 __exctype (isblank);
186 # define isblank(c) __isctype((c), _ISblank) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 128 __exctype (isblank);
186 # define isblank(c) __isctype((c), _ISblank) macro
  /ndk/sources/host-tools/nawk-20071023/
b.c 725 /* Because isblank doesn't show up in any of the header files on any
741 #define isblank my_isblank macro
752 { "blank", 5, isblank },
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 53 /* In case that the system doesn't have isblank(). */
54 #if !defined _LIBC && ! (defined isblank || (HAVE_ISBLANK && HAVE_DECL_ISBLANK))
55 # define isblank(ch) ((ch) == ' ' || (ch) == '\t') macro
  /external/libxml2/
trio.c 93 # define isblank(x) (((x)==32) || ((x)==9)) macro
167 # define iswblank(x) isblank(x)
    [all...]

Completed in 176 milliseconds

12