Searched defs:skip_space (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_config.c80 static void skip_space(char **p) { function
135 skip_space(&p);
142 skip_space(&val);
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-device.c77 static char *skip_space(char *s);
412 char *skip_space(char *s) function
455 s = skip_space(buf);
459 s = skip_space(s + 1);
462 if ((s1 = skip_number(s), s1 != s) && *s1 == ':') s = skip_space(s1 + 1);
474 s = skip_space(s);

Completed in 44 milliseconds