Home
last modified time | relevance | path

Searched refs:strcount (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/ccan/str/test/
H A Drun.c94 ok1(strcount("aaaaaa", "b") == 0); in main()
95 ok1(strcount("aaaaaa", "a") == 6); in main()
96 ok1(strcount("aaaaaa", "aa") == 3); in main()
97 ok1(strcount("aaaaaa", "aaa") == 2); in main()
98 ok1(strcount("aaaaaa", "aaaa") == 1); in main()
99 ok1(strcount("aaaaaa", "aaaaa") == 1); in main()
101 ok1(strcount("aaa aaa", "b") == 0); in main()
102 ok1(strcount("aaa aaa", "a") == 6); in main()
103 ok1(strcount("aaa aaa", "aa") == 2); in main()
104 ok1(strcount("aaa aaa", "aaa") == 2); in main()
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/str/test/
H A Drun.c91 ok1(strcount("aaaaaa", "b") == 0); in main()
92 ok1(strcount("aaaaaa", "a") == 6); in main()
93 ok1(strcount("aaaaaa", "aa") == 3); in main()
94 ok1(strcount("aaaaaa", "aaa") == 2); in main()
95 ok1(strcount("aaaaaa", "aaaa") == 1); in main()
96 ok1(strcount("aaaaaa", "aaaaa") == 1); in main()
98 ok1(strcount("aaa aaa", "b") == 0); in main()
99 ok1(strcount("aaa aaa", "a") == 6); in main()
100 ok1(strcount("aaa aaa", "aa") == 2); in main()
101 ok1(strcount("aaa aaa", "aaa") == 2); in main()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/ccan/str/test/
H A Drun.c94 ok1(strcount("aaaaaa", "b") == 0); in main()
95 ok1(strcount("aaaaaa", "a") == 6); in main()
96 ok1(strcount("aaaaaa", "aa") == 3); in main()
97 ok1(strcount("aaaaaa", "aaa") == 2); in main()
98 ok1(strcount("aaaaaa", "aaaa") == 1); in main()
99 ok1(strcount("aaaaaa", "aaaaa") == 1); in main()
101 ok1(strcount("aaa aaa", "b") == 0); in main()
102 ok1(strcount("aaa aaa", "a") == 6); in main()
103 ok1(strcount("aaa aaa", "aa") == 2); in main()
104 ok1(strcount("aaa aaa", "aaa") == 2); in main()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/ccan/str/test/
H A Drun.c94 ok1(strcount("aaaaaa", "b") == 0); in main()
95 ok1(strcount("aaaaaa", "a") == 6); in main()
96 ok1(strcount("aaaaaa", "aa") == 3); in main()
97 ok1(strcount("aaaaaa", "aaa") == 2); in main()
98 ok1(strcount("aaaaaa", "aaaa") == 1); in main()
99 ok1(strcount("aaaaaa", "aaaaa") == 1); in main()
101 ok1(strcount("aaa aaa", "b") == 0); in main()
102 ok1(strcount("aaa aaa", "a") == 6); in main()
103 ok1(strcount("aaa aaa", "aa") == 2); in main()
104 ok1(strcount("aaa aaa", "aaa") == 2); in main()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/ccan/str/test/
H A Drun.c94 ok1(strcount("aaaaaa", "b") == 0); in main()
95 ok1(strcount("aaaaaa", "a") == 6); in main()
96 ok1(strcount("aaaaaa", "aa") == 3); in main()
97 ok1(strcount("aaaaaa", "aaa") == 2); in main()
98 ok1(strcount("aaaaaa", "aaaa") == 1); in main()
99 ok1(strcount("aaaaaa", "aaaaa") == 1); in main()
101 ok1(strcount("aaa aaa", "b") == 0); in main()
102 ok1(strcount("aaa aaa", "a") == 6); in main()
103 ok1(strcount("aaa aaa", "aa") == 2); in main()
104 ok1(strcount("aaa aaa", "aaa") == 2); in main()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/ccan/str/test/
H A Drun.c94 ok1(strcount("aaaaaa", "b") == 0); in main()
95 ok1(strcount("aaaaaa", "a") == 6); in main()
96 ok1(strcount("aaaaaa", "aa") == 3); in main()
97 ok1(strcount("aaaaaa", "aaa") == 2); in main()
98 ok1(strcount("aaaaaa", "aaaa") == 1); in main()
99 ok1(strcount("aaaaaa", "aaaaa") == 1); in main()
101 ok1(strcount("aaa aaa", "b") == 0); in main()
102 ok1(strcount("aaa aaa", "a") == 6); in main()
103 ok1(strcount("aaa aaa", "aa") == 2); in main()
104 ok1(strcount("aaa aaa", "aaa") == 2); in main()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/ccan/str/test/
H A Drun.c94 ok1(strcount("aaaaaa", "b") == 0); in main()
95 ok1(strcount("aaaaaa", "a") == 6); in main()
96 ok1(strcount("aaaaaa", "aa") == 3); in main()
97 ok1(strcount("aaaaaa", "aaa") == 2); in main()
98 ok1(strcount("aaaaaa", "aaaa") == 1); in main()
99 ok1(strcount("aaaaaa", "aaaaa") == 1); in main()
101 ok1(strcount("aaa aaa", "b") == 0); in main()
102 ok1(strcount("aaa aaa", "a") == 6); in main()
103 ok1(strcount("aaa aaa", "aa") == 2); in main()
104 ok1(strcount("aaa aaa", "aaa") == 2); in main()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/ccan/str/test/
H A Drun.c94 ok1(strcount("aaaaaa", "b") == 0); in main()
95 ok1(strcount("aaaaaa", "a") == 6); in main()
96 ok1(strcount("aaaaaa", "aa") == 3); in main()
97 ok1(strcount("aaaaaa", "aaa") == 2); in main()
98 ok1(strcount("aaaaaa", "aaaa") == 1); in main()
99 ok1(strcount("aaaaaa", "aaaaa") == 1); in main()
101 ok1(strcount("aaa aaa", "b") == 0); in main()
102 ok1(strcount("aaa aaa", "a") == 6); in main()
103 ok1(strcount("aaa aaa", "aa") == 2); in main()
104 ok1(strcount("aaa aaa", "aaa") == 2); in main()
[all …]
/dports/devel/kde-dev-scripts/kde-dev-scripts-21.12.3/
H A Dcxxmetric33 our $strcount = 0;
114 $bigstrcount += $strcount;
117 our $stravglen = $strcount ? ($strsize / $strcount) : 0;
153 our $strcount++;
232 $total, $code, $comment, $blank, our $strcount, our $stravglen, $file
/dports/print/photoprint/photoprint-0.4.2-pre2/stpui_widgets/
H A Dstpui_combo.c53 int strcount; in stpui_combo_get_optionkey() local
55 strcount=stp_string_list_count(strlist); in stpui_combo_get_optionkey()
56 for(j=0;j<strcount;++j) in stpui_combo_get_optionkey()
95 int strcount; in stpui_combo_get_longname() local
97 strcount=stp_string_list_count(strlist); in stpui_combo_get_longname()
98 for(j=0;j<strcount;++j) in stpui_combo_get_longname()
141 int strcount,j; in stpui_combo_build_options() local
145 strcount=stp_string_list_count(strlist); in stpui_combo_build_options()
146 for(j=0;j<strcount;++j) in stpui_combo_build_options()
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/plugins/notification/
H A Dnotification_indicator.c143 gchar *strcount = g_strdup_printf("%d / %d", count.new_msgs, count.unread_msgs); in notification_update_indicator() local
146 messaging_menu_app_set_source_string(MESSAGING_MENU_APP(mmapp), id, strcount); in notification_update_indicator()
148 … messaging_menu_app_append_source_with_string(MESSAGING_MENU_APP(mmapp), id, NULL, id, strcount); in notification_update_indicator()
150 g_free(strcount); in notification_update_indicator()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/plugins/notification/
H A Dnotification_indicator.c143 gchar *strcount = g_strdup_printf("%d / %d", count.new_msgs, count.unread_msgs); in notification_update_indicator() local
146 messaging_menu_app_set_source_string(MESSAGING_MENU_APP(mmapp), id, strcount); in notification_update_indicator()
148 … messaging_menu_app_append_source_with_string(MESSAGING_MENU_APP(mmapp), id, NULL, id, strcount); in notification_update_indicator()
150 g_free(strcount); in notification_update_indicator()
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/plugins/notification/
H A Dnotification_indicator.c143 gchar *strcount = g_strdup_printf("%d / %d", count.new_msgs, count.unread_msgs); in notification_update_indicator() local
146 messaging_menu_app_set_source_string(MESSAGING_MENU_APP(mmapp), id, strcount); in notification_update_indicator()
148 … messaging_menu_app_append_source_with_string(MESSAGING_MENU_APP(mmapp), id, NULL, id, strcount); in notification_update_indicator()
150 g_free(strcount); in notification_update_indicator()
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/plugins/notification/
H A Dnotification_indicator.c143 gchar *strcount = g_strdup_printf("%d / %d", count.new_msgs, count.unread_msgs); in notification_update_indicator() local
146 messaging_menu_app_set_source_string(MESSAGING_MENU_APP(mmapp), id, strcount); in notification_update_indicator()
148 … messaging_menu_app_append_source_with_string(MESSAGING_MENU_APP(mmapp), id, NULL, id, strcount); in notification_update_indicator()
150 g_free(strcount); in notification_update_indicator()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/plugins/notification/
H A Dnotification_indicator.c143 gchar *strcount = g_strdup_printf("%d / %d", count.new_msgs, count.unread_msgs); in notification_update_indicator() local
146 messaging_menu_app_set_source_string(MESSAGING_MENU_APP(mmapp), id, strcount); in notification_update_indicator()
148 … messaging_menu_app_append_source_with_string(MESSAGING_MENU_APP(mmapp), id, NULL, id, strcount); in notification_update_indicator()
150 g_free(strcount); in notification_update_indicator()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/plugins/notification/
H A Dnotification_indicator.c143 gchar *strcount = g_strdup_printf("%d / %d", count.new_msgs, count.unread_msgs); in notification_update_indicator() local
146 messaging_menu_app_set_source_string(MESSAGING_MENU_APP(mmapp), id, strcount); in notification_update_indicator()
148 … messaging_menu_app_append_source_with_string(MESSAGING_MENU_APP(mmapp), id, NULL, id, strcount); in notification_update_indicator()
150 g_free(strcount); in notification_update_indicator()
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/plugins/notification/
H A Dnotification_indicator.c143 gchar *strcount = g_strdup_printf("%d / %d", count.new_msgs, count.unread_msgs); in notification_update_indicator() local
146 messaging_menu_app_set_source_string(MESSAGING_MENU_APP(mmapp), id, strcount); in notification_update_indicator()
148 … messaging_menu_app_append_source_with_string(MESSAGING_MENU_APP(mmapp), id, NULL, id, strcount); in notification_update_indicator()
150 g_free(strcount); in notification_update_indicator()
/dports/mail/claws-mail-bogofilter/claws-mail-3.18.0/src/plugins/notification/
H A Dnotification_indicator.c143 gchar *strcount = g_strdup_printf("%d / %d", count.new_msgs, count.unread_msgs); in notification_update_indicator() local
146 messaging_menu_app_set_source_string(MESSAGING_MENU_APP(mmapp), id, strcount); in notification_update_indicator()
148 … messaging_menu_app_append_source_with_string(MESSAGING_MENU_APP(mmapp), id, NULL, id, strcount); in notification_update_indicator()
150 g_free(strcount); in notification_update_indicator()
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/plugins/notification/
H A Dnotification_indicator.c143 gchar *strcount = g_strdup_printf("%d / %d", count.new_msgs, count.unread_msgs); in notification_update_indicator() local
146 messaging_menu_app_set_source_string(MESSAGING_MENU_APP(mmapp), id, strcount); in notification_update_indicator()
148 … messaging_menu_app_append_source_with_string(MESSAGING_MENU_APP(mmapp), id, NULL, id, strcount); in notification_update_indicator()
150 g_free(strcount); in notification_update_indicator()
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/plugins/notification/
H A Dnotification_indicator.c143 gchar *strcount = g_strdup_printf("%d / %d", count.new_msgs, count.unread_msgs); in notification_update_indicator() local
146 messaging_menu_app_set_source_string(MESSAGING_MENU_APP(mmapp), id, strcount); in notification_update_indicator()
148 … messaging_menu_app_append_source_with_string(MESSAGING_MENU_APP(mmapp), id, NULL, id, strcount); in notification_update_indicator()
150 g_free(strcount); in notification_update_indicator()
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/plugins/notification/
H A Dnotification_indicator.c143 gchar *strcount = g_strdup_printf("%d / %d", count.new_msgs, count.unread_msgs); in notification_update_indicator() local
146 messaging_menu_app_set_source_string(MESSAGING_MENU_APP(mmapp), id, strcount); in notification_update_indicator()
148 … messaging_menu_app_append_source_with_string(MESSAGING_MENU_APP(mmapp), id, NULL, id, strcount); in notification_update_indicator()
150 g_free(strcount); in notification_update_indicator()
/dports/mail/claws-mail-libravatar/claws-mail-3.18.0/src/plugins/notification/
H A Dnotification_indicator.c143 gchar *strcount = g_strdup_printf("%d / %d", count.new_msgs, count.unread_msgs); in notification_update_indicator() local
146 messaging_menu_app_set_source_string(MESSAGING_MENU_APP(mmapp), id, strcount); in notification_update_indicator()
148 … messaging_menu_app_append_source_with_string(MESSAGING_MENU_APP(mmapp), id, NULL, id, strcount); in notification_update_indicator()
150 g_free(strcount); in notification_update_indicator()
/dports/mail/claws-mail-fetchinfo/claws-mail-3.18.0/src/plugins/notification/
H A Dnotification_indicator.c143 gchar *strcount = g_strdup_printf("%d / %d", count.new_msgs, count.unread_msgs); in notification_update_indicator() local
146 messaging_menu_app_set_source_string(MESSAGING_MENU_APP(mmapp), id, strcount); in notification_update_indicator()
148 … messaging_menu_app_append_source_with_string(MESSAGING_MENU_APP(mmapp), id, NULL, id, strcount); in notification_update_indicator()
150 g_free(strcount); in notification_update_indicator()
/dports/mail/claws-mail-dillo/claws-mail-3.18.0/src/plugins/notification/
H A Dnotification_indicator.c143 gchar *strcount = g_strdup_printf("%d / %d", count.new_msgs, count.unread_msgs); in notification_update_indicator() local
146 messaging_menu_app_set_source_string(MESSAGING_MENU_APP(mmapp), id, strcount); in notification_update_indicator()
148 … messaging_menu_app_append_source_with_string(MESSAGING_MENU_APP(mmapp), id, NULL, id, strcount); in notification_update_indicator()
150 g_free(strcount); in notification_update_indicator()
/dports/mail/claws-mail/claws-mail-3.18.0/src/plugins/notification/
H A Dnotification_indicator.c143 gchar *strcount = g_strdup_printf("%d / %d", count.new_msgs, count.unread_msgs); in notification_update_indicator() local
146 messaging_menu_app_set_source_string(MESSAGING_MENU_APP(mmapp), id, strcount); in notification_update_indicator()
148 … messaging_menu_app_append_source_with_string(MESSAGING_MENU_APP(mmapp), id, NULL, id, strcount); in notification_update_indicator()
150 g_free(strcount); in notification_update_indicator()

1234567