Home
last modified time | relevance | path

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

12

/third_party/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 …]
/third_party/ffmpeg/libavformat/
Dtedcaptionsdec.c77 static void skip_spaces(AVIOContext *pb, int *cur_byte) in skip_spaces() function
86 skip_spaces(pb, cur_byte); in expect_byte()
151 skip_spaces(pb, cur_byte); in parse_boolean()
171 skip_spaces(pb, cur_byte); in parse_int()
233 skip_spaces(pb, &cur_byte); in parse_file()
257 skip_spaces(pb, &cur_byte); in parse_file()
268 skip_spaces(pb, &cur_byte); in parse_file()
/third_party/boost/libs/log/src/
Dnamed_scope_format_parser.cpp46 BOOST_FORCEINLINE const char* skip_spaces(const char* p, const char* end)
74 const char* p = skip_spaces(operator_keyword + 8, end);
83 p = skip_spaces(++p, end);
94 p = skip_spaces(++p, end);
164 p = skip_spaces(p + 2, end);
436 const char* p = skip_spaces(paren_close + 1, e);
/third_party/ffmpeg/libavfilter/
Daf_pan.c57 static void skip_spaces(char **arg) in skip_spaces() function
71 skip_spaces(arg); in parse_channel_name()
165 skip_spaces(&arg); in init()
204 skip_spaces(&arg); in init()
/third_party/gettext/gnulib-local/lib/
Dmarkup.c651 skip_spaces (markup_parse_context_ty *context) in skip_spaces() function
939 skip_spaces (context); in markup_parse_context_parse()
1084 skip_spaces (context); in markup_parse_context_parse()
1118 skip_spaces (context); in markup_parse_context_parse()
1158 skip_spaces (context); in markup_parse_context_parse()
1320 skip_spaces (context); in markup_parse_context_parse()
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidparse.h103 (p)->root.funcs.skip_spaces( &(p)->root )
/third_party/freetype/src/cid/
Dcidparse.h103 (p)->root.funcs.skip_spaces( &(p)->root )
/third_party/flutter/skia/third_party/externals/freetype/src/cid/
Dcidparse.h104 (p)->root.funcs.skip_spaces( &(p)->root )
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsobjs.c312 skip_spaces( FT_Byte* *acur, in skip_spaces() function
428 skip_spaces( &cur, limit ); in skip_string()
528 skip_spaces( &cur, limit ); /* this also skips comments */ in ps_parser_skip_PS_token()
617 skip_spaces( &parser->cursor, parser->limit ); in ps_parser_skip_spaces()
815 skip_spaces( &cur, limit ); in ps_tocoordarray()
895 skip_spaces( &cur, limit ); in ps_tofixedarray()
1104 skip_spaces( &cur, limit ); in ps_parser_load_field()
1275 skip_spaces( &cur, limit ); in ps_parser_load_field()
/third_party/flutter/skia/third_party/externals/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()
/third_party/freetype/src/psaux/
Dpsobjs.c312 skip_spaces( FT_Byte* *acur, in skip_spaces() function
428 skip_spaces( &cur, limit ); in skip_string()
528 skip_spaces( &cur, limit ); /* this also skips comments */ in ps_parser_skip_PS_token()
617 skip_spaces( &parser->cursor, parser->limit ); in ps_parser_skip_spaces()
815 skip_spaces( &cur, limit ); in ps_tocoordarray()
895 skip_spaces( &cur, limit ); in ps_tofixedarray()
1104 skip_spaces( &cur, limit ); in ps_parser_load_field()
1275 skip_spaces( &cur, limit ); in ps_parser_load_field()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1parse.h96 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
/third_party/freetype/src/type1/
Dt1parse.h96 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
/third_party/flutter/skia/third_party/externals/freetype/src/type1/
Dt1parse.h97 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
/third_party/glib/glib/
Dgmarkup.c823 skip_spaces (GMarkupParseContext *context) in skip_spaces() function
1171 skip_spaces (context); in g_markup_parse_context_parse()
1331 skip_spaces (context); in g_markup_parse_context_parse()
1381 skip_spaces (context); in g_markup_parse_context_parse()
1430 skip_spaces (context); in g_markup_parse_context_parse()
1609 skip_spaces (context); in g_markup_parse_context_parse()
/third_party/mksh/
Dexpr.c560 skip_spaces: in exprtoken()
570 goto skip_spaces; in exprtoken()
/third_party/freetype/include/freetype/internal/
Dpsaux.h384 (*skip_spaces)( PS_Parser parser ); member
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dpsaux.h384 (*skip_spaces)( PS_Parser parser ); member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dpsaux.h385 (*skip_spaces)( PS_Parser parser ); member
/third_party/freetype/src/type42/
Dt42parse.c114 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
/third_party/skia/third_party/externals/freetype/src/type42/
Dt42parse.c114 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
/third_party/flutter/skia/third_party/externals/freetype/src/type42/
Dt42parse.c114 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
/third_party/quickjs/
Dquickjs.c9994 static int skip_spaces(const char *pc) in skip_spaces() function
10481 p += skip_spaces(p); in JS_ToNumberHintFree()
10488 p += skip_spaces(p); in JS_ToNumberHintFree()
12137 p += skip_spaces(p); in JS_StringToBigInt()
12145 p += skip_spaces(p); in JS_StringToBigInt()
39904 p += skip_spaces(p); in js_parseInt()
39922 p += skip_spaces(p); in js_parseFloat()
49581 p += skip_spaces(p); in js_bigfloat_constructor()
49598 p += skip_spaces(p); in js_bigfloat_constructor()
50259 p += skip_spaces(p); in JS_ToBigDecimalFree()
[all …]
/third_party/freetype/
DChangeLog.214163 (skip_spaces): Use it.
4885 (skip_spaces, skip_alpha): New functions.
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.214163 (skip_spaces): Use it.
4885 (skip_spaces, skip_alpha): New functions.

12