Home
last modified time | relevance | path

Searched refs:match_fail (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dvfscanf.c102 goto match_fail; in vfscanf()
267 if (!shcnt(f)) goto match_fail; in vfscanf()
268 if (t == 'c' && shcnt(f) != width) goto match_fail; in vfscanf()
294 if (!shcnt(f)) goto match_fail; in vfscanf()
303 if (!shcnt(f)) goto match_fail; in vfscanf()
326 match_fail: in vfscanf()
/third_party/musl/src/stdio/
Dvfscanf.c102 goto match_fail; in vfscanf()
267 if (!shcnt(f)) goto match_fail; in vfscanf()
268 if (t == 'c' && shcnt(f) != width) goto match_fail; in vfscanf()
294 if (!shcnt(f)) goto match_fail; in vfscanf()
303 if (!shcnt(f)) goto match_fail; in vfscanf()
326 match_fail: in vfscanf()
Dvfwscanf.c128 goto match_fail; in vfwscanf()
284 if (t == 'c' || !gotmatch) goto match_fail; in vfwscanf()
308 goto match_fail; in vfwscanf()
322 match_fail: in vfwscanf()
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dvfscanf.c102 goto match_fail; in vfscanf()
267 if (!shcnt(f)) goto match_fail; in vfscanf()
268 if (t == 'c' && shcnt(f) != width) goto match_fail; in vfscanf()
294 if (!shcnt(f)) goto match_fail; in vfscanf()
303 if (!shcnt(f)) goto match_fail; in vfscanf()
326 match_fail: in vfscanf()
/third_party/ffmpeg/libavutil/
Davsscanf.c765 goto match_fail; in ff_vfscanf()
888 if (!shcnt(f)) goto match_fail; in ff_vfscanf()
889 if (t == 'c' && shcnt(f) != width) goto match_fail; in ff_vfscanf()
911 goto match_fail; in ff_vfscanf()
923 goto match_fail; in ff_vfscanf()
948 match_fail: in ff_vfscanf()
/third_party/boost/boost/regex/v4/
Dperl_matcher.hpp460 bool match_fail();
Dperl_matcher_common.hpp816 bool perl_matcher<BidiIterator, Allocator, traits>::match_fail() in match_fail() function in boost::BOOST_REGEX_DETAIL_NS::perl_matcher
Dperl_matcher_recursive.hpp99 &perl_matcher<BidiIterator, Allocator, traits>::match_fail, in match_all_states()
Dperl_matcher_non_recursive.hpp197 &perl_matcher<BidiIterator, Allocator, traits>::match_fail, in match_all_states()