HomeSort by: relevance | last modified time | path
    Searched defs:reference (Results 1 - 25 of 235) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/bsd/libarchive/dist/tar/test/
test_option_gid_gname.c 11 char *reference, *data; local
24 reference = slurpfile(&s, "archive1");
47 /* Gid should be unchanged from original reference. */
48 assertEqualMem(data + 116, reference + 116, 8);
51 free(reference);
test_option_group.c 12 char *reference, *data; local
25 reference = slurpfile(&s, "archive1");
48 /* Gid should be unchanged from original reference. */
49 assertEqualMem(data + 116, reference + 116, 8);
65 free(reference);
test_option_owner.c 12 char *reference, *data; local
25 reference = slurpfile(&s, "archive1");
48 /* Uid should be unchanged from original reference. */
49 assertEqualMem(data + 108, reference + 108, 8);
65 free(reference);
test_option_uid_uname.c 11 char *reference, *data; local
24 reference = slurpfile(&s, "archive1");
60 /* Uid should be unchanged from original reference. */
61 assertEqualMem(data + 108, reference + 108, 8);
65 free(reference);
  /src/external/bsd/libarchive/dist/libarchive/test/
test_read_filter_lzop_multiple_parts.c 30 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));
test_read_format_cpio_bin_be.c 31 const char *reference = "test_read_format_cpio_bin_be.cpio"; local
33 extract_reference_file(reference);
38 archive_read_open_filename(a, reference, 10));
test_read_format_cpio_bin_le.c 31 const char *reference = "test_read_format_cpio_bin_le.cpio"; local
33 extract_reference_file(reference);
38 archive_read_open_filename(a, reference, 10));
test_read_filter_lzop.c 30 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);
test_acl_pax.c 221 void *reference; local
268 /* Write out the reference data to a file for manual inspection. */
270 reference = slurpfile(&reference_size, "test_acl_pax_posix1e.tar");
272 /* Assert that the generated data matches the built-in reference data.*/
273 failure("Generated pax archive does not match reference; compare 'testout' to 'test_acl_pax_posix1e.tar' reference file.");
274 assertEqualMem(buff, reference, reference_size);
275 failure("Generated pax archive does not match reference; compare 'testout' to 'test_acl_pax_posix1e.tar' reference file.");
277 free(reference);
332 void *reference; local
    [all...]
  /src/external/bsd/nvi/docs/USD.doc/exref/
Makefile 8 SECTION= reference/ref1
10 SUBARTICLES= reference summary
11 SRCS.reference= ex.rm
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 61 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 61 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
  /src/external/apache2/llvm/dist/libcxx/include/__memory/
compressed_pair.h 36 typedef _Tp& reference; typedef in struct:__compressed_pair_elem
64 _LIBCPP_INLINE_VISIBILITY reference __get() _NOEXCEPT { return __value_; }
75 typedef _Tp& reference; typedef in struct:__compressed_pair_elem
102 _LIBCPP_INLINE_VISIBILITY reference __get() _NOEXCEPT { return *this; }
149 typename _Base1::reference first() _NOEXCEPT {
159 typename _Base2::reference second() _NOEXCEPT {
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
allocator.h 139 typedef _Tp& reference; typedef in class:allocator
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 66 /// Iterator's reference type.
67 typedef reference_ reference; typedef in class:const_iterator_
69 /// Iterator's const reference type.
point_const_iterator.hpp 67 /// Iterator's reference type.
68 typedef reference_ reference; typedef in class:point_const_iterator_
70 /// Iterator's const reference type.
point_iterator.hpp 65 /// Iterator's reference type.
66 typedef reference_ reference; typedef in class:point_iterator_
68 /// Iterator's const reference type.
92 reference
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 66 /// Iterator's reference type.
67 typedef reference_ reference; typedef in class:const_iterator_
69 /// Iterator's const reference type.
point_const_iterator.hpp 67 /// Iterator's reference type.
68 typedef reference_ reference; typedef in class:point_const_iterator_
70 /// Iterator's const reference type.
point_iterator.hpp 65 /// Iterator's reference type.
66 typedef reference_ reference; typedef in class:point_iterator_
68 /// Iterator's const reference type.
92 reference
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/
iterator_tracker.h 55 typedef typename _Traits::reference reference; typedef in class:__profile::__iterator_tracker
130 reference
135 reference
  /src/external/gpl3/gdb/dist/gdbsupport/
filtered-iterator.h 35 typedef typename BaseIterator::reference reference; typedef in class:filtered_iterator
next-iterator.h 33 typedef T *&reference; typedef in struct:next_iterator
  /src/external/gpl3/gdb.old/dist/gdbsupport/
filtered-iterator.h 35 typedef typename BaseIterator::reference reference; typedef in class:filtered_iterator
next-iterator.h 33 typedef T *&reference; typedef in struct:next_iterator

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 910