Home
last modified time | relevance | path

Searched refs:defstr (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/dports/graphics/libwmf/libwmf-0.2.12/src/
H A Dstream.c64 defstr->max = 0; in wmf_ztream_create()
65 defstr->len = 0; in wmf_ztream_create()
67 defstr->buf = 0; in wmf_ztream_create()
74 if (defstr->buf) wmf_free (API,defstr->buf); in wmf_ztream_create()
138 defstr->buf = wmf_malloc (API,defstr->max * sizeof (char)); in wmf_stream_create()
139 defstr->ptr = defstr->buf; in wmf_stream_create()
152 if (defstr->buf) wmf_free (API,defstr->buf); in wmf_stream_create()
283 { if ((defstr->len + 1) == defstr->max) in wmf_stream_sputs()
295 defstr->ptr = defstr->buf + defstr->len; in wmf_stream_sputs()
327 { return (fseek (defstr->out,defstr->offset,SEEK_SET)); in wmf_stream_reset()
[all …]
/dports/graphics/libwmf-nox11/libwmf-0.2.12/src/
H A Dstream.c64 defstr->max = 0; in wmf_ztream_create()
65 defstr->len = 0; in wmf_ztream_create()
67 defstr->buf = 0; in wmf_ztream_create()
74 if (defstr->buf) wmf_free (API,defstr->buf); in wmf_ztream_create()
138 defstr->buf = wmf_malloc (API,defstr->max * sizeof (char)); in wmf_stream_create()
139 defstr->ptr = defstr->buf; in wmf_stream_create()
152 if (defstr->buf) wmf_free (API,defstr->buf); in wmf_stream_create()
283 { if ((defstr->len + 1) == defstr->max) in wmf_stream_sputs()
295 defstr->ptr = defstr->buf + defstr->len; in wmf_stream_sputs()
327 { return (fseek (defstr->out,defstr->offset,SEEK_SET)); in wmf_stream_reset()
[all …]
/dports/chinese/qe/qe-0.1.1/src/
H A Dkeydefine.cc148 int keydefine::define_key(const char *defstr) { in define_key() argument
150 int i, j, k, len = strlen(defstr); in define_key()
152 for (i = 0; i < len; i++) if (defstr[i] != ' ' && defstr[i] != '\t') break; in define_key()
154 if (strncmp(&defstr[i], "def ", 4) == 0) { in define_key()
163 for (; i < len; i++) if (defstr[i] != ' ' && defstr[i] != '\t') break; in define_key()
166 if (defstr[i] == '=') { in define_key()
171 } else if (defstr[i] == ' ' || defstr[i] == '\t') { in define_key()
174 key[j++] = defstr[i]; in define_key()
179 for (; i < len; i++) if (defstr[i] != ' ' && defstr[i] != '\t') break; in define_key()
181 const char *cmdstr = &defstr[i]; in define_key()
[all …]
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-clamd/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-fetchinfo/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-libravatar/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-archive/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-dillo/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()
/dports/mail/claws-mail-gdata/claws-mail-3.18.0/src/plugins/newmail/
H A Dnewmail.c47 static gchar *defstr (gchar *s) in defstr() function
71 defstr (msginfo->date), in newmail_hook()
72 defstr (msginfo->subject), in newmail_hook()
73 defstr (msginfo->from), in newmail_hook()
74 defstr (msginfo->to), in newmail_hook()
75 defstr (msginfo->cc), in newmail_hook()
77 defstr (procmsg_get_message_file_path (msginfo)), in newmail_hook()
79 tof ? defstr (tof->name) : "(null)"); in newmail_hook()

12345678910>>...17