Home
last modified time | relevance | path

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

/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/test/
H A Dstr_test.c816 str_trimbegin( s, 0 ); in test_trim()
822 str_trimbegin( s, 1 ); in test_trim()
826 str_trimbegin( s, 4 ); in test_trim()
830 str_trimbegin( s, 9 ); in test_trim()
/dports/textproc/bibutils/bibutils_7.2/test/
H A Dstr_test.c818 str_trimbegin( s, 0 ); in test_trim()
824 str_trimbegin( s, 1 ); in test_trim()
828 str_trimbegin( s, 4 ); in test_trim()
832 str_trimbegin( s, 9 ); in test_trim()
/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dstr.h94 void str_trimbegin ( str *s, unsigned long n );
H A Dbibtexdirectin.c475 if ( esc_t != NOT_ESCAPED ) str_trimbegin( t, 1 ); in string_concatenate()
520 str_trimbegin( s, 1 ); in merge_tokens_into_data()
H A Dbibtexin.c448 if ( esc_t != NOT_ESCAPED ) str_trimbegin( t, 1 ); in string_concatenate()
493 str_trimbegin( s, 1 ); in merge_tokens_into_data()
H A Dbiblatexin.c330 str_trimbegin( t, 1 ); in string_concatenate()
377 str_trimbegin( s, 1 ); in process_biblatexline()
H A Dstr.c900 str_trimbegin( str *s, unsigned long n ) in str_trimbegin() function
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dstr.h94 void str_trimbegin ( str *s, unsigned long n );
H A Dbiblatexin.c310 str_trimbegin( t, 1 ); in string_concatenate()
357 str_trimbegin( s, 1 ); in process_biblatexline()
H A Dbibtexin.c433 if ( esc_t != NOT_ESCAPED ) str_trimbegin( t, 1 ); in string_concatenate()
478 str_trimbegin( s, 1 ); in merge_tokens_into_data()
H A Dstr.c806 str_trimbegin( str *s, unsigned long n )
/dports/textproc/bibutils/bibutils_7.2/lib/
H A Dstr.h94 void str_trimbegin ( str *s, unsigned long n );
H A Dbibtexin.c440 if ( esc_t != NOT_ESCAPED ) str_trimbegin( t, 1 ); in string_concatenate()
485 str_trimbegin( s, 1 ); in merge_tokens_into_data()
H A Dbiblatexin.c325 str_trimbegin( t, 1 ); in string_concatenate()
372 str_trimbegin( s, 1 ); in process_biblatexline()
H A Dstr.c806 str_trimbegin( str *s, unsigned long n ) in str_trimbegin() function
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/src/
H A Dffi.rs1269 pub fn str_trimbegin(s: *mut str, n: ::std::os::raw::c_ulong); in str_trimbegin() function