HomeSort by relevance Sort by last modified time
    Searched full:isspace (Results 126 - 150 of 266) sorted by null

1 2 3 4 56 7 8 91011

  /frameworks/base/tools/aidl/
aidl.cpp 124 while (isspace(*text)) {
127 while (!isspace(*text)) {
130 while (isspace(*text)) {
134 while (!isspace(*end) && *end != ';') {
  /system/core/libacc/tests/data/
otcc-noinclude.c 44 p isspace(h)|h b 35){
otcc.c 44 p isspace(h)|h b 35){
otcc-ansi.c 33 while (isspace(h) | h == 35) {
  /external/clearsilver/util/
neo_str.c 39 while (x>=0 && isspace(s[x])) s[x--] = '\0';
41 while (*s && isspace(*s)) s++;
50 while (n >= 0 && isspace(s[n]))
  /external/grub/lib/
device.c 534 while (*ptr && isspace (*ptr))
583 while (*ptr && isspace (*ptr))
594 while (*eptr && ! isspace (*eptr))
  /external/grub/stage2/
fsys_ext2fs.c 613 while (dirname[len] && !isspace (dirname[len]))
670 if (!*dirname || isspace (*dirname))
697 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/';
fsys_reiserfs.c 1042 while (dirname[len] && !isspace (dirname[len]))
    [all...]
fsys_iso9660.c 158 && !isspace(dirname[pathlen]) && dirname[pathlen] != '/' ;
stage2.c 587 while (! isspace (*pptr) && *pptr)
596 while (isspace (*pptr))
  /external/openssl/crypto/asn1/
asn_mime.c 600 if(mhdr && isspace((unsigned char)linebuf[0])) state = MIME_NAME;
704 if(!isspace((unsigned char)c)) return p;
722 if(isspace((unsigned char)c)) *p = 0;
  /external/openssl/crypto/objects/
obj_dat.c 733 while (isspace((unsigned char)*s))
740 while ((*l != '\0') && !isspace((unsigned char)*l))
745 while (isspace((unsigned char)*l))
  /external/oprofile/libpopt/
popthelp.c 380 while (ch > help && !isspace(*ch)) ch--;
382 while (ch > (help + 1) && isspace(*ch)) ch--;
390 while (isspace(*help) && *help) help++;
  /system/core/liblog/
fake_log_device.c 203 while (isspace(*tags))
207 while (*tags != '\0' && !isspace(*tags) && *tags != ':' &&
246 if (*tags != '\0' && !isspace(*tags)) {
  /external/e2fsprogs/e2fsck/
profile.c 628 while (*cp && isspace((int) (*cp)))
640 while (!end_or_comment(*cp) && !isspace(*cp))
724 while (isspace(*p) && (p > cp))
843 if (isspace((int) (*str)) ||isspace((int) (*(str + strlen(str) - 1))))
    [all...]
  /external/webkit/WebKitTools/android/webkitmerge/
webkitmerge.cpp 223 while (line[0] && isspace(line[0]) == false)
238 while (isspace(line[0]))
248 while (len > 0 && isspace(loc[len - 1]))
394 while (last > m_text && isspace(last[-1]))
    [all...]
  /external/dnsmasq/src/
dhcp.c 761 while (strlen(buff) > 0 && isspace((int)buff[strlen(buff)-1]))
767 for (ip = buff; *ip && !isspace((int)*ip); ip++);
768 for(; *ip && isspace((int)*ip); ip++)
  /external/opencore/android/author/
authordriver.cpp 794 while (isspace(*end)) {
810 while (leading_space < num_bytes && isspace(data[leading_space])) {
815 while (i > leading_space && isspace(data[i - 1])) {
    [all...]
  /external/dropbear/
compat.c 272 while (!isspace(*cp) && *cp != '#' && *cp != '\0')
  /external/ppp/pppd/plugins/radius/
config.c 229 while (isspace(*p))
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
XMLChar.java 451 public static boolean isSpace(int c) {
453 } // isSpace(int):boolean
  /external/clearsilver/cgi/
html.c 502 while (ol && isspace(str->buf[ol-1]))
516 while (x && isspace(str->buf[x]) && (str->buf[x] != '\n')) x--;
  /external/libpcap/
fad-gifc.c 169 while (*p != '\0' && isspace(*p))
178 while (*p != '\0' && !isspace(*p)) {
  /external/openssl/crypto/x509v3/
v3_utl.c 347 while(*p && isspace((unsigned char)*p)) p++;
350 while((q != p) && isspace((unsigned char)*q)) q--;
  /external/openssl/
e_os.h 287 # if defined(_MSC_VER) && _MSC_VER<=1200 && defined(_MT) && defined(isspace)
289 # undef isspace macro

Completed in 1927 milliseconds

1 2 3 4 56 7 8 91011