Home
last modified time | relevance | path

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

/misc/
A Dttyslot.c46 int cnt; in ttyslot() local
57 for (cnt = 0; cnt < 3; ++cnt) in ttyslot()
58 if (__ttyname_r (cnt, name, buflen) == 0) { in ttyslot()
A Dlsearch.c47 size_t cnt = 0; in lfind() local
49 while (cnt < *nmemb && (*compar) (key, result) != 0) in lfind()
52 ++cnt; in lfind()
55 return cnt < *nmemb ? (void *) result : NULL; in lfind()
A Dtsearch.c181 int cnt = 0; in check_tree() local
187 cnt += !RED(p); in check_tree()
188 check_tree_recurse (root, 0, cnt); in check_tree()

Completed in 8 milliseconds