Home
last modified time | relevance | path

Searched refs:skip_space (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_config.c78 static void skip_space(char **p) { in skip_space() function
133 skip_space(&p); in slp_readConfig()
140 skip_space(&val); in slp_readConfig()
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-device.c77 static char *skip_space(char *s);
412 char *skip_space(char *s) in skip_space() function
455 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()