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

/macosx-10.9.5/uucp-11/uucp/uuconf/
H A Dchatc.c126 char *z, *zdash;
131 zdash = strchr (z, '-');
132 while (zdash != NULL)
134 *zdash = '\0';
139 *zdash = '-';
140 z = zdash;
141 zdash = strchr (z + 1, '-');
123 char *z, *zdash; local

Completed in 192 milliseconds