HomeSort by relevance Sort by last modified time
    Searched refs:skip_spaces (Results 1 - 9 of 9) sorted by null

  /external/u-boot/include/linux/
linux_string.h 4 extern char * skip_spaces(const char *);
  /external/u-boot/lib/
linux_string.c 15 * skip_spaces - Removes leading whitespace from @str.
20 char *skip_spaces(const char *str) function
40 s = skip_spaces(s);
  /external/toybox/scripts/
config2help.c 122 char *skip_spaces(char *s) function
134 line = skip_spaces(line);
138 line = skip_spaces(line);
161 s = skip_spaces((*help)->data);
194 s = skip_spaces((*from)->data);
207 while (!*skip_spaces((*from)->prev->data)) {
218 if (*skip_spaces(dd->data) != '-') break;
366 that = skip_spaces(that);
405 if (cfrom && cfrom->prev->data && *skip_spaces(cfrom->prev->data))
426 while (!*skip_spaces(anchor->prev->data))
    [all...]
  /external/freetype/src/cid/
cidparse.h 104 (p)->root.funcs.skip_spaces( &(p)->root )
  /external/freetype/src/type1/
t1parse.h 97 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
  /external/freetype/src/psaux/
psobjs.c 313 skip_spaces( FT_Byte* *acur, function
429 skip_spaces( &cur, limit );
529 skip_spaces( &cur, limit ); /* this also skips comments */
618 skip_spaces( &parser->cursor, parser->limit );
816 skip_spaces( &cur, limit );
896 skip_spaces( &cur, limit );
1105 skip_spaces( &cur, limit );
1276 skip_spaces( &cur, limit );
    [all...]
  /external/mksh/src/
expr.c 560 skip_spaces:
570 goto skip_spaces;
  /external/freetype/include/freetype/internal/
psaux.h 389 (*skip_spaces)( PS_Parser parser ); member in struct:PS_Parser_FuncsRec_
    [all...]
  /external/freetype/src/type42/
t42parse.c 114 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
    [all...]

Completed in 288 milliseconds