| /src/external/gpl3/gcc/dist/gcc/ |
| exec-tool.in | 37 original=$ORIGINAL_AS_FOR_TARGET 45 original=$ORIGINAL_LD_BFD_FOR_TARGET 48 original=$ORIGINAL_LD_GOLD_FOR_TARGET 54 original=$ORIGINAL_PLUGIN_LD_FOR_TARGET 56 original=$ORIGINAL_LD_FOR_TARGET 61 if test "$original" = ../gold/ld-new$exeext; then 71 original=$ORIGINAL_NM_FOR_TARGET 76 original=$ORIGINAL_DSYMUTIL_FOR_TARGET 84 case "$original" in 114 exec $original ${1+"$@" [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| exec-tool.in | 37 original=$ORIGINAL_AS_FOR_TARGET 45 original=$ORIGINAL_LD_BFD_FOR_TARGET 48 original=$ORIGINAL_LD_GOLD_FOR_TARGET 54 original=$ORIGINAL_PLUGIN_LD_FOR_TARGET 56 original=$ORIGINAL_LD_FOR_TARGET 61 if test "$original" = ../gold/ld-new$exeext; then 71 original=$ORIGINAL_NM_FOR_TARGET 76 original=$ORIGINAL_DSYMUTIL_FOR_TARGET 84 case "$original" in 114 exec $original ${1+"$@" [all...] |
| /src/bin/sleep/ |
| sleep.c | 80 time_t original; local 166 original = ntime.tv_sec; 167 if (original < 86400) { 169 original++; 204 report(ntime.tv_sec, original, msg); 210 report(const time_t remain, const time_t original, const char * const msg) 213 warnx("In the final moments of the original" 214 " %g%s second%s", (double)original, msg, 215 original == 1 && *msg == '\0' ? "" : "s"); 218 " out of the original %g%s" [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| bio_comp_test.c | 28 static unsigned char *original = NULL; variable 54 osize = BIO_write(bcomp, original, size); 68 || !TEST_mem_eq(original, osize, result, rsize)) 86 original = OPENSSL_malloc(BUFFER_SIZE); 89 if (!TEST_ptr(original) || !TEST_ptr(result)) 95 memset(original, 0, BUFFER_SIZE); 99 memset(original, 1, BUFFER_SIZE); 104 original[i] = i & 0xFF; 108 if (!TEST_int_gt(RAND_bytes(original, BUFFER_SIZE), 0)) 119 OPENSSL_free(original); [all...] |
| /src/external/ibm-public/postfix/dist/src/util/ |
| translit.c | 11 /* char *translit(buf, original, replacement) 13 /* char *original; 42 char *translit(char *string, const char *original, const char *replacement) 51 for (op = original; *op != 0; op++) { 53 *cp = replacement[op - original];
|
| /src/tests/usr.bin/xlint/lint1/ |
| parse_init_declarator.c | 35 int original __symbolrename(renamed);
|
| /src/crypto/external/apache2/openssl/dist/VMS/ |
| translatesyms.pl | 14 # the original symbols to the shortened variants. 26 # from the original one. 39 (my $translated, my $original) = split /\$/; 40 $translations{$original} = $translated.'$';
|
| /src/crypto/external/bsd/openssl/dist/VMS/ |
| translatesyms.pl | 14 # the original symbols to the shortened variants. 26 # from the original one. 39 (my $translated, my $original) = split /\$/; 40 $translations{$original} = $translated.'$';
|
| /src/crypto/external/bsd/openssl.old/dist/VMS/ |
| translatesyms.pl | 14 # the original symbols to the shortened variants. 26 # from the original one. 39 (my $translated, my $original) = split /\$/; 40 $translations{$original} = $translated.'$';
|
| /src/external/gpl2/gettext/dist/build-aux/ |
| elisp-comp | 42 so disregarding the original directories used in `.el' arguments.
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| mi-pending.exp | 62 -original-location "pendfunc1" 70 -enabled y -original-location pendfunc1 \ 88 -original-location "${libfile1}.c:pendfunc2" 108 # We should not stop on the conditional breakpoint yet, but we stop on the original bp. 133 -times "0" -original-location "pendfunc3"]
|
| mi-dprintf-pending.exp | 53 -original-location "pendfunc1" \
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/ |
| mi-pending.exp | 62 -original-location "pendfunc1" 70 -disp keep -enabled y -original-location pendfunc1 \ 88 -original-location "${libfile1}.c:pendfunc2" 108 # We should not stop on the conditional breakpoint yet, but we stop on the original bp. 133 -times "0" -original-location "pendfunc3"]
|
| mi-dprintf-pending.exp | 53 -original-location "pendfunc1"]
|
| /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.exceptions/ |
| chain.d | 62 catch (Error original) 66 for ({ size_t i; Throwable ex = original; } ex; ex = ex.next, ++i) 73 for ({ size_t i; Throwable ex = original.bypassedException; } ex; ex = ex.next, ++i)
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
| quantizer.d | 130 auto original = (() @trusted => b.ptr[0 .. allocated])(); 132 if (!parent.expand(original, neededAllocation - allocated)) 135 b = (() @trusted => original.ptr[0 .. needed])(); 168 auto original = b.ptr[0 .. allocated]; 169 if (!parent.reallocate(original, toAllocate)) return false; 170 b = original.ptr[0 .. s]; 199 auto original = b.ptr[0 .. allocated]; 200 if (!parent.alignedReallocate(original, toAllocate, a)) return false; 201 b = original.ptr[0 .. s];
|
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| ARCMigrate.cpp | 127 CXString *original, CXString *transformed) { 128 if (original) 129 *original = cxstring::createDup(
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| hw-properties.h | 50 const struct hw_property *original; member in struct:hw_property 59 #define hw_property_original(p) ((p)->original + 0) 248 const struct hw_property *original);
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| hw-properties.h | 50 const struct hw_property *original; member in struct:hw_property 59 #define hw_property_original(p) ((p)->original + 0) 248 const struct hw_property *original);
|
| /src/external/bsd/nsd/dist/ |
| nsec3.c | 1043 struct domain* original) 1050 if(original == query->zone->apex) { 1053 if(original->nsec3 && original->nsec3->nsec3_is_exact) 1055 original->nsec3->nsec3_cover); 1059 nsec3_add_ds_proof(query, answer, original, 0); 1061 if (original==original->wildcard_child_closest_match 1062 && label_is_wildcard(dname_name(domain_dname(original)))) { 1066 if(original->parent && original->parent->nsec3 & [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| root.h | 31 char *original; /* The complete source CVSroot string. */ member in struct:cvsroot_s
|
| /src/sys/lib/libkern/arch/m68k/ |
| udivsi3.S | 95 | to adjust this quotient, we multiply it by the original 96 | divisor and subtract the result from the original dividend. 100 | too big, and the subtraction result plus the original 118 moveal %d2, %a1 | save original divisor 122 movel 8(%sp), %d1 | load original dividend
|
| /src/external/bsd/kyua-testers/dist/ |
| fs.c | 505 /// \param original The path to convert; may already be absolute. 512 kyua_fs_make_absolute(const char* original, char** const output) 514 if (original[0] == '/') { 515 *output = (char*)malloc(strlen(original) + 1); 518 strcpy(*output, original); 528 error = kyua_fs_concat(output, current_path, original, NULL);
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| staticcond.d | 37 * original = original expression, for error messages 44 bool evalStaticCondition(Scope* sc, Expression original, Expression e, out bool errors, Expressions* negatives = null) 130 * original = original expression 137 * instantiated expression is not based on the original one 139 const(char)* visualizeStaticCondition(Expression original, Expression instantiated, 142 if (!original || !instantiated || original.loc !is instantiated.loc) 148 itemCount = visualizeFull(original, instantiated, negatives, buf) [all...] |
| /src/tests/usr.bin/patch/ |
| t_patch.sh | 83 printf '%s\n' 'original file' > to_patch 89 -original text 108 printf '%s\n' 'original file' > to_patch 114 -original text 124 printf '%s\n' 'original file' > to_patch 131 printf '%s\n' 'original file' > to_patch 145 printf '%s\n' 'original file' > to_patch 151 -original text 169 # Make sure the backup files match the original files.
|