Searched defs:nextpinput (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c151 static char *pinput, *nextpinput; variable
185 nextpinput = strchr(pinput, '\n');
186 if (nextpinput == NULL)
188 *nextpinput = '\0';
193 pinput = nextpinput + 1;

Completed in 1422 milliseconds