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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dipcomp_core.c181 int zerror; local
245 zerror = 0;
268 zerror = mode ? inflate(zs, Z_NO_FLUSH)
271 if (zerror == Z_STREAM_END)
273 else if (zerror == Z_OK) {
289 zerror));
298 if (zerror == Z_STREAM_END)
308 zerror = mode ? inflate(zs, Z_FINISH)
311 if (zerror == Z_STREAM_END)
313 else if (zerror
[all...]
/macosx-10.10.1/uucp-11/uucp/
H A Duuxqt.c751 char *zerror;
1482 zoutput, zQwd, fshell, iQlock_seq, &zerror, &ftemp))
1491 if (zerror != NULL)
1493 (void) remove (zerror);
1494 ubuffree (zerror);
1517 if (zerror == NULL)
1520 eerr = fopen (zerror, "r");
1620 if (zerror != NULL)
1622 (void) remove (zerror);
1623 ubuffree (zerror);
747 char *zerror; local
[all...]

Completed in 128 milliseconds