Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dsys_epoll.c599 size_t nseen, int currfd, int depth) in epoll_dfs() argument
607 KASSERT(currfd < nseen); in epoll_dfs()
623 error = epoll_dfs(edges, nedges, seen, nseen, in epoll_dfs()
/netbsd/lib/libc/time/
H A Dlocaltime.c2402 register int nseen; in time1() local
2441 nseen = 0; in time1()
2445 types[nseen++] = sp->types[i]; in time1()
2447 for (sameind = 0; sameind < nseen; ++sameind) { in time1()
2451 for (otherind = 0; otherind < nseen; ++otherind) { in time1()