Searched refs:pzpass (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/uucp-11/uucp/uuconf/
H A Dcalout.c38 uuconf_callout (pglobal, qsys, pzlog, pzpass)
42 char **pzpass;
46 return uuconf_taylor_callout (pglobal, qsys, pzlog, pzpass);
53 *pzpass = NULL;
77 *pzpass = strdup (qsys->uuconf_zcall_password);
78 if (*pzpass == NULL)
H A Dtcalou.c42 uuconf_taylor_callout (pglobal, qsys, pzlog, pzpass)
46 char **pzpass;
56 *pzpass = NULL;
81 *pzpass = strdup (qsys->uuconf_zcall_password);
82 if (*pzpass == NULL)
97 if (*pzlog == NULL && *pzpass == NULL)
112 if (*pzpass == NULL)
113 pinfo = (pointer) pzpass;
150 if (*pzlog == NULL && *pzpass == NULL)
157 pointers. The pzlog argument is passed in pvar, and the pzpass
168 char **pzpass = (char **) pinfo; local
[all...]
/macosx-10.10/uucp-11/uucp/
H A Dchat.c1157 char **pzpass, **pzarg;
1167 pzpass = (char **) xmalloc (cargs * sizeof (char *));
1174 for (pz = pzprogram, pzarg = pzpass; *pz != NULL; pz++, pzarg++)
1449 fret = fconn_run_chat (qconn, pzpass);
1451 for (pz = pzpass; *pz != NULL; pz++)
1453 xfree ((pointer) pzpass);
1152 char **pzpass, **pzarg; local

Completed in 68 milliseconds