Searched refs:pinput (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');
188 if ((int)strlen(pinput) > size)
190 (void) strncpy(buf, pinput, strlen(pinput));
191 buf[strlen(pinput)] = '\0';
192 pinput = nextpinput + 1;
587 pinput = hdrbuf.text_buffer;

Completed in 23 milliseconds