Home
last modified time | relevance | path

Searched refs:utf8_msg (Results 51 – 75 of 90) sorted by relevance

1234

/dports/mail/exim-ldap2/exim-4.95/src/
H A Dstructs.h526 BOOL utf8_msg:1; /* requires SMTPUTF8 processing */ member
H A Dacl.c2092 if ((sender_vaddr->prop.utf8_msg = message_smtputf8)) in acl_verify()
4527 if ((addr->prop.utf8_msg = message_smtputf8)) in acl_check()
/dports/mail/exim-monitor/exim-4.95/src/
H A Dstructs.h526 BOOL utf8_msg:1; /* requires SMTPUTF8 processing */ member
H A Dacl.c2092 if ((sender_vaddr->prop.utf8_msg = message_smtputf8)) in acl_verify()
4527 if ((addr->prop.utf8_msg = message_smtputf8)) in acl_check()
/dports/mail/exim/exim-4.95/src/
H A Dstructs.h526 BOOL utf8_msg:1; /* requires SMTPUTF8 processing */ member
H A Dacl.c2092 if ((sender_vaddr->prop.utf8_msg = message_smtputf8)) in acl_verify()
4527 if ((addr->prop.utf8_msg = message_smtputf8)) in acl_check()
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dstructs.h526 BOOL utf8_msg:1; /* requires SMTPUTF8 processing */ member
H A Dacl.c2092 if ((sender_vaddr->prop.utf8_msg = message_smtputf8)) in acl_verify()
4527 if ((addr->prop.utf8_msg = message_smtputf8)) in acl_check()
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dstructs.h526 BOOL utf8_msg:1; /* requires SMTPUTF8 processing */ member
H A Dacl.c2092 if ((sender_vaddr->prop.utf8_msg = message_smtputf8)) in acl_verify()
4527 if ((addr->prop.utf8_msg = message_smtputf8)) in acl_check()
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dstructs.h526 BOOL utf8_msg:1; /* requires SMTPUTF8 processing */ member
/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/
H A Darcan_tui.h731 bool arcan_tui_copy(struct tui_context*, const char* utf8_msg);
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/
H A Darcan_tui.h731 bool arcan_tui_copy(struct tui_context*, const char* utf8_msg);
/dports/x11/aclip/arcan-0.6.1/src/shmif/
H A Darcan_tui.h731 bool arcan_tui_copy(struct tui_context*, const char* utf8_msg);
/dports/x11/arcan-trayicon/arcan-0.6.1/src/shmif/
H A Darcan_tui.h731 bool arcan_tui_copy(struct tui_context*, const char* utf8_msg);
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfr-window.c2447 char *utf8_msg; in fr_window_message_cb() local
2450 utf8_msg = g_locale_to_utf8 (msg, -1 , 0, 0, 0); in fr_window_message_cb()
2452 utf8_msg = g_strdup (msg); in fr_window_message_cb()
2453 if (utf8_msg == NULL) in fr_window_message_cb()
2456 if (g_utf8_validate (utf8_msg, -1, NULL)) in fr_window_message_cb()
2457 gtk_label_set_text (GTK_LABEL (window->priv->pd_message), utf8_msg); in fr_window_message_cb()
2460 window->priv->pd_last_message = g_strdup (utf8_msg); in fr_window_message_cb()
2469 g_print ("message > %s\n", utf8_msg); in fr_window_message_cb()
2472 g_free (utf8_msg); in fr_window_message_cb()
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dfr-window.c2483 char *utf8_msg; in fr_archive_message_cb() local
2486 utf8_msg = g_locale_to_utf8 (msg, -1 , 0, 0, 0); in fr_archive_message_cb()
2488 utf8_msg = g_strdup (msg); in fr_archive_message_cb()
2489 if (utf8_msg == NULL) in fr_archive_message_cb()
2492 if (g_utf8_validate (utf8_msg, -1, NULL)) { in fr_archive_message_cb()
2493 gtk_label_set_text (GTK_LABEL (window->priv->pd_message), utf8_msg); in fr_archive_message_cb()
2498 window->priv->pd_last_message = g_strdup (utf8_msg); in fr_archive_message_cb()
2507 g_print ("message > %s\n", utf8_msg); in fr_archive_message_cb()
2510 g_free (utf8_msg); in fr_archive_message_cb()
/dports/mail/exim-mysql/exim-4.95/src/transports/
H A Dsmtp.c2894 | (sx->addrlist->prop.utf8_msg ? OPTION_UTF8 : 0) in smtp_setup_conn()
2995 if (sx->addrlist->prop.utf8_msg) in smtp_setup_conn()
3240 && addrlist->prop.utf8_msg in build_mailcmd_options()
3365 if ( sx->addrlist->prop.utf8_msg in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim-postgresql/exim-4.95/src/transports/
H A Dsmtp.c2894 | (sx->addrlist->prop.utf8_msg ? OPTION_UTF8 : 0) in smtp_setup_conn()
2995 if (sx->addrlist->prop.utf8_msg) in smtp_setup_conn()
3240 && addrlist->prop.utf8_msg in build_mailcmd_options()
3365 if ( sx->addrlist->prop.utf8_msg in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim/exim-4.95/src/transports/
H A Dsmtp.c2894 | (sx->addrlist->prop.utf8_msg ? OPTION_UTF8 : 0) in smtp_setup_conn()
2995 if (sx->addrlist->prop.utf8_msg) in smtp_setup_conn()
3240 && addrlist->prop.utf8_msg in build_mailcmd_options()
3365 if ( sx->addrlist->prop.utf8_msg in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim-monitor/exim-4.95/src/transports/
H A Dsmtp.c2894 | (sx->addrlist->prop.utf8_msg ? OPTION_UTF8 : 0) in smtp_setup_conn()
2995 if (sx->addrlist->prop.utf8_msg) in smtp_setup_conn()
3240 && addrlist->prop.utf8_msg in build_mailcmd_options()
3365 if ( sx->addrlist->prop.utf8_msg in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim-ldap2/exim-4.95/src/transports/
H A Dsmtp.c2894 | (sx->addrlist->prop.utf8_msg ? OPTION_UTF8 : 0) in smtp_setup_conn()
2995 if (sx->addrlist->prop.utf8_msg) in smtp_setup_conn()
3240 && addrlist->prop.utf8_msg in build_mailcmd_options()
3365 if ( sx->addrlist->prop.utf8_msg in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim-sa-exim/exim-4.95/src/transports/
H A Dsmtp.c2894 | (sx->addrlist->prop.utf8_msg ? OPTION_UTF8 : 0) in smtp_setup_conn()
2995 if (sx->addrlist->prop.utf8_msg) in smtp_setup_conn()
3240 && addrlist->prop.utf8_msg in build_mailcmd_options()
3365 if ( sx->addrlist->prop.utf8_msg in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim-sqlite/exim-4.95/src/transports/
H A Dsmtp.c2894 | (sx->addrlist->prop.utf8_msg ? OPTION_UTF8 : 0) in smtp_setup_conn()
2995 if (sx->addrlist->prop.utf8_msg) in smtp_setup_conn()
3240 && addrlist->prop.utf8_msg in build_mailcmd_options()
3365 if ( sx->addrlist->prop.utf8_msg in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim-mysql/exim-4.95/src/
H A Dacl.c2092 if ((sender_vaddr->prop.utf8_msg = message_smtputf8)) in acl_verify()
4527 if ((addr->prop.utf8_msg = message_smtputf8)) in acl_check()

1234