Home
last modified time | relevance | path

Searched refs:str_match_end (Results 1 – 16 of 16) sorted by relevance

/dports/archivers/dpkg/dpkg-1.19.7/lib/dpkg/t/
H A Dt-string.c49 test_pass(str_match_end("foo bar quux", "quux")); in test_str_match_end()
50 test_pass(str_match_end("foo bar quux", "bar quux")); in test_str_match_end()
51 test_pass(str_match_end("foo bar quux", "foo bar quux")); in test_str_match_end()
52 test_fail(str_match_end("foo bar quux", "foo bar quux zorg")); in test_str_match_end()
53 test_fail(str_match_end("foo bar quux", "foo bar")); in test_str_match_end()
54 test_fail(str_match_end("foo bar quux", "foo")); in test_str_match_end()
/dports/archivers/dpkg/dpkg-1.19.7/lib/dpkg/
H A Dstring.h55 bool str_match_end(const char *str, const char *end);
H A Dstring.c59 str_match_end(const char *str, const char *end) in str_match_end() function
H A Dlibdpkg.map97 str_match_end;
/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dstr.h93 int str_match_end ( str *s, char ch );
H A Dstr.c891 str_match_end( str *s, char ch ) in str_match_end() function
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dstr.h93 int str_match_end ( str *s, char ch );
H A Dstr.c797 str_match_end( str *s, char ch )
/dports/textproc/bibutils/bibutils_7.2/lib/
H A Dstr.h93 int str_match_end ( str *s, char ch );
H A Dstr.c797 str_match_end( str *s, char ch ) in str_match_end() function
/dports/archivers/dpkg/dpkg-1.19.7/dpkg-split/
H A Dsplit.c277 if (str_match_end(sourcefile, DEBEXT)) in do_split()
/dports/archivers/dpkg/dpkg-1.19.7/src/
H A Dpackages.c124 str_match_end(pkg->set->name, DEBEXT)) { in enqueue_specified()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/test/
H A Dstr_test.c956 if ( !str_match_end( s, '5' ) ) { in test_match()
/dports/textproc/bibutils/bibutils_7.2/test/
H A Dstr_test.c958 if ( !str_match_end( s, '5' ) ) { in test_match()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/src/
H A Dffi.rs1266 pub fn str_match_end(s: *mut str, ch: ::std::os::raw::c_char) -> ::std::os::raw::c_int; in str_match_end() function
/dports/archivers/dpkg/dpkg-1.19.7/
H A DChangeLog39526 libdpkg: Add test cases for unmatched str_match_end()
40097 dpkg-split, dpkg: Use new str_match_end() function instead of ad-hoc code
40107 libdpkg: Add new str_match_end() function