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

/macosx-10.10/uucp-11/uucp/
H A Dprotf.c397 char *zstart, *zto, *zfrom;
400 zto = zfrom = zstart = abPrecbuf + iPrecstart;
436 if (zto != zstart)
439 cFrec_bytes += zfrom - zstart - 2;
440 cFrec_data += zto - zstart;
441 if (! fgot_data (qdaemon, zstart,
442 (size_t) (zto - zstart),
450 iPrecstart = (iPrecstart + zfrom - zstart) % CRECBUFLEN;
515 if (zto != zstart)
519 zto - zstart);
388 char *zstart, *zto, *zfrom; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dzdump.c470 int zstart; local
474 zstart = strlen(path);
477 while(path[++zstart] != 0) {
478 if (path[zstart] == '/') {
479 path[zstart] = '-';

Completed in 65 milliseconds