Searched refs:zto (Results 26 - 36 of 36) sorted by relevance

12

/macosx-10.10.1/uucp-11/uucp/
H A Dsystem.h157 extern boolean fsysdep_link P((const char *zfrom, const char *zto,
228 extern boolean fsysdep_mail P((const char *zto, const char *zsubject,
424 the file is coming from, the zto argument is the name the file will
447 const char *zto,
453 location. The zto argument is the file to create. The zorig
462 extern boolean fsysdep_move_file P((const char *zorig, const char *zto,
497 const char *zto,
506 const char *zto,
515 const char *zto,
H A Dtstuu.c853 const char *zto;
1079 zto = "/usr/spool/uucppublic/to1";
1081 zto = "/usr/tmp/tstuu/to1";
1083 (void) remove (zto);
1086 sprintf (ab, "%s %s %s!%s", zuucp1, zfrom, zsys, zto);
1097 zto = "/usr/tmp/tstuu/to2";
1099 (void) remove (zto);
1102 sprintf (ab, "%s %s!%s %s", zuucp1, zsys, zfrom, zto);
1113 zto = "/usr/tmp/tstuu/to3";
1115 (void) remove (zto);
851 const char *zto; local
[all...]
H A Duudefs.h118 const char *zto; member in struct:scmd
259 const char *zto, const char *ztosys,
365 extern boolean fcopy_file P((const char *zfrom, const char *zto,
370 extern boolean fcopy_open_file P((openfile_t efrom, const char *zto,
H A Dchat.c1034 char *zdialcode, *zto;
1043 zto = zdialcode;
1045 *zto++ = *zfrom++;
1046 *zto = '\0';
1178 char *zto;
1187 zto = NULL;
1209 zto = znew + clen;
1211 *zto++ = *zfrom;
1363 zto = znew + clen;
1365 memcpy (zto, zprefi
1031 char *zdialcode, *zto; local
1173 char *zto; local
[all...]
H A Dtrans.c51 char *zto;
382 q->s.zto = zbufcpy (qcmd->zto);
392 q->s.zto = NULL;
417 ubuffree ((char *) q->s.zto);
440 q->s.zto = NULL;
897 q->s.bcmd, q->s.zfrom, q->s.zto);
930 q->s.bcmd, q->s.zfrom, q->s.zto);
1093 qcharge->s.zto);
1424 q->zto
50 char *zto; member in struct:sreceive_ack
[all...]
H A Dlog.c51 __inline__ static char *zstpcpy P((char *zto, const char *zfrom));
225 zstpcpy (zto, zfrom)
226 char *zto;
229 while ((*zto++ = *zfrom++) != '\0')
231 return zto - 1;
H A Dsend.c345 qcmd->zto, qdaemon->qsys->uuconf_zname, ztemp);
457 zsend = zbufalc (strlen (qcmd->zfrom) + strlen (qcmd->zto)
473 E zfrom zto zuser zoptions ztemp imode znotify size zcmd
477 qcmd->zto, qcmd->zuser, qcmd->zoptions,
486 S zfrom zto zuser zoptions ztemp imode znotify
515 qcmd->zto, qcmd->zuser, zoptions,
732 qtrans->s.zto,
900 zbased = zsysdep_add_base (zfile, qcmd->zto);
1221 qtrans->s.zto, qdaemon->qsys->uuconf_zname,
1237 qtrans->s.zto, qdaemo
[all...]
H A Duux.c147 static void uxadd_send_file P((const char *zfrom, const char *zto,
1032 s.zto = zbufcpy (abtname);
1240 s.zto = zinput_to;
1534 uxadd_send_file (zfrom, zto, zoptions, ztemp, zforward)
1536 const char *zto;
1571 bXgrade, zbase, zforward, zto);
1585 s.zto = zbufcpy (abxname);
1604 zto = abdname;
1611 s.zto = zbufcpy (zto);
[all...]
H A Duuxqt.c990 char *zfrom, *zto;
997 zto = NULL;
1067 else if (zto == NULL)
1068 zto = azQargs[i];
1115 || ! fqforward (zto, qsys->uuconf_pzforward_to, "to", zmail))
1124 if (fmany || zfrom == NULL || zto == NULL)
1592 s.zto = zQoutfile;
986 char *zfrom, *zto; local
H A Duustat.c1081 && qxqt->s.zto[0] == 'X'
1082 && qxqt->s.zto[1] == '.'
1142 qshow->s.zfrom, cbytes, qshow->s.zto);
1147 qshow->s.zto);
1151 qshow->s.zto);
1256 && strcmp (qstdin->s.zto, zSxqt_stdin) == 0)
1785 if (qshow->s.zfrom != NULL && qshow->s.zto != NULL)
1789 pz[i++] = qshow->s.zto;
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dwork.c713 char *zto, *zslash;
727 zto = zbufalc (sizeof PRESERVEDIR + sizeof "/" + strlen (zslash));
728 sprintf (zto, "%s/%s", PRESERVEDIR, zslash);
730 if (! fsysdep_move_file (qline->ztemp, zto, TRUE, FALSE, FALSE,
734 ubuffree (zto);
738 cwant = sizeof "File saved as\n\t/" + strlen (zSspooldir) + strlen (zto);
746 sprintf (zbuf, "File saved as\n\t%s/%s", zSspooldir, zto);
747 ubuffree (zto);
710 char *zto, *zslash; local

Completed in 205 milliseconds

12