Lines Matching refs:ISSPACE
367 if(!ISSPACE(*ptr)) in get_param_word()
413 if(c == EOF || (!pos && !ISSPACE(c))) { in read_field_headers()
415 while(hdrlen && ISSPACE(hdrbuf[hdrlen - 1])) in read_field_headers()
487 while(ISSPACE(*p)) in get_param_part()
493 while(endpos > *pdata && ISSPACE(endpos[-1])) in get_param_part()
498 while(p++ && ISSPACE(*p)) in get_param_part()
502 for(p += 5; ISSPACE(*p); p++) in get_param_part()
517 if(!ISSPACE(*p)) in get_param_part()
526 for(p += 9; ISSPACE(*p); p++) in get_param_part()
532 while(endpos > filename && ISSPACE(endpos[-1])) in get_param_part()
550 } while(ISSPACE(*p)); in get_param_part()
555 while(endpos > hdrfile && ISSPACE(endpos[-1])) in get_param_part()
576 while(ISSPACE(*p)) in get_param_part()
582 while(endpos > hdr && ISSPACE(endpos[-1])) in get_param_part()
598 for(p += 8; ISSPACE(*p); p++) in get_param_part()
604 while(endpos > encoder && ISSPACE(endpos[-1])) in get_param_part()
612 if(!ISSPACE(*p)) in get_param_part()