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

/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c66 static int npops; /* index into list of STREAMS modules */ variable
207 npops = npushes = 0;
628 if ( Pops[0] == NULL || Pops[npops] == NULL )
633 slen = strlen(Pops[npops]) - 1;
634 if ( Pops[npops][0] == '(' && Pops[npops][slen] == ')' ) {
637 strncpy(buf, &(Pops[npops++][1]), len);
640 strncpy(buf, Pops[npops++], len);
/illumos-gate/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 57 milliseconds