Home
last modified time | relevance | path

Searched refs:combined (Results 1 – 25 of 730) sorted by relevance

12345678910>>...30

/netbsd-src/usr.bin/make/unit-tests/
H A Dopt-jobs-no-action.mk37 all: explained combined
38 .ORDER: explained combined
80 combined: combined-begin
82 combined-begin: .PHONY
89 . for target in combined-silent-${silent}-always-${always}-ignerr-${ignerr}
90 combined: .WAIT ${target} .WAIT
100 combined: combined-end
101 combined-end: .PHONY
H A Dopt-no-action-runflags.mk12 all: .PHONY combined
21 combined: .PHONY
H A Dopt-no-action-runflags.exp1 begin combined
33 end combined
H A Dopt-jobs-no-action.exp18 begin combined
60 end combined
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dredirects.txt33 # Check combined redirect (&>).
35 # RUN: echo "not-present" > %t.combined
36 # RUN: %{python} %S/write-to-stdout-and-stderr.py &> %t.combined
37 # RUN: FileCheck --check-prefix=COMBINED-WRITE < %t.combined %s
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dsetenv.c107 __add_to_environ (const char *name, const char *value, const char *combined, in __add_to_environ() argument
150 if (combined != NULL) in __add_to_environ()
153 new_environ[size] = (char *) combined; in __add_to_environ()
220 if (combined != NULL) in __add_to_environ()
221 np = (char *) combined; in __add_to_environ()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dsetenv.c107 __add_to_environ (const char *name, const char *value, const char *combined, in __add_to_environ() argument
150 if (combined != NULL) in __add_to_environ()
153 new_environ[size] = (char *) combined; in __add_to_environ()
220 if (combined != NULL) in __add_to_environ()
221 np = (char *) combined; in __add_to_environ()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dsetenv.c110 __add_to_environ (const char *name, const char *value, const char *combined, in __add_to_environ() argument
153 if (combined != NULL) in __add_to_environ()
156 new_environ[size] = (char *) combined; in __add_to_environ()
223 if (combined != NULL) in __add_to_environ()
224 np = (char *) combined; in __add_to_environ()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dsetenv.c113 __add_to_environ (const char *name, const char *value, const char *combined, in __add_to_environ() argument
159 if (combined != NULL) in __add_to_environ()
162 new_environ[size] = (char *) combined; in __add_to_environ()
229 if (combined != NULL) in __add_to_environ()
230 np = (char *) combined; in __add_to_environ()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dpetal.c550 char combined[2048]; in service_ssl() local
562 snprintf(combined, sizeof(combined), "%s%s", host, file); in service_ssl()
571 printf("%s requests %s\n", out, combined); in service_ssl()
575 provide_file_10(ssl, combined); in service_ssl()
576 else provide_file_chunked(ssl, combined); in service_ssl()
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/native/
H A DHowto40 device to formulate the correct combined SWI for the unixfs_mount
47 xxxxx is the combined SWI, drive and partition number in hex
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoffgen.c2077 combined_entry_type *combined = coffsymbol (symbol)->native; in coff_print_symbol() local
2081 fprintf (file, "[%3ld]", (long) (combined - root)); in coff_print_symbol()
2084 if (combined < obj_raw_syments (abfd) in coff_print_symbol()
2085 || combined >= obj_raw_syments (abfd) + obj_raw_syment_count (abfd)) in coff_print_symbol()
2091 BFD_ASSERT (combined->is_sym); in coff_print_symbol()
2092 if (! combined->fix_value) in coff_print_symbol()
2093 val = (bfd_vma) combined->u.syment.n_value; in coff_print_symbol()
2095 val = (((uintptr_t) combined->u.syment.n_value - (uintptr_t) root) in coff_print_symbol()
2099 combined->u.syment.n_scnum, in coff_print_symbol()
2100 combined->u.syment.n_flags, in coff_print_symbol()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoffgen.c2182 combined_entry_type *combined = coffsymbol (symbol)->native; in coff_print_symbol() local
2186 fprintf (file, "[%3ld]", (long) (combined - root)); in coff_print_symbol()
2189 if (combined < obj_raw_syments (abfd) in coff_print_symbol()
2190 || combined >= obj_raw_syments (abfd) + obj_raw_syment_count (abfd)) in coff_print_symbol()
2196 BFD_ASSERT (combined->is_sym); in coff_print_symbol()
2197 if (! combined->fix_value) in coff_print_symbol()
2198 val = (bfd_vma) combined->u.syment.n_value; in coff_print_symbol()
2200 val = (((uintptr_t) combined->u.syment.n_value - (uintptr_t) root) in coff_print_symbol()
2204 combined->u.syment.n_scnum, in coff_print_symbol()
2205 combined->u.syment.n_flags, in coff_print_symbol()
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amd/
H A Damd-seattle-xgbe-b.dtsi92 interrupts = /* Uses combined intr for both
108 interrupts = /* Uses combined intr for both
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/data/
H A Dgen-req.sh105 cat sub-ca.crt ca.crt > sub-ca-combined.crt
106 cat test.crt test.key > test.combined.crt
138 -certfile sub-ca-combined.crt \
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-install-name-tool.rst23 combined with other options. Options :option:`-add_rpath`, :option:`-delete_rpath`,
24 and :option:`-rpath` can be combined in an invocation only if they do not share
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-scop-detection.c502 sese_l combined (entry, exit); in merge_sese()
504 DEBUG_PRINT (dp << "[merged-sese] s1: "; print_sese (dump_file, combined)); in merge_sese()
506 return combined; in merge_sese()
531 sese_l combined = merge_sese (s, next); in build_scop_depth() local
532 if (! combined in build_scop_depth()
533 || harmful_loop_in_region (combined)) in build_scop_depth()
539 s = combined; in build_scop_depth()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-scop-detection.cc502 sese_l combined (entry, exit); in merge_sese() local
504 DEBUG_PRINT (dp << "[merged-sese] s1: "; print_sese (dump_file, combined)); in merge_sese()
506 return combined; in merge_sese()
531 sese_l combined = merge_sese (s, next); in build_scop_depth() local
532 if (! combined in build_scop_depth()
533 || harmful_loop_in_region (combined)) in build_scop_depth()
539 s = combined; in build_scop_depth()
H A Dtree-predcom.cc302 has_max_use_after (false), all_always_accessed (false), combined (false), in chain()
343 unsigned combined : 1; member
606 chain->combined ? " (combined)" : ""); in dump_chain()
2153 gcc_assert (!chain->combined); in execute_load_motion()
2294 if (chain->combined) in execute_pred_commoning_chain()
2387 if (chain->combined) in determine_unroll_factor()
2434 else if (chain->combined) in execute_pred_commoning()
2591 return (!chain->combined in chain_can_be_combined_p()
2939 ch1->combined = true; in combine_chains()
2940 ch2->combined = true; in combine_chains()
[all …]
/netbsd-src/external/gpl2/libmalloc/lib/
H A DMakefile7 SRCS+= combined.c
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DEVP_MD_meth_new.pod98 combined with EVP_MD_FLAG_DIGALGID_ABSENT, the latter will override.>
103 parameter be left absent by default. I<Note: if combined with
109 B<EVP_MD_FLAG_DIGALGID_ABSENT> as default. I<Note: if combined with
/netbsd-src/external/bsd/unbound/dist/winrc/
H A Drsrc_unbound_control.rc7 1 ICON "winrc/combined.ico"
H A Drsrc_unbound_checkconf.rc7 1 ICON "winrc/combined.ico"
H A Drsrc_unbound_anchor.rc7 1 ICON "winrc/combined.ico"
H A Drsrc_unbound_host.rc7 1 ICON "winrc/combined.ico"

12345678910>>...30