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

12

/macosx-10.10/uucp-11/uucp/unix/
H A Dultspl.c11 fsultrix_has_spool (zsystem)
12 const char *zsystem;
17 z = zsysdep_in_dir ("sys", zsystem);
H A Dspool.c195 zsfind_file (zsimple, zsystem, bgrade)
197 const char *zsystem;
234 cwant = strlen (zsystem) + 8;
240 sprintf (zbuf, "X.%s%s", zsystem, zsimple + clen - 5);
252 return zsysdep_in_dir (zsystem, zsimple);
259 return zsysdep_in_dir (zsystem, zsimple);
266 return zsappend3 (zsystem, abgrade, zsimple);
279 if (fsultrix_has_spool (zsystem))
280 return zsappend4 ("sys", zsystem, "C.", zsimple);
285 return zsappend3 (zsystem, "
[all...]
H A Dunknwn.c17 fsysdep_unknown_caller (zscript, zsystem)
19 const char *zsystem;
26 azargs[1] = zsystem;
H A Dxqtfil.c94 fsysdep_get_xqt_init (zsystem)
95 const char *zsystem;
100 if (zsystem != NULL)
103 zSdir = zbufcpy (zsystem);
106 zSdir = zsappend3 ("sys", zsystem, "X.");
109 zSdir = zsysdep_in_dir (zsystem, "X.");
117 zSsystem = zbufcpy (zsystem);
145 zsysdep_get_xqt (zsystem, pzsystem, pferr)
146 const char *zsystem ATTRIBUTE_UNUSED;
279 usysdep_get_xqt_free (zsystem)
[all...]
H A Dpicksb.c73 fsysdep_uupick_init (zsystem, zpubdir)
74 const char *zsystem ATTRIBUTE_UNUSED;
115 const char *zsystem;
125 zsystem = zsysarg;
142 zsystem = qentry->d_name;
145 zdir = zbufalc (strlen (zStopdir) + strlen (zsystem) + sizeof "/");
146 sprintf (zdir, "%s/%s", zStopdir, zsystem);
157 zSsysdir = zbufcpy (zsystem);
183 fsysdep_uupick_free (zsystem, zpubdir)
184 const char *zsystem ATTRIBUTE_UNUSE
113 const char *zsystem; local
[all...]
H A Dfilnam.c86 static boolean fscmd_seq P((const char *zsystem, char *zseq));
87 static char *zsfile_name P((int btype, const char *zsystem,
100 fscmd_seq (zsystem, zseq)
101 const char *zsystem;
136 zfree = zsysdep_in_dir (".Sequence", zsystem);
140 if (! fsultrix_has_spool (zsystem))
144 zfree = zsappend3 ("sys", zsystem, ".SEQF");
149 zfree = zsysdep_in_dir (zsystem, "SEQF");
324 to become an execute file on some other system. The zsystem
335 zsfile_name (btype, zsystem, zlocalnam
[all...]
H A Dwork.c51 static char *zswork_directory P((const char *zsystem));
52 static boolean fswork_file P((const char *zsystem, const char *zfile,
109 zswork_directory (zsystem)
110 const char *zsystem;
119 return zbufcpy (zsystem);
123 (fsultrix_has_spool (zsystem)
124 ? zsystem
129 return zsysdep_in_dir (zsystem, "C.");
139 fswork_file (zsystem, zfile, pbgrade)
140 const char *zsystem ATTRIBUTE_UNUSE
[all...]
/macosx-10.10/uucp-11/uucp/uuconf/
H A Dhsys.c37 uuconf_hdb_system_info (pglobal, zsystem, qsys)
39 const char *zsystem;
45 iret = _uuconf_ihdb_system_internal (qglobal, zsystem, qsys);
H A Dtsys.c37 uuconf_taylor_system_info (pglobal, zsystem, qsys)
39 const char *zsystem;
45 iret = _uuconf_itaylor_system_internal (qglobal, zsystem, qsys);
H A Dvsys.c37 uuconf_v2_system_info (pglobal, zsystem, qsys)
39 const char *zsystem;
45 iret = _uuconf_iv2_system_internal (qglobal, zsystem, qsys);
H A Dsinfo.c37 uuconf_system_info (pglobal, zsystem, qsys)
39 const char *zsystem;
49 iret = _uuconf_itaylor_system_internal (qglobal, zsystem, qsys);
66 iret = _uuconf_iv2_system_internal (qglobal, zsystem, q);
92 iret = _uuconf_ihdb_system_internal (qglobal, zsystem, q);
H A Dhsinfo.c48 _uuconf_ihdb_system_internal (qglobal, zsystem, qsys)
50 const char *zsystem;
90 if (strcmp (*pz, zsystem) == 0)
92 zsystem = qperm->pzmachine[0];
154 || strcmp (zsystem, pzsplit[0]) != 0)
412 if ((*pz)[0] == zsystem[0]
413 && strcmp (*pz, zsystem) == 0)
447 if ((*pz)[0] == zsystem[0]
448 && strcmp (*pz, zsystem) == 0)
H A Duucnfi.h258 const char *zsystem,
300 const char *zsystem,
306 const char *zsystem,
H A Dvsinfo.c40 _uuconf_iv2_system_internal (qglobal, zsystem, qsys)
42 const char *zsystem;
105 || strcmp (zsystem, pzsplit[0]) != 0)
407 && strcmp (zcomma, zsystem) != 0)
/macosx-10.10/uucp-11/uucp/
H A Duulog.c80 const char *zsystem = NULL;
144 zsystem = optarg;
169 zsystem = optarg;
209 zsystem = optarg;
261 if (zsystem != NULL)
264 if (strcmp (zsystem, "ANY") != 0)
273 iuuconf = uuconf_system_info (puuconf, zsystem, &ssys);
276 zsystem = zbufcpy (ssys.uuconf_zname);
295 if (zsystem == NULL)
306 + strlen (zsystem)
78 const char *zsystem = NULL; local
[all...]
H A Dutil.c44 funknown_system (puuconf, zsystem, qsys)
46 const char *zsystem;
52 if (strlen (zsystem) <= cSysdep_max_name_len)
53 z = zbufcpy (zsystem);
60 memcpy (z, zsystem, cSysdep_max_name_len);
H A Duupick.c69 const char *zsystem = NULL;
93 zsystem = optarg;
144 if (zsystem != NULL)
151 iuuconf = uuconf_system_info (puuconf, zsystem, &ssys);
165 if (! fsysdep_uupick_init (zsystem, zpubdir))
172 && ((zfile = zsysdep_uupick (zsystem, zpubdir, &zfrom, &zfull))
304 (void) fsysdep_uupick_free (zsystem, zpubdir);
67 const char *zsystem = NULL; local
H A Dlog.c195 ulog_system (zsystem)
196 const char *zsystem;
198 if (zsystem == NULL
200 || strcmp (zsystem, zLsystem) != 0)
203 zLsystem = zbufcpy (zsystem);
655 ustats (fsucceeded, zuser, zsystem, fsent, cbytes, csecs, cmicros, fcaller)
658 const char *zsystem;
719 zuser, zsystem, zldate_and_time (),
728 zuser, zsystem, zldate_and_time (),
746 zsystem, zuse
[all...]
H A Dsystem.h289 The zsystem argument is the name given by the remote system. If
293 const char *zsystem));
583 usysdep_get_xqt_free is called. If the zsystem argument is not
586 extern boolean fsysdep_get_xqt_init P((const char *zsystem));
589 (with *pferr set to FALSE). The zsystem argument should be the
593 created; this is not guaranteed to match the zsystem argument--that
596 extern char *zsysdep_get_xqt P((const char *zsystem, char **pzsystem,
599 /* Clean up after getting execute files. The zsystem argument should
601 extern void usysdep_get_xqt_free P((const char *zsystem));
984 /* Start getting files for uupick. The zsystem argumen
[all...]
H A Duustat.c1429 char *zsystem;
1448 while ((zfile = zsysdep_get_xqt ((const char *) NULL, &zsystem, &ferr))
1461 if (strcmp (pazsystems[i], zsystem) == 0)
1470 ubuffree (zsystem);
1481 ubuffree (zsystem);
1497 ubuffree (zsystem);
1544 printf ("%s %s!", zsystem, zSxqt_system);
1581 || strcmp (zsystem, zlocalname) != 0)
1591 iuuconf = uuconf_system_info (puuconf, zsystem, &ssys);
1599 else if (strcmp (zsystem, zlocalnam
1424 char *zsystem; local
1958 char *zsystem; member in struct:sxqtlist
1989 char *zfile, *zsystem; local
2406 char *zsystem; local
[all...]
H A Duudefs.h231 extern boolean funknown_system P((pointer puuconf, const char *zsystem,
325 extern void ulog_system P((const char *zsystem));
338 const char *zsystem, boolean fsent,
H A Dcu.c258 const char *zsystem = NULL;
371 zsystem = optarg;
443 || zsystem != NULL
454 zsystem = argv[optind];
460 if (zsystem == NULL
535 if (zsystem != NULL)
537 iuuconf = uuconf_system_info (puuconf, zsystem, &ssys);
542 ulog (LOG_FATAL, "%s: System not found", zsystem);
683 zsystem, zrem);
685 ulog (LOG_FATAL, "%s: No %smatching ports", zsystem, zre
256 const char *zsystem = NULL; local
[all...]
H A Duux.c646 const char *zsystem;
698 zsystem = zlocalname;
706 zsystem = pzargs[i];
731 else if (strcmp (zsystem, sXxqtsys.uuconf_zname) == 0)
742 if (strcmp (zsystem, *pzal) == 0)
822 uxadd_xqt_line ('O', zfile, zsystem);
971 iuuconf = uuconf_system_info (puuconf, zsystem, &sfromsys);
976 if (! funknown_system (puuconf, zsystem, &sfromsys))
977 ulog (LOG_FATAL, "%s: System not found", zsystem);
642 const char *zsystem; local
H A Dsysdep.h461 extern char *zsfind_file P((const char *zsimple, const char *zsystem,
513 extern boolean fsultrix_has_spool P((const char *zsystem));
/macosx-10.10/zsh-61/zsh/Functions/Calendar/
H A Dcalendar_add93 if zmodload -F zsh/system b:zsystem && zsystem supports flock &&
94 zsystem flock $calendar 2>/dev/null; then

Completed in 229 milliseconds

12