Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c72 static char *Pops[64]; /* list of STREAMS modules to be popped */ variable
236 Pops[0] = Pushes[0] = NULL; in scancfg()
366 setioctl(Pops, equals); in nameparse()
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()
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c60 static char *Pops[64] = {0}; /* list of STREAMS modules to be popped */ variable
208 Pops[0] = Pushes[0] = NULL;
342 setioctl(Pops, equals); in nameparse()
625 if ( Pops[0] == NULL || Pops[npops] == NULL )
630 slen = strlen(Pops[npops]) - 1;
631 if ( Pops[npops][0] == '(' && Pops[npops][slen] == ')' ) {
634 strncpy(buf, &(Pops[npops++][1]), len);
637 strncpy(buf, Pops[npops++], len);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/fun/
H A Dpopd77 # Pops the top directory
H A Dpushd77 # Pops the top directory