Searched refs:coll (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/function_objects/binders/
H A D3113.cc36 std::vector<Elem> coll(2);
38 std::for_each(coll.begin(), coll.end(),
41 std::for_each(coll.begin(), coll.end(),
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/20_util/functional/binders/
H A D3113.cc37 std::vector<Elem> coll(2);
39 std::for_each(coll.begin(), coll.end(),
42 std::for_each(coll.begin(), coll.end(),
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/unique/
H A D2.cc46 list<int> coll(T1, T1 + N);
47 pos = unique(coll.begin(), coll.end());
48 VERIFY( equal(coll.begin(), pos, A1) );
62 list<int> coll(T1, T1 + N);
63 pos = unique(coll.begin(), coll.end(), greater<int>());
64 VERIFY( equal(coll.begin(), pos, A2) );
78 list<int> coll(T1, T1 + N);
79 pos = unique(coll
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/25_algorithms/unique/
H A D2.cc47 list<int> coll(T1, T1 + N);
48 pos = unique(coll.begin(), coll.end());
49 VERIFY( equal(coll.begin(), pos, A1) );
63 list<int> coll(T1, T1 + N);
64 pos = unique(coll.begin(), coll.end(), greater<int>());
65 VERIFY( equal(coll.begin(), pos, A2) );
79 list<int> coll(T1, T1 + N);
80 pos = unique(coll
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/fill/
H A D1.cc50 list<int> coll(N);
51 fill(coll.begin(), coll.end(), val);
52 VERIFY( equal(coll.begin(), coll.end(), V) );
H A D2.cc50 list<int> coll(N);
51 fill_n(coll.begin(), coll.size(), val);
52 VERIFY( equal(coll.begin(), coll.end(), V) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/25_algorithms/fill/
H A D1.cc51 list<int> coll(N);
52 fill(coll.begin(), coll.end(), val);
53 VERIFY( equal(coll.begin(), coll.end(), V) );
H A D2.cc51 list<int> coll(N);
52 fill_n(coll.begin(), coll.size(), val);
53 VERIFY( equal(coll.begin(), coll.end(), V) );
/netbsd-6-1-5-RELEASE/usr.bin/usbhidaction/
H A Dusbhidaction.c241 char usagestr[SIZE], coll[SIZE]; local
308 coll[0] = 0;
339 if (coll[0]) {
342 "%s.%s:%s", coll + 1,
355 (void)snprintf(coll + strlen(coll),
356 sizeof coll - strlen(coll), ".%s:%s",
360 (void)printf("coll '%s'\n", coll);
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dsupcmain.c469 char *coll, *argp; local
485 coll = nxtarg(&argp, ", \t");
486 t = Tinsert(collTp, coll, TRUE);
/netbsd-6-1-5-RELEASE/dist/pf/sbin/pfctl/
H A Dpfctl_table.c516 int coll = 0; local
537 coll++;
542 if (coll == 1)
545 else if (coll > 1)
547 coll);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dlibcoff.h940 value, string, cp, coll, hashp)\
942 (info, abfd, name, flags, section, value, string, cp, coll, hashp))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dlibcoff.h939 value, string, cp, coll, hashp)\
941 (info, abfd, name, flags, section, value, string, cp, coll, hashp))
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dregex_internal.h61 # include <locale/coll-lookup.h>
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dregex.c92 # include <locale/coll-lookup.h>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dregex.c92 # include <locale/coll-lookup.h>
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dregex.c92 # include <locale/coll-lookup.h>
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dregex.c113 # include <locale/coll-lookup.h>
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dregex.c95 # include <locale/coll-lookup.h>
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dregex.c92 # include <locale/coll-lookup.h>
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Dregex.c82 # include <locale/coll-lookup.h>

Completed in 584 milliseconds