Searched refs:cnt (Results 1 – 3 of 3) sorted by relevance
46 int cnt; in ttyslot() local57 for (cnt = 0; cnt < 3; ++cnt) in ttyslot()58 if (__ttyname_r (cnt, name, buflen) == 0) { in ttyslot()
47 size_t cnt = 0; in lfind() local49 while (cnt < *nmemb && (*compar) (key, result) != 0) in lfind()52 ++cnt; in lfind()55 return cnt < *nmemb ? (void *) result : NULL; in lfind()
181 int cnt = 0; in check_tree() local187 cnt += !RED(p); in check_tree()188 check_tree_recurse (root, 0, cnt); in check_tree()
Completed in 8 milliseconds