Home
last modified time | relevance | path

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

/dports/converters/uudeview/uudeview-0.5.20/unix/
H A Duuenview.c305 ((isemail)?strlen(towhom):0) + 32; in SendMkCommand()
314 strlen (towhom)+16); in SendMkCommand()
332 ptr = _FP_strtok (towhom, ",; "); in SendMkCommand()
352 ptr = _FP_strtok (towhom, ";, "); in SendMkCommand()
373 AttachFiles (char *towhom, char *subject, in AttachFiles() argument
386 if (towhom) { in AttachFiles()
443 if (towhom && !isemail && rcptlist) { in AttachFiles()
452 if (towhom && isemail && rcptlist) { in AttachFiles()
682 if (towhom) { in AttachFiles()
703 char *outfname, char *towhom, in SendAFile() argument
[all …]
/dports/converters/uulib/uudeview-0.5.20/unix/
H A Duuenview.c305 ((isemail)?strlen(towhom):0) + 32; in SendMkCommand()
314 strlen (towhom)+16); in SendMkCommand()
332 ptr = _FP_strtok (towhom, ",; "); in SendMkCommand()
352 ptr = _FP_strtok (towhom, ";, "); in SendMkCommand()
373 AttachFiles (char *towhom, char *subject, in AttachFiles() argument
386 if (towhom) { in AttachFiles()
443 if (towhom && !isemail && rcptlist) { in AttachFiles()
452 if (towhom && isemail && rcptlist) { in AttachFiles()
682 if (towhom) { in AttachFiles()
703 char *outfname, char *towhom, in SendAFile() argument
[all …]
/dports/converters/xdeview/uudeview-0.5.20/unix/
H A Duuenview.c305 ((isemail)?strlen(towhom):0) + 32; in SendMkCommand()
314 strlen (towhom)+16); in SendMkCommand()
332 ptr = _FP_strtok (towhom, ",; "); in SendMkCommand()
352 ptr = _FP_strtok (towhom, ";, "); in SendMkCommand()
373 AttachFiles (char *towhom, char *subject, in AttachFiles() argument
386 if (towhom) { in AttachFiles()
443 if (towhom && !isemail && rcptlist) { in AttachFiles()
452 if (towhom && isemail && rcptlist) { in AttachFiles()
682 if (towhom) { in AttachFiles()
703 char *outfname, char *towhom, in SendAFile() argument
[all …]
/dports/mail/mew/mew-6.8/
H A Dmew-attach.el709 (towhom (mew-header-parse-address-list mew-destination:-list))
718 (if towhom
719 (setq towhom (mew-input-address "To (%s): " (mew-join "," towhom)))
720 (setq towhom (mew-input-address "To: ")))
724 (mew-syntax-set-decrypters syntax towhom)
763 (towhom (mew-header-parse-address-list mew-destination:-list))
772 (if towhom
773 (setq towhom (mew-input-address "To (%s): " (mew-join "," towhom)))
774 (setq towhom (mew-input-address "To: ")))
778 (mew-syntax-set-decrypters syntax towhom)
/dports/mail/mew-devel/Mew-6.8-72-gfc4bca6/
H A Dmew-attach.el709 (towhom (mew-header-parse-address-list mew-destination:-list))
718 (if towhom
719 (setq towhom (mew-input-address "To (%s): " (mew-join "," towhom)))
720 (setq towhom (mew-input-address "To: ")))
724 (mew-syntax-set-decrypters syntax towhom)
763 (towhom (mew-header-parse-address-list mew-destination:-list))
772 (if towhom
773 (setq towhom (mew-input-address "To (%s): " (mew-join "," towhom)))
774 (setq towhom (mew-input-address "To: ")))
778 (mew-syntax-set-decrypters syntax towhom)
/dports/converters/uudeview/uudeview-0.5.20/tcl/
H A Duutcl.c138 char *outfname, char *towhom, in SendAFile() argument
146 if (towhom==NULL || in SendAFile()
173 ((isemail)?0:strlen(towhom)) + 32; in SendAFile()
181 if ((rcptlist = (char *) malloc (strlen (towhom) + 16)) == NULL) { in SendAFile()
201 ptr = _FP_strtok (towhom, ",; "); in SendAFile()
219 ptr = _FP_strtok (towhom, ";, "); in SendAFile()
/dports/converters/uulib/uudeview-0.5.20/tcl/
H A Duutcl.c138 char *outfname, char *towhom, in SendAFile() argument
146 if (towhom==NULL || in SendAFile()
173 ((isemail)?0:strlen(towhom)) + 32; in SendAFile()
181 if ((rcptlist = (char *) malloc (strlen (towhom) + 16)) == NULL) { in SendAFile()
201 ptr = _FP_strtok (towhom, ",; "); in SendAFile()
219 ptr = _FP_strtok (towhom, ";, "); in SendAFile()
/dports/converters/xdeview/uudeview-0.5.20/tcl/
H A Duutcl.c130 char *outfname, char *towhom, in SendAFile() argument
138 if (towhom==NULL || in SendAFile()
165 ((isemail)?0:strlen(towhom)) + 32; in SendAFile()
173 if ((rcptlist = (char *) malloc (strlen (towhom) + 16)) == NULL) { in SendAFile()
193 ptr = _FP_strtok (towhom, ",; "); in SendAFile()
211 ptr = _FP_strtok (towhom, ";, "); in SendAFile()
/dports/lang/python-legacy/Python-2.7.18/Demo/pdist/
H A Drcvs.py271 towhom = "sjoerd@cwi.nl, jack@cwi.nl" # XXX
272 mailtext = MAILFORM % (towhom, string.join(files),
277 ok = raw_input("OK to mail to %s? " % towhom)
/dports/lang/python27/Python-2.7.18/Demo/pdist/
H A Drcvs.py271 towhom = "sjoerd@cwi.nl, jack@cwi.nl" # XXX
272 mailtext = MAILFORM % (towhom, string.join(files),
277 ok = raw_input("OK to mail to %s? " % towhom)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
H A Drcvs.py271 towhom = "sjoerd@cwi.nl, jack@cwi.nl" # XXX
272 mailtext = MAILFORM % (towhom, string.join(files),
277 ok = raw_input("OK to mail to %s? " % towhom)