Searched refs:skip_space (Results 1 – 2 of 2) sorted by relevance
80 static void skip_space(char **p) { in skip_space() function135 skip_space(&p); in slp_readConfig()142 skip_space(&val); in slp_readConfig()
77 static char *skip_space(char *s);412 char *skip_space(char *s) in skip_space() function455 s = skip_space(buf); in process_property()459 s = skip_space(s + 1); in process_property()462 if ((s1 = skip_number(s), s1 != s) && *s1 == ':') s = skip_space(s1 + 1); in process_property()474 s = skip_space(s); in process_property()