Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpkg/common/
H A Dpkgtrans.c151 static char *pinput, *nextpinput; variable
185 nextpinput = strchr(pinput, '\n'); in mgets()
186 if (nextpinput == NULL) in mgets()
188 *nextpinput = '\0'; in mgets()
193 pinput = nextpinput + 1; in mgets()