Home
last modified time | relevance | path

Searched refs:nactive (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/net/
Dhfsc.h100 int nactive; /* number of active children */ member
Dhfsc.c1686 sp->nactive = cl->cl_nactive; in hfsc_getclstats()
/openbsd/src/usr.bin/ssh/
Dscp.c895 size_t i, nactive = 0, ndone = 0; in brace_expand() local
904 if (append(cp, &active, &nactive) != 0) { in brace_expand()
908 while (nactive > 0) { in brace_expand()
909 cp = active[nactive - 1]; in brace_expand()
910 nactive--; in brace_expand()
911 if (brace_expand_one(cp, &active, &nactive, in brace_expand()
947 for (i = 0; i < nactive; i++) in brace_expand()