Searched refs:pznames (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/uucp-11/uucp/uuconf/
H A Dtlocnm.c46 char **pznames, **pz;
64 iret = uuconf_taylor_system_names (pglobal, &pznames, 0);
71 for (pz = pznames; *pz != NULL; pz++)
107 for (pz = pznames; *pz != NULL; pz++)
109 free ((pointer) pznames);
45 char **pznames, **pz; local
/macosx-10.9.5/uucp-11/uucp/
H A Dutil.c56 char **pznames, **pz;
63 iuuconf = uuconf_system_names (puuconf, &pznames, TRUE);
68 for (pz = pznames; *pz != NULL; pz++)
74 xfree ((pointer) pznames);
55 char **pznames, **pz; local
H A Duuname.c169 char **pznames, **pz;
171 iuuconf = uuconf_system_names (puuconf, &pznames, falias);
175 for (pz = pznames; *pz != NULL; pz++)
168 char **pznames, **pz; local
H A Duuchk.c40 static void ukshow_names P((const char *zheader, const char * const *pznames));
349 ukshow_names (zheader, pznames)
351 const char * const *pznames;
353 if (pznames == NULL)
355 if (pznames[1] == NULL)
356 printf ("%s: %s\n", zheader, pznames[0]);
362 for (pz = pznames; *pz != NULL; ++pz)
H A Duustat.c883 char **pznames, **pz;
885 iuuconf = uuconf_system_names (puuconf, &pznames, 0);
892 for (pz = pznames; *pz != NULL; pz++)
920 xfree ((pointer) pznames);
1999 char **pznames, **pz;
2062 iuuconf = uuconf_system_names (puuconf, &pznames, 0);
2071 for (pz = pznames; *pz != NULL; pz++)
879 char **pznames, **pz; local
1992 char **pznames, **pz; local
H A Duucico.c547 char **pznames, **pz;
555 iuuconf = uuconf_system_names (puuconf, &pznames, 0);
561 for (pz = pznames; *pz != NULL; pz++)
571 zhold = pznames[i];
572 pznames[i] = pznames[iuse];
573 pznames[iuse] = zhold;
576 for (pz = pznames; *pz != NULL && ! FGOT_SIGNAL (); pz++)
639 xfree ((pointer) pznames);
546 char **pznames, **pz; local

Completed in 87 milliseconds