Home
last modified time | relevance | path

Searched refs:myfrom (Results 1 – 11 of 11) sorted by relevance

/dports/news/pan/pan-0.145/pan/usenet-utils/
H A Dgnksa.cc518 StringView myfrom(from); in split_from() local
519 myfrom.trim (); in split_from()
522 if (myfrom.empty()) { in split_from()
532 char * begin = myfrom.strrchr ('<'); in split_from()
537 StringView myaddr (myfrom.substr (begin+1, NULL)); in split_from()
544 const char * tmp = myfrom.str; in split_from()
550 StringView myname (myfrom.substr (NULL, begin)); in split_from()
559 StringView myaddr (myfrom.substr (0, lparen)); in split_from()
569 StringView myname (myfrom.substr (lparen+1, 0)); in split_from()
583 addr = myfrom; in split_from()
[all …]
/dports/mail/mlmmj/mlmmj-1.3.0/contrib/web/php-moderation/
H A Dmlmmj-moderation.php168 $myfrom = htmlspecialchars($all_msg[$i]["headers"]["from"]);
170 $myfrom = _("No from in headers");
172 $out .= "<td $cls>" . $myfrom . "</td>";
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dfileitem.cc447 off_t myfrom, myto, mylen; in DownloadStartedStoreHeader() local
448 int n=sscanf(p, "bytes " OFF_T_FMT "-" OFF_T_FMT "/" OFF_T_FMT, &myfrom, &myto, &mylen); in DownloadStartedStoreHeader()
450 n=sscanf(p, "bytes=" OFF_T_FMT "-" OFF_T_FMT "/" OFF_T_FMT, &myfrom, &myto, &mylen); in DownloadStartedStoreHeader()
452 ldbg("resuming? n: "<< n << " und myfrom: " <<myfrom << in DownloadStartedStoreHeader()
455 || (m_nSizeSeen>0 && myfrom != m_nSizeSeen-1) in DownloadStartedStoreHeader()
457 || myfrom<0 || mylen<0 in DownloadStartedStoreHeader()
463 m_nSizeChecked=myfrom; in DownloadStartedStoreHeader()
465 hint_start=myfrom; in DownloadStartedStoreHeader()
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/fs/
H A Dhttpfs.cc259 off_t myfrom(0), myto(0), mylen(0); in Read() local
263 int n=sscanf(p, "bytes " OFF_T_FMT "-" OFF_T_FMT "/" OFF_T_FMT, &myfrom, &myto, &mylen); in Read()
265 n=sscanf(p, "bytes=" OFF_T_FMT "-" OFF_T_FMT "/" OFF_T_FMT, &myfrom, &myto, &mylen); in Read()
267 || (m_nSizeSeen>0 && myfrom != m_nSizeSeen-1) in Read()
269 || myfrom<0 || mylen<0 in Read()
286 skipBytes -= myfrom; in Read()
/dports/mail/mlmmj/mlmmj-1.3.0/src/
H A Dmlmmj-send.c200 char *myfrom = mystrdup(from); in bouncemail() local
206 if((c = strchr(myfrom, '@')) == NULL) { in bouncemail()
207 myfree(myfrom); in bouncemail()
212 num = strrchr(myfrom, '-'); in bouncemail()
214 c = strstr(myfrom, listdelim); in bouncemail()
215 myfrom = strchr(c, '-'); in bouncemail()
216 myfrom++; in bouncemail()
217 len = num - myfrom - 1; in bouncemail()
220 strncpy(addr, myfrom, len); in bouncemail()
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dirc.c671 char * myfrom; in irc_message_preformat() local
686myfrom = xmalloc(strlen(from->nick)+1+strlen(from->user)+1+strlen(from->host)+1); /* nick + "!" + … in irc_message_preformat()
687 sprintf(myfrom,"%s!%s@%s",from->nick,from->user,from->host); in irc_message_preformat()
689 myfrom = xstrdup(server_get_hostname()); in irc_message_preformat()
695 len = 1+strlen(myfrom)+1+ in irc_message_preformat()
702 sprintf(msg,":%s\n%s\n%s\n%s",myfrom,command,mydest,mytext); in irc_message_preformat()
703 xfree(myfrom); in irc_message_preformat()
/dports/net/kmime/kmime-21.12.3/autotests/
H A Dcontenttest.cpp22 auto *myfrom = new Headers::From(); in QTEST_MAIN() local
23 QCOMPARE(myfrom->type(), "From"); in QTEST_MAIN()
24 Headers::Base *mybase = myfrom; in QTEST_MAIN()
26 delete myfrom; in QTEST_MAIN()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dttrans.c103 static char myfrom[32]; in ttrans_() local
1016 nextwd_(from, myfrom, rest, from_len, (ftnlen)32, (ftnlen)32); in ttrans_()
1018 ucase_(myfrom, myfrom, (ftnlen)32, (ftnlen)32); in ttrans_()
1024 pfrom = bsrchc_(myfrom, &c__21, recog, (ftnlen)32, (ftnlen)8); in ttrans_()
1312 tvec[0] = unitim_(tvec, myfrom, myto, (ftnlen)32, (ftnlen)32); in ttrans_()
1321 tai = unitim_(tvec, myfrom, "TAI", (ftnlen)32, (ftnlen)3); in ttrans_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dttrans.c103 static char myfrom[32]; in ttrans_() local
1016 nextwd_(from, myfrom, rest, from_len, (ftnlen)32, (ftnlen)32); in ttrans_()
1018 ucase_(myfrom, myfrom, (ftnlen)32, (ftnlen)32); in ttrans_()
1024 pfrom = bsrchc_(myfrom, &c__21, recog, (ftnlen)32, (ftnlen)8); in ttrans_()
1312 tvec[0] = unitim_(tvec, myfrom, myto, (ftnlen)32, (ftnlen)32); in ttrans_()
1321 tai = unitim_(tvec, myfrom, "TAI", (ftnlen)32, (ftnlen)3); in ttrans_()
/dports/mail/libpst/libpst-0.6.76/src/
H A Dpst2dii.cpp469 string myfrom = extract_header(soh, "From"); in write_normal_email() local
473 …if (myfrom.empty()) write_simple("FROM", item->email->outlook_sender_name.str, item->email->sender… in write_normal_email()
474 else write_simple("FROM", myfrom); in write_normal_email()
H A Dpst2dii.cpp.in469 string myfrom = extract_header(soh, "From"); local
473 …if (myfrom.empty()) write_simple("FROM", item->email->outlook_sender_name.str, item->email->sender…
474 else write_simple("FROM", myfrom);