| /src/usr.bin/make/unit-tests/ |
| opt-no-action-runflags.exp | 1 begin combined 33 end combined
|
| opt-jobs-no-action.mk | 13 # opt-no-action-combined.mk 37 all: explained combined 38 .ORDER: explained combined 80 combined: combined-begin 82 combined-begin: .PHONY 83 @+echo hide-from-output 'begin combined' 89 . for target in combined-silent-${silent}-always-${always}-ignerr-${ignerr} 90 combined: .WAIT ${target} .WAIT 100 combined: combined-en [all...] |
| opt-no-action-runflags.mk | 4 # combined with the RunFlags '@', '-', '+' for individual commands. 12 all: .PHONY combined 21 combined: .PHONY
|
| opt-jobs-no-action.exp | 18 begin combined 60 end combined
|
| varmod-order.mk | 27 # combined.
|
| /src/external/gpl2/libmalloc/lib/ |
| Makefile | 7 SRCS+= combined.c
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| errors.cc | 92 std::string combined = perror_string (string, errnum); local 94 error (_("%s."), combined.c_str ());
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| errors.cc | 92 std::string combined = perror_string (string, errnum); local 94 error (_("%s."), combined.c_str ());
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| setenv.c | 107 __add_to_environ (const char *name, const char *value, const char *combined, 150 if (combined != NULL) 153 new_environ[size] = (char *) combined; 220 if (combined != NULL) 221 np = (char *) combined;
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| setenv.c | 107 __add_to_environ (const char *name, const char *value, const char *combined, 150 if (combined != NULL) 153 new_environ[size] = (char *) combined; 220 if (combined != NULL) 221 np = (char *) combined;
|
| /src/external/gpl2/xcvs/dist/lib/ |
| setenv.c | 110 __add_to_environ (const char *name, const char *value, const char *combined, 153 if (combined != NULL) 156 new_environ[size] = (char *) combined; 223 if (combined != NULL) 224 np = (char *) combined;
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| setenv.c | 113 __add_to_environ (const char *name, const char *value, const char *combined, 159 if (combined != NULL) 162 new_environ[size] = (char *) combined; 229 if (combined != NULL) 230 np = (char *) combined;
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| setenv.c | 113 __add_to_environ (const char *name, const char *value, const char *combined, 159 if (combined != NULL) 162 new_environ[size] = (char *) combined; 229 if (combined != NULL) 230 np = (char *) combined;
|
| /src/external/bsd/unbound/dist/testcode/ |
| petal.c | 550 char combined[2048]; local 562 snprintf(combined, sizeof(combined), "%s%s", host, file); 571 printf("%s requests %s\n", out, combined); 575 provide_file_10(ssl, combined); 576 else provide_file_chunked(ssl, combined);
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/arm/ |
| aes-armv4.S | 24 @ in one instruction and emit combined result every cycle. The module
|
| /src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ |
| aes-armv4.S | 24 @ in one instruction and emit combined result every cycle. The module
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/data/ |
| gen-req.sh | 105 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 \
|
| /src/external/gpl3/gcc/dist/gcc/ |
| graphite-scop-detection.cc | 511 sese_l combined (entry, exit); 513 DEBUG_PRINT (dp << "[merged-sese] s1: "; print_sese (dump_file, combined)); 515 return combined; 565 sese_l combined = merge_sese (s, next); local 566 if (! combined 567 || harmful_loop_in_region (combined)) 573 s = combined; 803 /* Go through all loops and check that they are still valid in the combined
|
| tree-predcom.cc | 87 4) The chains are combined together if possible. If the corresponding 88 elements of two chains are always combined together with the same 302 has_max_use_after (false), all_always_accessed (false), combined (false), 309 combined, and the type of the result. */ 342 /* True if this chain was combined together with some other chain. */ 343 unsigned combined : 1; member in struct:chain 518 /* Checks whether R1 and R2 are combined together using CODE, with the 525 they are combined in a single statement, and returns this statement. */ 606 chain->combined ? " (combined)" : "") [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| graphite-scop-detection.cc | 502 sese_l combined (entry, exit); 504 DEBUG_PRINT (dp << "[merged-sese] s1: "; print_sese (dump_file, combined)); 506 return combined; 531 sese_l combined = merge_sese (s, next); local 532 if (! combined 533 || harmful_loop_in_region (combined)) 539 s = combined; 700 /* Go through all loops and check that they are still valid in the combined
|
| tree-predcom.cc | 87 4) The chains are combined together if possible. If the corresponding 88 elements of two chains are always combined together with the same 302 has_max_use_after (false), all_always_accessed (false), combined (false), 309 combined, and the type of the result. */ 342 /* True if this chain was combined together with some other chain. */ 343 unsigned combined : 1; member in struct:chain 518 /* Checks whether R1 and R2 are combined together using CODE, with the 525 they are combined in a single statement, and returns this statement. */ 606 chain->combined ? " (combined)" : "") [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| coffgen.c | 2206 combined_entry_type *combined = coffsymbol (symbol)->native; local 2210 fprintf (file, "[%3ld]", (long) (combined - root)); 2213 if (combined < obj_raw_syments (abfd) 2214 || combined >= obj_raw_syments (abfd) + obj_raw_syment_count (abfd)) 2220 BFD_ASSERT (combined->is_sym); 2221 if (! combined->fix_value) 2222 val = (bfd_vma) combined->u.syment.n_value; 2224 val = (((uintptr_t) combined->u.syment.n_value - (uintptr_t) root) 2228 combined->u.syment.n_scnum, 2229 combined->u.syment.n_flags [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| coffgen.c | 2198 combined_entry_type *combined = coffsymbol (symbol)->native; local 2202 fprintf (file, "[%3ld]", (long) (combined - root)); 2205 if (combined < obj_raw_syments (abfd) 2206 || combined >= obj_raw_syments (abfd) + obj_raw_syment_count (abfd)) 2212 BFD_ASSERT (combined->is_sym); 2213 if (! combined->fix_value) 2214 val = (bfd_vma) combined->u.syment.n_value; 2216 val = (((uintptr_t) combined->u.syment.n_value - (uintptr_t) root) 2220 combined->u.syment.n_scnum, 2221 combined->u.syment.n_flags [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| coffgen.c | 2181 combined_entry_type *combined = coffsymbol (symbol)->native; local 2185 fprintf (file, "[%3ld]", (long) (combined - root)); 2188 if (combined < obj_raw_syments (abfd) 2189 || combined >= obj_raw_syments (abfd) + obj_raw_syment_count (abfd)) 2195 BFD_ASSERT (combined->is_sym); 2196 if (! combined->fix_value) 2197 val = (bfd_vma) combined->u.syment.n_value; 2199 val = (((uintptr_t) combined->u.syment.n_value - (uintptr_t) root) 2203 combined->u.syment.n_scnum, 2204 combined->u.syment.n_flags [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| coffgen.c | 2182 combined_entry_type *combined = coffsymbol (symbol)->native; local 2186 fprintf (file, "[%3ld]", (long) (combined - root)); 2189 if (combined < obj_raw_syments (abfd) 2190 || combined >= obj_raw_syments (abfd) + obj_raw_syment_count (abfd)) 2196 BFD_ASSERT (combined->is_sym); 2197 if (! combined->fix_value) 2198 val = (bfd_vma) combined->u.syment.n_value; 2200 val = (((uintptr_t) combined->u.syment.n_value - (uintptr_t) root) 2204 combined->u.syment.n_scnum, 2205 combined->u.syment.n_flags [all...] |