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

/macosx-10.9.5/uucp-11/uucp/uuconf/
H A Dsplit.c65 char **pznew;
71 pznew = (char **) malloc (cnew * sizeof (char *));
76 pznew = (char **) realloc ((pointer) *ppzsplit,
79 if (pznew == NULL)
81 *ppzsplit = pznew;
64 char **pznew; local
H A Daddstr.c117 char **pznew;
119 pznew = (char **) uuconf_malloc (pblock,
122 if (pznew == NULL)
128 memcpy ((pointer) pznew, (pointer) *ppzstrings,
131 *ppzstrings = pznew;
132 pz = pznew + c;
115 char **pznew; local
H A Dvsinfo.c351 char **pzlist, **pznew;
411 pznew = (char **) uuconf_malloc (pblock,
413 if (pznew == NULL)
419 memcpy ((pointer) pznew, (pointer) pzlist,
421 pznew[ctoks] = NULL;
434 pzlocal = pznew;
439 pzremote = pznew;
453 q->uuconf_pzlocal_send = pznew;
454 q->uuconf_pzlocal_receive = pznew;
455 q->uuconf_pzremote_send = pznew;
350 char **pzlist, **pznew; local
533 char **pznew; local
[all...]

Completed in 184 milliseconds