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

Completed in 63 milliseconds