Lines Matching defs:str
36 static char *skip(char *str)42 while (*str && isspace(*str)) str++;43 while (*str && !isspace(*str)) str++;46 while (*str && nchars--) str++;48 return str;