Searched refs:reference (Results 1 - 25 of 224) sorted by relevance

123456789

/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dref.h22 int compare_reference(const reference &, const reference &);
23 int same_reference(const reference &, const reference &);
24 int same_year(const reference &, const reference &);
25 int same_date(const reference &, const reference &);
26 int same_author_last_name(const reference &, const reference
48 class reference { class
[all...]
H A Dlabel.y47 // Does the tentative label depend on the reference?
54 virtual void evaluate(int, const reference &, string &,
62 void evaluate(int, const reference &, string &, substring_position &);
73 void evaluate(int, const reference &, string &, substring_position &);
82 void evaluate(int, const reference &, string &, substring_position &);
90 void evaluate(int, const reference &, string &, substring_position &);
99 void evaluate(int, const reference &, string &, substring_position &) = 0;
109 void evaluate(int, const reference &, string &, substring_position &);
116 void evaluate(int, const reference &, string &, substring_position &);
129 void evaluate(int, const reference
[all...]
H A Drefer.h76 class reference;
78 void compute_labels(reference **, int);
/freebsd-11-stable/contrib/bmake/PSD.doc/
H A DMakefile4 SECTION=reference/ref1
/freebsd-11-stable/contrib/libarchive/tar/test/
H A Dtest_option_uid_uname.c30 char *reference, *data; local
43 reference = slurpfile(&s, "archive1");
79 /* Uid should be unchanged from original reference. */
80 assertEqualMem(data + 108, reference + 108, 8);
84 free(reference);
H A Dtest_option_gid_gname.c30 char *reference, *data; local
43 reference = slurpfile(&s, "archive1");
66 /* Gid should be unchanged from original reference. */
67 assertEqualMem(data + 116, reference + 116, 8);
70 free(reference);
/freebsd-11-stable/contrib/netbsd-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 \
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_iterator_base_types.h116 /// This type represents a reference-to-value_type.
117 typedef _Reference reference; typedef in struct:iterator
133 typedef typename _Iterator::reference reference; typedef in struct:iterator_traits
143 typedef _Tp& reference; typedef in struct:iterator_traits
153 typedef const _Tp& reference; typedef in struct:iterator_traits
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dbasic_types.hpp73 typedef typename mapped_type_allocator::reference mapped_reference;
80 typedef typename value_type_allocator::reference reference; typedef in struct:pb_ds::detail::value_type_base
100 typedef typename mapped_type_allocator::reference mapped_reference;
107 typedef typename value_type_allocator::reference reference; typedef in struct:pb_ds::detail::value_type_base
134 typedef typename mapped_type_allocator::reference mapped_reference;
142 typedef typename value_type_allocator::reference reference; typedef in struct:pb_ds::detail::value_type_base
176 typedef typename mapped_type_allocator::reference mapped_referenc
184 typedef typename value_type_allocator::reference reference; typedef in struct:pb_ds::detail::value_type_base
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
H A Dnull_node_metadata.hpp65 typedef const_reference reference; typedef in struct:pb_ds::detail::dumconst_node_iterator
H A Dbasic_tree_policy_base.hpp88 value_type>::type>::other::reference
89 reference; typedef in struct:pb_ds::detail::basic_tree_policy_base
145 value_type>::type>::other::reference
146 reference; typedef in struct:pb_ds::detail::basic_tree_policy_base
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_filter_lzop.c30 const char *reference = "test_read_filter_lzop.tar.lzo"; local
38 extract_reference_file(reference);
55 archive_read_open_filename(a, reference, 10240));
60 i, n[i], reference);
H A Dtest_read_format_cpio_bin_be.c32 const char *reference = "test_read_format_cpio_bin_be.cpio"; local
34 extract_reference_file(reference);
39 archive_read_open_filename(a, reference, 10));
H A Dtest_read_format_cpio_bin_le.c32 const char *reference = "test_read_format_cpio_bin_le.cpio"; local
34 extract_reference_file(reference);
39 archive_read_open_filename(a, reference, 10));
H A Dtest_read_filter_lzop_multiple_parts.c30 const char *reference = "test_read_filter_lzop_multiple_parts.tar.lzo"; local
35 extract_reference_file(reference);
53 archive_read_open_filename(a, reference, 10240));
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dtraits.hpp89 typename type_traits::reference,
102 typename type_traits::reference,
115 typename type_traits::reference,
128 typename type_traits::reference,
203 typename type_traits::reference,
218 typename type_traits::reference,
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/unordered_iterator/
H A Dpoint_iterator.hpp69 // Iterator's reference type.
70 typedef reference_ reference; typedef in class:point_iterator_
72 // Iterator's const reference type.
101 inline reference
H A Diterator.hpp71 // Iterator's reference type.
72 typedef reference_ reference; typedef in class:iterator_
74 // Iterator's const reference type.
112 inline reference
117 return (const_cast<reference>(*base_type::m_p_value));
H A Dconst_iterator.hpp71 // Iterator's reference type.
72 typedef reference_ reference; typedef in class:const_iterator_
74 // Iterator's const reference type.
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dleaf.hpp95 typedef typename Type_Traits::reference reference; typedef in struct:pb_ds::detail::pat_trie_leaf
113 inline reference
140 inline typename PB_DS_CLASS_C_DEC::reference
H A Dchild_iterator.hpp54 typedef node_pointer_reference reference; typedef in struct:iterator
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSequence.h39 using reference = typename BaseT::reference;
69 reference operator*() const { return Value; }
H A DPackedVector.h82 class reference { class in class:llvm::PackedVector
87 reference() = delete;
88 reference(PackedVector &vec, unsigned idx) : Vec(vec), Idx(idx) {} function in class:llvm::PackedVector::reference
90 reference &operator=(T val) {
123 reference operator[](unsigned Idx) {
124 return reference(*this, Idx);
/freebsd-11-stable/crypto/openssh/
H A Dmdoc2man.awk32 reference=0
173 reference=1
197 reference=0
198 } else if(reference) {
/freebsd-11-stable/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh146 help reference-dictionary no-reference-dictionary
204 with the --reference-dictionary option, if processing a
205 document stream to produce only a reference dictionary.
207 --no-reference-dictionary
208 Suppress the generation of a '$CMD' reference dictionary
210 reference dictionary, at the start of document processing;
212 advance, that no reference dictionary is required.
214 --reference-dictionary=name
215 Save the document reference dictionar
[all...]

Completed in 220 milliseconds

123456789