Searched refs:zset (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/uucp-11/uucp/
H A Dlog.c260 register char *zset;
488 zset = zprefix;
496 zset = zstpcpy (zset, zbase);
497 *zset++ = ' ';
501 zset = zstpcpy (zset, zLuser == NULL ? "uucp" : zLuser);
502 *zset++ = ' ';
505 zset = zstpcpy (zset, zLsyste
256 register char *zset; local
[all...]
H A Duuxqt.c976 char *zset;
978 zset = zbufalc (strlen (zQsystem) + strlen (zmail) + 2);
979 sprintf (zset, "%s!%s", zQsystem, zmail);
980 zmail = zset;
981 zQmail = zset;
972 char *zset; local
H A Duucico.c2495 char *zset;
2498 zset = zsend;
2499 *zset++ = 'P';
2511 *zset++ = asProtocols[i].bname;
2513 *zset = '\0';
2492 char *zset; local
/macosx-10.10/uucp-11/uucp/uuconf/
H A Dsyshdr.h86 in. The zset argument is set to the new string. The fallocated
88 #define MAKE_ABSOLUTE(zset, fallocated, zfile, zdir, pblock) \
93 (zset) = (zfile); \
105 (zset) = abs_zret; \
/macosx-10.10/uucp-11/uucp/unix/
H A Dstatsb.c554 char *zlast, *zset;
560 zset = zbufalc (strlen (zlast) + 20);
581 sprintf (zset, "%s%ld", zlast, (long) pai[i]);
582 pazargs[cargs - 1] = zset;
598 ubuffree (zset);
549 char *zlast, *zset; local

Completed in 172 milliseconds