HomeSort by relevance Sort by last modified time
    Searched refs:ISBLANK (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/
curl_ctype.h 78 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \
cookie.c 474 while(*lineptr && ISBLANK(*lineptr))
510 if(ISBLANK(*endofn)) {
512 while(*endofn && ISBLANK(*endofn) && nlen) {
521 while(len && ISBLANK(what[len-1])) {
528 while(*whatptr && ISBLANK(*whatptr))
685 while(*ptr && ISBLANK(*ptr))
    [all...]
altsvc.c 193 while(*lineptr && ISBLANK(*lineptr))
344 while(*p && ISBLANK(*p))
446 while(*semip && ISBLANK(*semip))
curl_fnmatch.c 335 found = ISBLANK(*s);
  /external/curl/src/
tool_urlglob.c 266 while(*pattern && ISBLANK(*pattern))

Completed in 169 milliseconds