Home
last modified time | relevance | path

Searched refs:strip_whitespace (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dfunction.c725 strip_whitespace (const char **begpp, const char **endpp) in strip_whitespace() function
739 strip_whitespace (&s, &end); in check_numeric()
1203 strip_whitespace (&begp, &endp); in func_if()
1259 strip_whitespace (&begp, &endp); in func_or()
1309 strip_whitespace (&begp, &endp); in func_and()
Dmake.h464 extern char *strip_whitespace PARAMS ((const char **begpp, const char **endpp));
Dread.c1167 strip_whitespace (&beg, &end); in eval()
DChangeLog1074 * make.h (strip_whitespace): Declare.
1075 * function.c (strip_whitespace): Remove static specifier.
1720 (strip_whitespace): Constify.