Searched refs:pzhdb (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/uucp-11/uucp/uuconf/
H A Ddnams.c41 char **pzhdb;
46 pzhdb = NULL;
57 iret = uuconf_hdb_dialer_names (pglobal, &pzhdb);
63 if (pzhdb == NULL)
66 *ppzdialers = pzhdb;
83 for (pz = pzhdb; *pz != NULL; pz++)
94 if (pzhdb != NULL)
95 free ((pointer) pzhdb);
40 char **pzhdb; local
H A Dsnams.c43 char **pzhdb;
49 pzhdb = NULL;
69 iret = uuconf_hdb_system_names (pglobal, &pzhdb, falias);
75 if (pzv2 == NULL && pzhdb == NULL)
77 else if (pztaylor == NULL && pzhdb == NULL)
80 *ppzsystems = pzhdb;
109 if (pzhdb != NULL && iret == UUCONF_SUCCESS)
111 for (pz = pzhdb; *pz != NULL; pz++)
124 if (pzhdb != NULL)
125 free ((pointer) pzhdb);
42 char **pzhdb; local
[all...]

Completed in 108 milliseconds