Home
last modified time | relevance | path

Searched refs:g_utf8_collate (Results 1 – 25 of 1585) sorted by relevance

12345678910>>...64

/dports/devel/cutter/cutter-1.2.6/cutter/
H A Dcut-verbose-level.c43 } else if (g_utf8_collate(name, "s") == 0 || in cut_verbose_level_parse()
44 g_utf8_collate(name, "silent") == 0) { in cut_verbose_level_parse()
46 } else if (g_utf8_collate(name, "n") == 0 || in cut_verbose_level_parse()
47 g_utf8_collate(name, "normal") == 0) { in cut_verbose_level_parse()
49 } else if (g_utf8_collate(name, "v") == 0 || in cut_verbose_level_parse()
50 g_utf8_collate(name, "verbose") == 0) { in cut_verbose_level_parse()
H A Dcut-console.c54 g_utf8_collate(value, "yes") == 0 || in cut_console_parse_color_arg()
55 g_utf8_collate(value, "true") == 0) { in cut_console_parse_color_arg()
57 } else if (g_utf8_collate(value, "no") == 0 || in cut_console_parse_color_arg()
58 g_utf8_collate(value, "false") == 0) { in cut_console_parse_color_arg()
60 } else if (g_utf8_collate(value, "auto") == 0) { in cut_console_parse_color_arg()
/dports/x11/rofi/rofi-1.6.1/test/
H A Dhelper-test.c125 TASSERT ( g_utf8_collate ( str, "¡µ" ) == 0 ); in main()
131 TASSERT ( g_utf8_collate ( str, "Valid utf8" ) == 0 ); in main()
137 TASSERT ( g_utf8_collate ( str, "Valid utf8 until �( we continue here" ) == 0 ); in main()
164 TASSERT ( g_utf8_collate ( a, "rofi-sensible-terminal -t some title blub -e aap") == 0); in main()
168 TASSERT ( g_utf8_collate ( a, "rofi-sensible-terminal -e aap") == 0); in main()
172 …TASSERT ( g_utf8_collate ( a, "Librecad <span weight='light' size='small'><i>(Desktop app)</i></sp… in main()
175 TASSERT ( g_utf8_collate ( a, "Librecad") == 0); in main()
179 TASSERT ( g_utf8_collate ( a, "rofi-sensible-terminal some title blub -e aap") == 0); in main()
187 TASSERT ( g_utf8_collate ( a, "rofi-sensible-terminal -e aap") == 0); in main()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/test/
H A Dhelper-test.c125 TASSERT ( g_utf8_collate ( str, "¡µ" ) == 0 ); in main()
131 TASSERT ( g_utf8_collate ( str, "Valid utf8" ) == 0 ); in main()
137 TASSERT ( g_utf8_collate ( str, "Valid utf8 until �( we continue here" ) == 0 ); in main()
164 TASSERT ( g_utf8_collate ( a, "rofi-sensible-terminal -t some title blub -e aap") == 0); in main()
168 TASSERT ( g_utf8_collate ( a, "rofi-sensible-terminal -e aap") == 0); in main()
172 …TASSERT ( g_utf8_collate ( a, "Librecad <span weight='light' size='small'><i>(Desktop app)</i></sp… in main()
175 TASSERT ( g_utf8_collate ( a, "Librecad") == 0); in main()
179 TASSERT ( g_utf8_collate ( a, "rofi-sensible-terminal some title blub -e aap") == 0); in main()
187 TASSERT ( g_utf8_collate ( a, "rofi-sensible-terminal -e aap") == 0); in main()
/dports/x11/libxfce4menu/libxfce4ui-4.16.1/libxfce4kbd-private/
H A Dxfce-shortcuts.c98 if (g_utf8_collate (owner, other) == 0 && ignore_same_provider) in xfce_shortcut_conflict_dialog()
105 if (g_utf8_collate (owner, other) == 0 && g_utf8_collate (owner_action, other_action) == 0) in xfce_shortcut_conflict_dialog()
119 if (g_utf8_collate (conflict_messages[i].owner_name, owner) == 0 && in xfce_shortcut_conflict_dialog()
120 g_utf8_collate (conflict_messages[i].other_name, other) == 0) in xfce_shortcut_conflict_dialog()
124 else if (g_utf8_collate (owner, "xfwm4") == 0) in xfce_shortcut_conflict_dialog()
140 else if (g_utf8_collate (other, "xfwm4") == 0) in xfce_shortcut_conflict_dialog()
/dports/net-im/vqcc-gtk/vqcc-gtk-0.5/src/
H A Dprefs.c399 if(!g_utf8_collate(type_name, "uint")) in prefs_get_type_by_name()
401 else if(!g_utf8_collate(type_name, "bool")) in prefs_get_type_by_name()
403 else if(!g_utf8_collate(type_name, "string")) in prefs_get_type_by_name()
405 else if(!g_utf8_collate(type_name, "list")) in prefs_get_type_by_name()
439 if(!g_utf8_collate(*attr, "name")) in prefs_load_xml_start_element()
442 if(!g_utf8_collate(*attr, "type")) in prefs_load_xml_start_element()
469 if(!g_utf8_collate(element, "vqcc_gtk") in prefs_load_xml_end_element()
473 else if(!g_utf8_collate(element, "settings") in prefs_load_xml_end_element()
477 else if(!g_utf8_collate(element, "pref") in prefs_load_xml_end_element()
481 else if(!g_utf8_collate(element, "entry") in prefs_load_xml_end_element()
[all …]
/dports/devel/cutter/cutter-1.2.6/module/ui/
H A Dcut-console-ui-factory.c357 g_utf8_collate(value, "yes") == 0 || in parse_notify_arg()
358 g_utf8_collate(value, "true") == 0 || in parse_notify_arg()
359 g_utf8_collate(value, "auto") == 0) { in parse_notify_arg()
363 } else if (g_utf8_collate(value, "no") == 0 || in parse_notify_arg()
364 g_utf8_collate(value, "false") == 0) { in parse_notify_arg()
387 g_utf8_collate(value, "yes") == 0 || in parse_show_detail_immediately()
388 g_utf8_collate(value, "true") == 0) { in parse_show_detail_immediately()
390 } else if (g_utf8_collate(value, "no") == 0 || in parse_show_detail_immediately()
391 g_utf8_collate(value, "false") == 0) { in parse_show_detail_immediately()
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]
/dports/mail/claws-mail-vcalendar/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]
/dports/mail/claws-mail-bogofilter/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]
/dports/mail/claws-mail-archive/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]
/dports/mail/claws-mail-libravatar/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]
/dports/mail/claws-mail/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/
H A Dvcard.c357 if( g_utf8_collate( str, "internet" ) != 0 ) { in vcard_build_items()
451 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 in vcard_read_file()
452 || g_utf8_collate( tagtype, VCARD_TYPE_E_QP ) == 0 in vcard_read_file()
463 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_read_file()
469 if( g_utf8_collate( tagname, VCARD_TAG_FULLNAME ) == 0 ) { in vcard_read_file()
473 if( g_utf8_collate( tagname, VCARD_TAG_EMAIL ) == 0 ) { in vcard_read_file()
478 if( g_utf8_collate( tagname, VCARD_TAG_UID ) == 0 ) { in vcard_read_file()
482 if( g_utf8_collate( tagname, VCARD_TAG_END ) == 0 && in vcard_read_file()
670 if( g_utf8_collate( tagtype, VCARD_TYPE_QP ) == 0 ) { in vcard_test_read_file()
678 if( g_utf8_collate( tagname, VCARD_TAG_START ) == 0 && in vcard_test_read_file()
[all …]

12345678910>>...64