Searched refs:begpp (Results 1 – 2 of 2) sorted by relevance
725 strip_whitespace (const char **begpp, const char **endpp) in strip_whitespace() argument727 while (*begpp <= *endpp && isspace ((unsigned char)**begpp)) in strip_whitespace()728 (*begpp) ++; in strip_whitespace()729 while (*endpp >= *begpp && isspace ((unsigned char)**endpp)) in strip_whitespace()731 return (char *)*begpp; in strip_whitespace()
464 extern char *strip_whitespace PARAMS ((const char **begpp, const char **endpp));