Searched refs:npops (Results 1 – 2 of 2) sorted by relevance
78 static int npops; /* index into list of STREAMS modules */ variable235 npops = npushes = 0; in scancfg()619 if (Pops[0] == NULL || Pops[npops] == NULL) in getpop()624 slen = strlen(Pops[npops]) - 1; in getpop()625 if (Pops[npops][0] == '(' && Pops[npops][slen] == ')') { in getpop()628 (void) strncpy(buf, &(Pops[npops++][1]), len); in getpop()631 (void) strncpy(buf, Pops[npops++], len); in getpop()
66 static int npops; /* index into list of STREAMS modules */ variable207 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);