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

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c306 int wspace; local
374 wspace = 0;
377 wspace = maxolen + state->hdrlen;
378 if (wspace > 4096) {
379 wspace = 4096;
382 m = allocb(wspace, BPRI_MED);
387 wspace = m->b_datap->db_lim - m->b_wptr;
391 if (state->hdrlen + PPP_HDRLEN + 2 < wspace) {
394 wspace -= state->hdrlen;
424 state->strm.avail_out = wspace
[all...]
/illumos-gate/usr/src/tools/aw/
H A Daw.c161 const char *wspace, size_t wspace_len)
214 (strncmp(bufptr, wspace, wspace_len) == 0)) {
271 char *wspace; local
300 wspace = getenv("CODEMGR_WS");
301 if (wspace != NULL)
302 wspace_len = strlen(wspace);
340 if (wspace != NULL)
342 wspace, wspace_len);
160 copyuntil_path(FILE *in, FILE *out, int termchar, const char *wspace, size_t wspace_len) argument

Completed in 99 milliseconds