Searched refs:cb (Results 1 – 7 of 7) sorted by relevance
23 typename S::const_iterator cb = s.cbegin(); in test() local26 assert(*cb == s[0]); in test()28 assert(cb == s.begin()); in test()
23 typename S::const_reverse_iterator cb = s.crbegin(); in test() local26 assert(*cb == s.back()); in test()28 assert(cb == s.rbegin()); in test()
26 typename S::const_iterator cb = cs.begin(); in test() local31 assert(b == cb); in test()
26 typename S::const_reverse_iterator cb = cs.rbegin(); in test() local31 assert(b == cb); in test()
161 si.cb = sizeof(si); in main()
1063 if test -f /usr/options/cb.name; then1064 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
827 startup_info.cb = sizeof(startup_info);