Home
last modified time | relevance | path

Searched refs:skip_spaces (Results 1 – 12 of 12) sorted by relevance

/external/toybox/scripts/
Dconfig2help.c122 char *skip_spaces(char *s) in skip_spaces() function
134 line = skip_spaces(line); in keyword()
138 line = skip_spaces(line); in keyword()
161 s = skip_spaces((*help)->data); in zap_blank_lines()
194 s = skip_spaces((*from)->data); in grab_dashlines()
207 while (!*skip_spaces((*from)->prev->data)) { in grab_dashlines()
218 if (*skip_spaces(dd->data) != '-') break; in grab_dashlines()
366 that = skip_spaces(that); in main()
405 if (cfrom && cfrom->prev->data && *skip_spaces(cfrom->prev->data)) in main()
426 while (!*skip_spaces(anchor->prev->data)) { in main()
[all …]
/external/u-boot/lib/
Dlinux_string.c20 char *skip_spaces(const char *str) in skip_spaces() function
40 s = skip_spaces(s); in strim()
/external/u-boot/include/linux/
Dlinux_string.h4 extern char * skip_spaces(const char *);
/external/avb/contrib/linux/4.4/
D0001-ANDROID-Update-init-do_mounts_dm.c-to-the-latest-Chr.patch155 + str = skip_spaces(str);
247 - str = skip_spaces(next);
260 - str = skip_spaces(next);
278 - str = skip_spaces(str + 3);
324 - str = skip_spaces(candidate_end);
393 - str = skip_spaces(next + 1);
405 - str = skip_spaces(next + 1);
422 - str = skip_spaces(next);
437 - str = skip_spaces(next);
/external/freetype/src/psaux/
Dpsobjs.c313 skip_spaces( FT_Byte* *acur, in skip_spaces() function
429 skip_spaces( &cur, limit ); in skip_string()
529 skip_spaces( &cur, limit ); /* this also skips comments */ in ps_parser_skip_PS_token()
618 skip_spaces( &parser->cursor, parser->limit ); in ps_parser_skip_spaces()
816 skip_spaces( &cur, limit ); in ps_tocoordarray()
896 skip_spaces( &cur, limit ); in ps_tofixedarray()
1105 skip_spaces( &cur, limit ); in ps_parser_load_field()
1276 skip_spaces( &cur, limit ); in ps_parser_load_field()
/external/freetype/src/cid/
Dcidparse.h104 (p)->root.funcs.skip_spaces( &(p)->root )
/external/freetype/src/type1/
Dt1parse.h97 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
/external/mksh/src/
Dexpr.c560 skip_spaces: in exprtoken()
570 goto skip_spaces; in exprtoken()
/external/freetype/include/freetype/internal/
Dpsaux.h389 (*skip_spaces)( PS_Parser parser ); member
/external/freetype/src/type42/
Dt42parse.c114 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
/external/freetype/
DChangeLog.214163 (skip_spaces): Use it.
4885 (skip_spaces, skip_alpha): New functions.
DChangeLog.242387 If in function `skip_spaces' the routine `skip_comment' comes to the