Home
last modified time | relevance | path

Searched refs:slist_cstr (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/test/
H A Dslist_test.c37 s = slist_cstr( a, n ); in _check_entry()
225 u = slist_cstr( &a, i ); in test_addc_all()
263 u = slist_cstr( &a, i ); in test_addvp_all()
475 check( (!strcmp(slist_cstr(&a,0),"1")), "first element should be '1'" ); in test_tokenize()
504 check( (!strcmp(slist_cstr(&a,1),"")), "second element should be ''" ); in test_tokenize()
574 check( (!strcmp(slist_cstr(&a,1),"")), "second element should be ''" ); in test_tokenizec()
1110 s = slist_cstr( &a, -1 ); in test_getc()
1113 s = slist_cstr( &a, 0 ); in test_getc()
1116 s = slist_cstr( &a, 1 ); in test_getc()
1119 s = slist_cstr( &a, 2 ); in test_getc()
[all …]
/dports/textproc/bibutils/bibutils_7.2/test/
H A Dslist_test.c39 s = slist_cstr( a, n ); in _check_entry()
220 u = slist_cstr( &a, i ); in test_addc_all()
258 u = slist_cstr( &a, i ); in test_addvp_all()
470 check( (!strcmp(slist_cstr(&a,0),"1")), "first element should be '1'" ); in test_tokenize()
499 check( (!strcmp(slist_cstr(&a,1),"")), "second element should be ''" ); in test_tokenize()
569 check( (!strcmp(slist_cstr(&a,1),"")), "second element should be ''" ); in test_tokenizec()
1108 s = slist_cstr( &a, -1 ); in test_getc()
1111 s = slist_cstr( &a, 0 ); in test_getc()
1114 s = slist_cstr( &a, 1 ); in test_getc()
1117 s = slist_cstr( &a, 2 ); in test_getc()
[all …]
/dports/textproc/bibutils/bibutils_7.2/lib/
H A Dxml.c272 slist_cstr( &(node->attributes), j ), in xml_draw()
273 slist_cstr( &(node->attribute_values), j ) in xml_draw()
363 a = slist_cstr( &(node->attributes), i ); in xml_has_attribute()
364 v = slist_cstr( &(node->attribute_values), i ); in xml_has_attribute()
397 else return slist_cstr( &(node->attribute_values), n ); in xml_attribute_cstr()
H A Dnbibin.c380 id = slist_cstr( &tokens, 0 ); in nbibin_doi()
381 type = slist_cstr( &tokens, 1 ); in nbibin_doi()
H A Dbiblatexin.c819 if ( strcmp( str_cstr( data ), slist_cstr( names, i ) ) ) continue; in biblatex_matches_list()
870 while ( end < n && strcasecmp( slist_cstr( &tokens, end ), "and" ) ) in biblatex_names()
874 status = add_name_singleelement( info, tag, slist_cstr( &tokens, begin ), level, 0 ); in biblatex_names()
884 while ( begin < n && !strcasecmp( slist_cstr( &tokens, begin ), "and" ) ) in biblatex_names()
1031 fstatus = fields_add( bibout, usetag, slist_cstr( &tokens, j ), level ); in biblatexin_date_iso8601()
H A Dslist.h86 char * slist_cstr( slist *a, slist_index n );
H A Dslist.c260 slist_cstr( slist *a, slist_index n ) in slist_cstr() function
833 fprintf( fp, "%s\n", slist_cstr( a, i ) ); in slist_dump()
838 fprintf( fp, "%s", slist_cstr( a, i ) ); in slist_dump()
H A Drisin.c454 while ( end < tokens.n && strcasecmp( slist_cstr( &tokens, end ), "and" ) ) in risin_person()
469 while ( begin < tokens.n && !strcasecmp( slist_cstr( &tokens, begin ), "and" ) ) in risin_person()
H A Durl.c295 tag = slist_cstr( types, i ); in urls_merge_and_add()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dxml.c272 slist_cstr( &(node->attributes), j ), in xml_draw()
273 slist_cstr( &(node->attribute_values), j ) in xml_draw()
363 a = slist_cstr( &(node->attributes), i ); in xml_has_attribute()
364 v = slist_cstr( &(node->attribute_values), i ); in xml_has_attribute()
H A Dnbibin.c392 id = slist_cstr( &tokens, 0 ); in nbibin_doi()
393 type = slist_cstr( &tokens, 1 ); in nbibin_doi()
H A Dslist.h86 char * slist_cstr( slist *a, slist_index n );
H A Dslist.c260 slist_cstr( slist *a, slist_index n ) in slist_cstr() function
833 fprintf( fp, "%s\n", slist_cstr( a, i ) ); in slist_dump()
838 fprintf( fp, "%s", slist_cstr( a, i ) ); in slist_dump()
H A Dbiblatexin.c800 if ( strcmp( str_cstr( data ), slist_cstr( names, i ) ) ) continue; in biblatex_matches_list()
851 while ( end < n && strcasecmp( slist_cstr( &tokens, end ), "and" ) ) in biblatex_names()
855 ok = name_addsingleelement( info, tag, slist_cstr( &tokens, begin ), level, 0 ); in biblatex_names()
865 while ( begin < n && !strcasecmp( slist_cstr( &tokens, begin ), "and" ) ) in biblatex_names()
H A Drisin.c452 while ( end < tokens.n && strcasecmp( slist_cstr( &tokens, end ), "and" ) ) in risin_person()
467 while ( begin < tokens.n && !strcasecmp( slist_cstr( &tokens, begin ), "and" ) ) in risin_person()
H A Durl.c292 tag = slist_cstr( types, i ); in urls_merge_and_add()
H A Dbibtexin.c773 while ( end < n && strcasecmp( slist_cstr( tokens, end ), "and" ) ) in bibtex_person_add_names()
778 …ok = name_addsingleelement( bibin, fields_tag( bibin,m,FIELDS_CHRP), slist_cstr( tokens, begin ), … in bibtex_person_add_names()
788 while ( begin < n && !strcasecmp( slist_cstr( tokens, begin ), "and" ) ) in bibtex_person_add_names()
/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dxml.c275 slist_cstr( &(node->attributes), j ), in xml_draw()
276 slist_cstr( &(node->attribute_values), j ) in xml_draw()
366 a = slist_cstr( &(node->attributes), i ); in xml_has_attribute()
367 v = slist_cstr( &(node->attribute_values), i ); in xml_has_attribute()
H A Dslist.h86 char * slist_cstr( slist *a, slist_index n );
H A Dnbibin.c397 id = slist_cstr( &tokens, 0 ); in nbibin_doi()
398 type = slist_cstr( &tokens, 1 ); in nbibin_doi()
H A Dslist.c260 slist_cstr( slist *a, slist_index n ) in slist_cstr() function
833 fprintf( fp, "%s\n", slist_cstr( a, i ) ); in slist_dump()
838 fprintf( fp, "%s", slist_cstr( a, i ) ); in slist_dump()
H A Dbibtexdirectin.c849 while ( end < n && strcasecmp( slist_cstr( tokens, end ), "and" ) ) in bibtex_person_add_names()
854 …ok = name_addsingleelement( bibin, fields_tag( bibin,m,FIELDS_CHRP), slist_cstr( tokens, begin ), … in bibtex_person_add_names()
864 while ( begin < n && !strcasecmp( slist_cstr( tokens, begin ), "and" ) ) in bibtex_person_add_names()
H A Drisin.c455 while ( end < tokens.n && strcasecmp( slist_cstr( &tokens, end ), "and" ) ) in risin_person()
470 while ( begin < tokens.n && !strcasecmp( slist_cstr( &tokens, begin ), "and" ) ) in risin_person()
H A Dbiblatexin.c824 if ( strcmp( str_cstr( data ), slist_cstr( names, i ) ) ) continue; in biblatex_matches_list()
875 while ( end < n && strcasecmp( slist_cstr( &tokens, end ), "and" ) ) in biblatex_names()
879 ok = name_addsingleelement( info, tag, slist_cstr( &tokens, begin ), level, 0 ); in biblatex_names()
889 while ( begin < n && !strcasecmp( slist_cstr( &tokens, begin ), "and" ) ) in biblatex_names()
H A Durl.c292 tag = slist_cstr( types, i ); in urls_merge_and_add()

12