Searched refs:pzlog (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/uucp-11/uucp/uuconf/
H A Dlogfil.c35 uuconf_logfile (pglobal, pzlog)
37 const char **pzlog;
41 *pzlog = qglobal->qprocess->zlogfile;
H A Dcalout.c38 uuconf_callout (pglobal, qsys, pzlog, pzpass)
41 char **pzlog;
46 return uuconf_taylor_callout (pglobal, qsys, pzlog, pzpass);
52 *pzlog = NULL;
67 *pzlog = strdup (qsys->uuconf_zcall_login);
68 if (*pzlog == NULL)
81 if (*pzlog != NULL)
83 free ((pointer) *pzlog);
84 *pzlog = NULL;
H A Dtcalou.c42 uuconf_taylor_callout (pglobal, qsys, pzlog, pzpass)
45 char **pzlog;
55 *pzlog = NULL;
66 *pzlog = strdup (qsys->uuconf_zcall_login);
67 if (*pzlog == NULL)
85 if (*pzlog != NULL)
87 free ((pointer) *pzlog);
88 *pzlog = NULL;
97 if (*pzlog == NULL && *pzpass == NULL)
104 if (*pzlog
167 char **pzlog = (char **) pvar; local
[all...]
/macosx-10.10/uucp-11/uucp/
H A Dprot.h55 /* A routine to start the protocol. If *pzlog is set to be
58 boolean (*pfstart) P((struct sdaemon *qdaemon, char **pzlog));
150 extern boolean fijstart P((struct sdaemon *qdaemon, char **pzlog,
165 extern boolean fgstart P((struct sdaemon *qdaemon, char **pzlog));
166 extern boolean fbiggstart P((struct sdaemon *qdaemon, char **pzlog));
167 extern boolean fvstart P((struct sdaemon *qdaemon, char **pzlog));
179 extern boolean ffstart P((struct sdaemon *qdaemon, char **pzlog));
194 extern boolean ftstart P((struct sdaemon *qdaemon, char **pzlog));
209 extern boolean festart P((struct sdaemon *qdaemon, char **pzlog));
224 extern boolean fistart P((struct sdaemon *qdaemon, char **pzlog));
[all...]
H A Dprote.c85 festart (qdaemon, pzlog)
87 char **pzlog;
89 *pzlog = NULL;
H A Dprott.c81 ftstart (qdaemon, pzlog)
83 char **pzlog;
85 *pzlog = NULL;
H A Dprotg.c404 fgstart (qdaemon, pzlog)
406 char **pzlog;
412 *pzlog = NULL;
524 *pzlog =
527 sprintf (*pzlog,
547 fbiggstart (qdaemon, pzlog)
549 char **pzlog;
552 return fgstart (qdaemon, pzlog);
562 fvstart (qdaemon, pzlog)
564 char **pzlog;
[all...]
H A Dprotf.c151 ffstart (qdaemon, pzlog)
153 char **pzlog;
155 *pzlog = NULL;
H A Dprotj.c151 fjstart (qdaemon, pzlog)
153 char **pzlog;
283 return fijstart (qdaemon, pzlog, IMAXPACKSIZE, fjsend_data,
H A Dproty.c221 fystart (qdaemon, pzlog)
223 char **pzlog;
225 *pzlog = NULL;
H A Dproti.c391 fistart (qdaemon, pzlog)
393 char **pzlog;
395 return fijstart (qdaemon, pzlog, IMAXPACKSIZE, fsend_data, freceive_data);
407 fijstart (qdaemon, pzlog, imaxpacksize, pfsend, pfreceive)
409 char **pzlog;
422 *pzlog = NULL;
585 *pzlog =
588 sprintf (*pzlog,
H A Dprotz.c528 fzstart(qdaemon, pzlog)
530 char **pzlog;
532 *pzlog = zbufalc (sizeof "protocol 'a' starting: , , , , , " + 100);
533 sprintf (*pzlog, "protocol 'a' starting: %d, %d, %d, %d, %d, %d",

Completed in 140 milliseconds