Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/dial/
H A Dsysfiles.c80 static int npushes; /* index into list of STREAMS modules */ variable
235 npops = npushes = 0; in scancfg()
644 if (Pushes[0] == NULL || Pushes[npushes] == NULL) in getpush()
646 (void) strncpy(buf, Pushes[npushes++], len); in getpush()
/titanic_44/usr/src/cmd/bnu/
H A Dsysfiles.c68 static int npushes; /* index into list of STREAMS modules */ variable
207 npops = npushes = 0;
655 if ( Pushes[0] == NULL || Pushes[npushes] == NULL )
657 strncpy(buf, Pushes[npushes++], len);