Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 25 of 653) sorted by relevance

12345678910>>...27

/minix3/external/bsd/byacc/dist/
H A DMANIFEST72 test/btyacc/btyacc_calc1.error reference output for testing
73 test/btyacc/btyacc_calc1.output reference output for testing
74 test/btyacc/btyacc_calc1.tab.c reference output for testing
75 test/btyacc/btyacc_calc1.tab.h reference output for testing
76 test/btyacc/btyacc_demo.error reference output for testing
77 test/btyacc/btyacc_demo.output reference output for testing
78 test/btyacc/btyacc_demo.tab.c reference output for testing
79 test/btyacc/btyacc_demo.tab.h reference output for testing
80 test/btyacc/calc.error reference output for testing
81 test/btyacc/calc.output reference output for testing
[all …]
/minix3/distrib/sets/lists/misc/
H A Dmi6 ./usr/share/dict/README misc-reference-share share
7 ./usr/share/dict/american misc-reference-share share
8 ./usr/share/dict/british misc-reference-share share
9 ./usr/share/dict/eign misc-reference-share share,groff
10 ./usr/share/dict/propernames misc-reference-share share
11 ./usr/share/dict/special/math misc-reference-share share
12 ./usr/share/dict/special/netbsd misc-reference-share share
13 ./usr/share/dict/stop misc-reference-share share
14 ./usr/share/dict/web2 misc-reference-share share
15 ./usr/share/dict/web2a misc-reference-share share
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/MC/MachO/
H A Dsymbol-flags.s3 .reference sym_ref_A
4 .reference sym_ref_def_A
7 .reference sym_ref_def_C
8 .reference sym_ref_def_D
11 .reference sym_ref_def_E
55 .reference sym_ref_A
/minix3/tests/usr.bin/nbperf/
H A Dt_nbperf.sh30 rm -f reference.txt hash.c hash.map testprog
43 seq 0 $(($n - 1)) > reference.txt
44 atf_check -o file:reference.txt \
67 seq 0 $(($n - 1)) > reference.txt
68 atf_check -o file:reference.txt \
91 seq 0 $(($n - 1)) > reference.txt
92 atf_check -o file:reference.txt \
/minix3/bin/chmod/
H A Dchmod.c79 char *mode, *reference; in main() local
86 reference = NULL; in main()
91 reference = optarg; in main()
141 if (argc == 0 || (argc == 1 && reference == NULL)) in main()
164 if (reference == NULL) { in main()
174 if (stat(reference, &st) == -1) in main()
175 err(EXIT_FAILURE, "Cannot stat `%s'", reference); in main()
/minix3/external/bsd/llvm/dist/llvm/test/Feature/
H A Dconstpointer.ll13 @t3 = global i32* @t1 ;; Forward reference
15 @t4 = global i32** @t3 ;; reference to reference
19 global float * @2 ;; Forward numeric reference
20 global float * @2 ;; Duplicate forward numeric reference
22 global float * @2 ;; Numeric reference
/minix3/external/bsd/llvm/dist/llvm/test/Integer/
H A Dconstpointer_bt.ll13 @t3 = global i40 * @t1 ;; Forward reference
15 @t4 = global i40 ** @t3 ;; reference to reference
19 global float * @2 ;; Forward numeric reference
20 global float * @2 ;; Duplicate forward numeric reference
22 global float * @2 ;; Numeric reference
/minix3/external/bsd/libc++/dist/libcxx/test/support/
H A Dtest_iterators.h33 typedef typename std::iterator_traits<It>::reference reference; typedef
42 reference operator*() const {return *it_;}
63 typedef typename std::iterator_traits<It>::reference reference; typedef
72 reference operator*() const {return *it_;}
115 typedef typename std::iterator_traits<It>::reference reference; typedef
124 reference operator*() const {return *it_;}
167 typedef typename std::iterator_traits<It>::reference reference; typedef
176 reference operator*() const {return *it_;}
218 typedef typename std::iterator_traits<It>::reference reference; typedef
227 reference operator*() const {return *it_;}
[all …]
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dprotocols-lazy.m11 // Definition triggered by protocol reference.
17 // Forward definition triggered by protocol reference.
23 // Definition triggered by class reference.
30 // Definition following forward reference.
35 // reference, which has to be
39 // Protocol reference following definition.
/minix3/sbin/chown/
H A Dchown.c86 char *cp, *reference; in main() local
95 reference = NULL; in main()
102 reference = optarg; in main()
141 if (argc == 0 || (argc == 1 && reference == NULL)) in main()
161 if (reference == NULL) { in main()
182 if (stat(reference, &st) == -1) in main()
183 err(EXIT_FAILURE, "Cannot stat `%s'", reference); in main()
/minix3/external/bsd/dhcp/dist/includes/omapip/
H A Dalloc.h71 void *reference; member
80 rc_history [rc_history_index].reference = (r); \
89 #define rc_register(file, line, reference, addr, refcnt, d, f) argument
90 #define rc_register_mdl(reference, addr, refcnt, d, f) argument
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DPackedVector.h82 class reference {
86 reference(); // Undefined
88 reference(PackedVector &vec, unsigned idx) : Vec(vec), Idx(idx) { } in reference() function
90 reference &operator=(T val) {
122 reference operator[](unsigned Idx) {
123 return reference(*this, Idx);
/minix3/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_SESSION_free.pod15 SSL_SESSION_free() decrements the reference count of B<session> and removes
17 memory, if the reference count has reached 0.
27 object at the same time. It is therefore crucial to keep the reference
31 when an SSL_SESSION object was completely freed as the reference count
37 which the reference count was explicitly incremented (e.g.
42 incorrect reference counts and therefore program failures.
H A DSSL_get_session.pod18 B<ssl>. The reference count of the B<SSL_SESSION> is not incremented, so
23 SSL_get1_session() is the same as SSL_get_session(), but the reference
32 reference counter is not incremented, the pointer is only valid while
39 If the data is to be kept, SSL_get1_session() will increment the reference
43 to decrement the reference count again.
47 One SSL_SESSION object, regardless of its reference count, must therefore
/minix3/external/bsd/llvm/dist/clang/tools/diagtool/
H A DDiagnosticNames.h59 typedef const value_type & reference; typedef
64 inline reference operator*() const;
106 inline GroupRecord::subgroup_iterator::reference
112 inline GroupRecord::diagnostics_iterator::reference
/minix3/distrib/sets/lists/minix-tests/
H A Dmi21 ./usr/share/doc/reference minix-tests
22 ./usr/share/doc/reference/ref1 minix-tests
23 ./usr/share/doc/reference/ref1/atf minix-tests
24 ./usr/share/doc/reference/ref1/atf/AUTHORS minix-tests
25 ./usr/share/doc/reference/ref1/atf/COPYING minix-tests
26 ./usr/share/doc/reference/ref1/atf/NEWS minix-tests
27 ./usr/share/doc/reference/ref1/atf/README minix-tests
28 ./usr/share/doc/reference/ref1/kyua minix-tests
29 ./usr/share/doc/reference/ref1/kyua/kyua-atf-compat minix-tests
30 ./usr/share/doc/reference/ref1/kyua/kyua-atf-compat/AUTHORS minix-tests
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/strings/basic.string/
H A Dinput_iterator.h24 typedef typename std::iterator_traits<It>::reference reference; typedef
29 reference operator*() const {return *it_;}
/minix3/external/bsd/libc++/dist/libcxx/test/std/strings/basic.string/
H A Dinput_iterator.h24 typedef typename std::iterator_traits<It>::reference reference; typedef
29 reference operator*() const {return *it_;}
/minix3/external/bsd/libc++/dist/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/
H A Dtypes.pass.cpp42 static_assert((std::is_same<typename R::reference, typename R::value_type&&>::value), ""); in test()
44 static_assert((std::is_same<typename R::reference, typename T::reference>::value), ""); in test()
/minix3/external/bsd/libc++/dist/libcxx/test/iterators/predef.iterators/move.iterators/move.iterator/
H A Dtypes.pass.cpp42 static_assert((std::is_same<typename R::reference, typename R::value_type&&>::value), ""); in test()
44 static_assert((std::is_same<typename R::reference, typename T::reference>::value), ""); in test()
/minix3/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_format_cpio_bin_be.c32 const char *reference = "test_read_format_cpio_bin_be.cpio"; in DEFINE_TEST() local
34 extract_reference_file(reference); in DEFINE_TEST()
39 archive_read_open_filename(a, reference, 10)); in DEFINE_TEST()
/minix3/external/bsd/libc++/dist/libcxx/test/containers/container.adaptors/queue/queue.defn/
H A Dtypes.pass.cpp42 typedef int& reference; typedef
52 … static_assert((std::is_same<std::queue<int>::reference, std::deque<int>::reference>::value), ""); in main()
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/container.adaptors/priority.queue/
H A Dtypes.pass.cpp44 typedef int& reference; typedef
54 …static_assert((std::is_same<std::priority_queue<int>::reference, std::vector<int>::reference>::val… in main()
/minix3/external/bsd/libc++/dist/libcxx/test/containers/container.adaptors/priority.queue/
H A Dtypes.pass.cpp44 typedef int& reference; typedef
54 …static_assert((std::is_same<std::priority_queue<int>::reference, std::vector<int>::reference>::val… in main()
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
H A Dtypes.pass.cpp43 typedef int& reference; typedef
53 … static_assert((std::is_same<std::stack<int>::reference, std::deque<int>::reference>::value), ""); in main()

12345678910>>...27