Searched refs:zfrom (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10/uucp-11/uucp/lib/
H A Descape.c14 char *zto, *zfrom; local
17 zfrom = z;
18 while (*zfrom != '\0')
20 if (*zfrom != '\\')
22 *zto++ = *zfrom++;
25 ++zfrom;
26 switch (*zfrom)
50 --zfrom;
60 i = *zfrom - '0';
61 if (zfrom[
[all...]
H A Dquote.c57 if (fneeds_quotes (qcmd->zfrom)
82 qnew->zfrom = zquote_cmd_string (qorig->zfrom, FALSE);
118 ubuffree ((char *) qcmd->zfrom);
H A Dparse.c70 qcmd->zfrom = NULL;
107 qcmd->zfrom = z;
243 if (qcmd->zfrom != NULL)
244 (void) cescape ((char *) qcmd->zfrom);
/macosx-10.10/uucp-11/uucp/unix/
H A Drename.c14 rename (zfrom, zto)
15 const char *zfrom;
18 if (link (zfrom, zto) < 0)
23 || link (zfrom, zto) < 0)
26 return unlink (zfrom);
H A Dlink.c13 fsysdep_link (zfrom, zto, pfworked)
14 const char *zfrom;
19 if (link (zfrom, zto) == 0)
28 if (link (zfrom, zto) == 0)
36 ulog (LOG_ERROR, "link (%s, %s): %s", zfrom, zto, strerror (errno));
H A Dwldcrd.c77 const char *zfrom;
95 zfrom = zfile;
96 while (*zfrom != '\0')
101 if (! isalnum (*zfrom)
102 && *zfrom != '*'
103 && *zfrom != '?'
104 && *zfrom != '['
105 && *zfrom != ']'
106 && *zfrom != '/')
108 *zto++ = *zfrom
[all...]
H A Dsplcmd.c96 fprintf (e, "S %s %s %s -%s %s 0%o %s\n", q->zfrom, q->zto,
101 fprintf (e, "R %s %s %s -%s\n", q->zfrom, q->zto, q->zuser,
105 fprintf (e, "X %s %s %s -%s\n", q->zfrom, q->zto, q->zuser,
109 fprintf (e, "E %s %s %s -%s %s 0%o %s 0 %s\n", q->zfrom, q->zto,
H A Dspawn.c424 const char *zfrom; local
426 for (zfrom = pazargs[i]; *zfrom != '\0'; zfrom++)
433 if (*zfrom != '/')
435 *zto++ = *zfrom;
H A Dxqtsub.c672 const char *zfrom, *zto;
680 zfrom = pzfrom[i];
683 if (zinput != NULL && strcmp (zinput, zfrom) == 0)
689 if (link (zfrom, zto) < 0)
693 ulog (LOG_ERROR, "link (%s, %s): %s", zfrom, zto,
699 if (! fcopy_file (zfrom, zto, FALSE, FALSE, FALSE))
666 const char *zfrom, *zto; local
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Drename.c25 rename (const char *zfrom, const char *zto) argument
27 if (link (zfrom, zto) < 0)
32 || link (zfrom, zto) < 0)
35 return unlink (zfrom);
/macosx-10.10/uucp-11/uucp/
H A Dxcmd.c81 ulog (LOG_NORMAL, "Requesting work: %s to %s", qtrans->s.zfrom,
96 qtrans->s.zfrom);
99 qtrans->s.zfrom, qdaemon->qsys->uuconf_zname,
117 clen = (strlen (qcmd->zfrom) + strlen (qcmd->zto)
120 sprintf (zsend, "X %s %s %s -%s", qcmd->zfrom, qcmd->zto,
158 ulog (LOG_ERROR, "%s: work request denied", qtrans->s.zfrom);
161 qtrans->s.zfrom, qdaemon->qsys->uuconf_zname,
191 char *zfrom;
195 ulog (LOG_NORMAL, "Work requested: %s to %s", qcmd->zfrom,
289 zfrom
188 char *zfrom; local
[all...]
H A Dcopy.c44 fcopy_file (zfrom, zto, fpublic, fmkdirs, fsignals)
45 const char *zfrom;
54 efrom = fopen (zfrom, BINREAD);
57 ulog (LOG_ERROR, "fopen (%s): %s", zfrom, strerror (errno));
146 fcopy_file (zfrom, zto, fpublic, fmkdirs, fsignals)
147 const char *zfrom;
156 ofrom = open (zfrom, O_RDONLY | O_NOCTTY, 0);
159 ulog (LOG_ERROR, "open (%s): %s", zfrom, strerror (errno));
H A Duupick.c44 static void upmove P((const char *zfrom, const char *zto));
76 char *zfile, *zfrom, *zfull;
172 && ((zfile = zsysdep_uupick (zsystem, zpubdir, &zfrom, &zfull))
189 || strcmp (zallsys, zfrom) != 0)
197 printf ("from %s: %s %s ?\n", zfrom, fdir ? "dir" : "file",
254 zallsys = zbufcpy (zfrom);
300 ubuffree (zfrom);
363 upmove (zfrom, zto)
364 const char *zfrom;
367 (void) fsysdep_move_file (zfrom, zt
74 char *zfile, *zfrom, *zfull; local
[all...]
H A Duucp.c531 char *zfrom;
540 zfrom = zbufcpy (argv[i]);
550 zfrom = zsysdep_local_file_cwd (argv[i],
553 if (zfrom == NULL)
557 if (flocal && !fsysdep_file_exists(zfrom)) {
560 int rc = wordexp(zfrom, &w, WRDE_NOCMD|WRDE_SHOWERR|WRDE_UNDEF);
567 zfrom, (int)(w.we_wordc));
569 ubuffree(zfrom);
570 zfrom = zbufcpy(w.we_wordv[0]);
576 if (! flocal || ! fsysdep_directory (zfrom))
528 char *zfrom; local
963 char *zfrom; local
[all...]
H A Dsend.c218 && ! fspool_file (qcmd->zfrom))
221 if (! fin_directory_list (qcmd->zfrom,
226 zfile = zbufcpy (qcmd->zfrom);
312 const char *zfrom;
318 zfrom = qcmd->zfrom;
323 zfree = zbufalc (strlen (qcmd->zfrom)
326 sprintf (zfree, "%s (execution of \"%s\")", qcmd->zfrom,
328 zfrom = zfree;
331 ulog (LOG_ERROR, "%s: %s", zfrom, zwh
308 const char *zfrom; local
[all...]
H A Dtstuu.c852 const char *zfrom;
1077 zfrom = "/usr/tmp/tstuu/from1";
1084 umake_file (zfrom, 0);
1086 sprintf (ab, "%s %s %s!%s", zuucp1, zfrom, zsys, zto);
1094 zfrom = "/usr/spool/uucppublic/from2";
1096 zfrom = "/usr/tmp/tstuu/from2";
1100 umake_file (zfrom, 3);
1102 sprintf (ab, "%s %s!%s %s", zuucp1, zsys, zfrom, zto);
1110 zfrom = "/usr/spool/uucppublic/from3";
1112 zfrom
850 const char *zfrom; local
1418 char *zfrom; local
[all...]
H A Dlog.c51 __inline__ static char *zstpcpy P((char *zto, const char *zfrom));
225 zstpcpy (zto, zfrom)
227 const char *zfrom;
229 while ((*zto++ = *zfrom++) != '\0')
262 char *zfrom;
552 zfrom = zprefix;
553 while (*zfrom != '\0')
555 if (*zfrom == '%')
557 *zset++ = *zfrom++;
258 char *zfrom; local
H A Dcu.c1545 char *zfrom;
1554 zfrom = zbufcpy (argv[1]);
1557 zfrom = zsysdep_terminal_line ("File to send: ");
1558 if (zfrom == NULL)
1560 zfrom[strcspn (zfrom, " \t\n")] = '\0';
1562 if (*zfrom == '\0')
1564 ubuffree (zfrom);
1579 zbase = zsysdep_base_name (zfrom);
1602 e = esysdep_user_fopen (zfrom, TRU
1539 char *zfrom; local
1752 char *zfrom, *zto, *zcmd; local
[all...]
H A Dchat.c1035 const char *zfrom;
1042 zfrom = zphone;
1044 while (*zfrom != '\0' && isalpha (BUCHAR (*zfrom)))
1045 *zto++ = *zfrom++;
1069 *pzsuffix = zfrom;
1176 const char *zfrom;
1191 for (zfrom = *pz; *zfrom != '\0'; zfrom
1032 const char *zfrom; local
1171 const char *zfrom; local
[all...]
H A Drec.c231 zfile = zsysdep_add_base (qcmd->zto, qcmd->zfrom);
288 ulog (LOG_ERROR, "%s: %s", qcmd->zfrom, zwhy);
290 qcmd->zfrom, qsys->uuconf_zname,
369 clen = (strlen (qcmd->zfrom) + strlen (qcmd->zto)
373 sprintf (zsend, "R %s %s %s -%s", qcmd->zfrom, qcmd->zto,
376 sprintf (zsend, "R %s %s %s -%s 0x%lx", qcmd->zfrom, qcmd->zto,
379 sprintf (zsend, "R %s %s %s -%s %ld", qcmd->zfrom, qcmd->zto,
418 qtrans->s.zfrom, zdata);
459 ulog (LOG_ERROR, "%s: %s", qtrans->s.zfrom, zerr);
595 qcmd->zfrom);
[all...]
H A Dprotf.c397 char *zstart, *zto, *zfrom;
400 zto = zfrom = zstart = abPrecbuf + iPrecstart;
412 b = *zfrom++ & 0x7f;
439 cFrec_bytes += zfrom - zstart - 2;
450 iPrecstart = (iPrecstart + zfrom - zstart) % CRECBUFLEN;
528 cFrec_bytes += zfrom - zstart;
530 iPrecstart = (iPrecstart + zfrom - zstart) % CRECBUFLEN;
388 char *zstart, *zto, *zfrom; local
H A Duudefs.h116 const char *zfrom; member in struct:scmd
258 const char *zfrom, const char *zfromsys,
365 extern boolean fcopy_file P((const char *zfrom, const char *zto,
H A Dprotj.c315 const char *zfrom, *zend;
322 zfrom = zsend;
331 while (zfrom < zend)
337 b = *zfrom++;
309 const char *zfrom, *zend; local
H A Duux.c147 static void uxadd_send_file P((const char *zfrom, const char *zto,
1031 s.zfrom = zfile;
1239 s.zfrom = zinput_from;
1534 uxadd_send_file (zfrom, zto, zoptions, ztemp, zforward)
1535 const char *zfrom;
1555 zbase = zsysdep_base_name (zfrom);
1584 s.zfrom = zbufcpy (abtname);
1588 s.ztemp = s.zfrom;
1610 s.zfrom = zbufcpy (zfrom);
[all...]
H A Dtrans.c381 q->s.zfrom = zbufcpy (qcmd->zfrom);
391 q->s.zfrom = NULL;
416 ubuffree ((char *) q->s.zfrom);
439 q->s.zfrom = NULL;
897 q->s.bcmd, q->s.zfrom, q->s.zto);
930 q->s.bcmd, q->s.zfrom, q->s.zto);
1092 qcharge->s.bcmd, qcharge->s.zfrom,

Completed in 149 milliseconds

12