HomeSort by relevance Sort by last modified time
    Searched refs:isspace (Results 601 - 625 of 654) sorted by null

<<21222324252627

  /frameworks/native/cmds/installd/
commands.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 1059 #define _istspace isspace
  /external/libpcap/
pcap-linux.c     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h     [all...]
  /external/e2fsprogs/e2fsck/
unix.c     [all...]
  /external/fio/
init.c 1293 if (!isspace((int) line[i]) && !iscntrl((int) line[i]))
    [all...]
  /external/iptables/iptables/
ip6tables.c 405 if (isspace(*ptr))
    [all...]
iptables.c 391 if (isspace(*ptr))
    [all...]
  /external/valgrind/main/memcheck/
mc_errors.c     [all...]
  /external/yaffs2/yaffs2/
yaffs_fs.c     [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 75 while (isspace(*s)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.cc 300 for (; messageLength && ::isspace(errorText[messageLength - 1]);
    [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /external/valgrind/main/none/tests/ppc32/
jm-insns.c 245 #include <ctype.h> // isspace
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py     [all...]
  /external/chromium_org/third_party/libevent/
evdns.c 382 #define ISSPACE(c) isspace((int)(unsigned char)(c))
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 198 /* It is not safe to call isspace(), tolower(), or isalnum() on
208 return (c&0x80)==0 ? isspace(c) : 0;
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 919 else if (isspace(UCHAR_MAX & *str))
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.c 767 if (isspace(ch))
937 } while (isspace(ch));
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 817 if (!isspace(String[i]) && String[i] != ',')
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c     [all...]
  /external/sqlite/dist/orig/
shell.c 96 #define IsSpace(X) isspace((unsigned char)X)
    [all...]

Completed in 2436 milliseconds

<<21222324252627