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

/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgtrans.c150 static char *pinput, *nextpinput; variable
184 nextpinput = strchr(pinput, '\n');
185 if (nextpinput == NULL)
187 *nextpinput = '\0';
192 pinput = nextpinput + 1;

Completed in 22 milliseconds