Home
last modified time | relevance | path

Searched refs:pinput (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c145 static char *pinput, *nextpinput; variable
178 nextpinput = strchr(pinput, '\n'); in mgets()
182 if ((int)strlen(pinput) > size) in mgets()
184 (void) strncpy(buf, pinput, strlen(pinput)); in mgets()
185 buf[strlen(pinput)] = '\0'; in mgets()
186 pinput = nextpinput + 1; in mgets()
446 pinput = hdrbuf.text_buffer; in _pkgtrans()