Searched refs:npops (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/dial/
H A Dsysfiles.c78 static int npops; /* index into list of STREAMS modules */ variable
235 npops = npushes = 0;
619 if (Pops[0] == NULL || Pops[npops] == NULL)
624 slen = strlen(Pops[npops]) - 1;
625 if (Pops[npops][0] == '(' && Pops[npops][slen] == ')') {
628 (void) strncpy(buf, &(Pops[npops++][1]), len);
631 (void) strncpy(buf, Pops[npops++], len);

Completed in 21 milliseconds