Searched refs:set (Results 26 - 50 of 1536) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Denv_test.cpp60 ATF_TEST_CASE(set); variable
61 ATF_TEST_CASE_HEAD(set)
63 set_md_var("descr", "Tests the set function");
65 ATF_TEST_CASE_BODY(set)
69 atf::env::set("PATH", "foo-bar");
74 atf::env::set("_UNDEFINED_VARIABLE_", "foo2-bar2");
99 ATF_ADD_TEST_CASE(tcs, set);
H A Dfs.cpp434 std::set< std::string >
438 std::set< std::string > ns;
H A Dfs.hpp36 #include <set>
349 std::set< std::string > names(void) const;
H A Dfs_test.cpp329 std::set< std::string > ns = d.names();
H A Dtext_test.cpp29 #include <set>
67 // First set of tests using a non-sorted collection, std::vector.
102 // Second set of tests using a sorted collection, std::set.
104 std::set< std::string > words;
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dmacros_test.cpp136 std::set< std::string > collection;
170 std::set< std::string > collection;
H A Dutils_test.cpp38 #include <set>
249 std::set< std::string > strings;
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Denv_test.c86 ATF_TC(set); variable
87 ATF_TC_HEAD(set, tc)
91 ATF_TC_BODY(set, tc)
129 ATF_TP_ADD_TC(tp, set);
/freebsd-11-stable/contrib/binutils/bfd/
H A Darchive.c716 carsym *set;
757 for (counter = 0, set = ardata->symdefs;
759 counter++, set++, rbase += BSD_SYMDEF_SIZE)
761 set->name = H_GET_32 (abfd, rbase) + stringbase;
762 set->file_offset = H_GET_32 (abfd, rbase + BSD_SYMDEF_OFFSET_SIZE);
959 carsym *set;
1026 for (counter = 0, set = ardata->symdefs;
1028 counter++, set++, rbase += BSD_SYMDEF_SIZE)
1030 set->name = H_GET_32 (abfd, rbase) + stringbase;
1031 set
712 carsym *set; local
954 carsym *set; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c120 enum change_action change_vma;/* Whether to change or set VMA. */
121 bfd_vma vma_val; /* Amount to change by or set to. */
122 enum change_action change_lma;/* Whether to change or set LMA. */
123 bfd_vma lma_val; /* Amount to change by or set to. */
124 bfd_boolean set_flags; /* Whether to set the section flags. */
125 flagword flags; /* What to set the section flags to. */
155 /* Output BFD flags user wants to set or clear */
209 /* If this is TRUE, we weaken global symbols (set BSF_WEAK). */
370 {"set-section-flags", required_argument, 0, OPTION_SET_SECTION_FLAGS},
371 {"set
1553 asection **set; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-ecoff.c125 as_fatal (_("Can't set GP value"));
132 as_fatal (_("Can't set register masks"));
146 char *set; local
154 set = buf;
160 ecoff_data (stdoutput)->debug_info.ptr = (type) set; \
161 set += hdr->count * size; \
178 /* This is called by the ECOFF code to set the external information
231 .rdata, .sdata, .set.
/freebsd-11-stable/contrib/binutils/gas/
H A Decoff.c797 struct vlinks *prev; /* previous set of pages */
798 struct vlinks *next; /* next set of pages */
1122 type (which is set up when we encounter the declaration for the
1738 /* block begin gets next sym #. This is set when we know
1933 /* Everything is set up, add the aux symbol. */
2187 /* Add a new filename, and set up all of the file relative
3850 int set;
3857 set = -0x8000;
3862 set = 0x7fff;
3867 set
3818 int set; local
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dsigsetmask.c8 @deftypefn Supplemental int sigsetmask (int @var{set})
10 Sets the signal mask to the one provided in @var{set} and returns
28 sigsetmask (int set) argument
34 if (set != 0) {
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-gen.c1 /* ia64-gen.c -- Generate a shrunk set of opcode tables
23 /* While the ia64-opc-* set of opcode tables are easy to maintain,
26 their possible completers, as well as compacting the set of strings used.
95 /* The set of possible completers for an opcode. */
123 /* Bits set to 1 correspond to those bits in this completer's opcode
366 this results in a much smaller set of dependency lists. */ local
368 char set[0x10000];
371 memset ((void *)set, 0, sizeof (set));
373 set[dep
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dauto.dep.mk21 # set MKDEP_MK=auto.dep.mk and dep.mk will include us
38 # set this to -MMD to ignore /usr/include
H A Dauto.obj.mk34 # if MKOBJDIRS is set to auto (and NOOBJ isn't defined) do some magic...
H A Dautodep.mk65 # set this to -MMD to ignore /usr/include
82 # should have been set by sys.mk
H A Dcython.mk37 # set this empty if you don't want to handle multiple versions
H A Ddep.mk66 set -x; for f in $$files; do ${_MKDEP} -a ${MKDEPFLAGS} \
69 set -x; for f in $$files; do ${_MKDEP} -a ${MKDEPFLAGS} \
72 set -x; for f in $$files; do ${_MKDEP} -a ${MKDEPFLAGS} \
H A Ddirdeps.mk47 # The _DIRDEP_USE target uses the suffix to set TARGET_SPEC
59 # Before each Makefile.depend file is read, we set
82 # TARGET_SPEC and set the relevant variables accordingly.
190 # it should be set by sys.mk or similar by now.
207 # so we need to construct a set of modifiers to fill in the gaps.
232 # you really want this set by sys.mk or similar
291 # by now _DEP_TARGET_SPEC should be set, parse it.
322 # set to a set of glob expressions that might match RELDIR
384 # we assume sys.mk will set MACHINE_ARC
[all...]
H A Ddpadd.mk122 # set if it cannot be correctly derrived from ${LIBFOO}
139 # if SRC_libfoo is not set, then we assume that the srcdir corresponding
148 # If INCLUDES_libfoo is not set, then we'll use ${SRC_libfoo}/h if it exists,
H A Dgendirdeps.mk69 # caller should have set this
107 # this (*should* be set in meta.sys.mk)
H A Dinit.mk31 # should have been set by sys.mk
H A Dldorder.mk98 # set DEBUG_LDORDER to pattern[s] that match the dirs of interest
104 # each *.${LDORDER_INC} should set LDORDER_LIBS to what it needs
H A Dlib.mk45 # if not already set. Includes -DPIC, if required.
55 # with ELF, also set shared-lib version for ld.so.
552 @set ${LINKS}; ${_LINKS_SCRIPT}

Completed in 396 milliseconds

1234567891011>>