Home
last modified time | relevance | path

Searched refs:nextpinput (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()
179 if (nextpinput == NULL) in mgets()
181 *nextpinput = '\0'; in mgets()
186 pinput = nextpinput + 1; in mgets()