| /src/crypto/external/apache2/openssl/dist/crypto/dso/ |
| dso_dl.c | 213 char *translated; local 225 translated = OPENSSL_malloc(rsize); 226 if (translated == NULL) { 231 BIO_snprintf(translated, rsize, 237 BIO_snprintf(translated, rsize, "%s", filename); 238 return translated;
|
| dso_dlfcn.c | 246 char *translated; local 258 translated = OPENSSL_malloc(rsize); 259 if (translated == NULL) { 265 BIO_snprintf(translated, rsize, "lib%s" DSO_EXTENSION, filename); 267 BIO_snprintf(translated, rsize, "%s" DSO_EXTENSION, filename); 269 BIO_snprintf(translated, rsize, "%s", filename); 271 return translated;
|
| dso_vms.c | 468 char *translated; local 485 if ((translated = OPENSSL_malloc(rsize)) != NULL) { 489 strncpy(translated, filename, len); 490 translated[len] = '\0'; 491 strcat(translated, DSO_EXTENSION); 493 strcat(translated, p); 496 translated = OPENSSL_strdup(filename); 498 return translated;
|
| dso_win32.c | 443 char *translated; local 452 translated = OPENSSL_malloc(len); 453 if (translated == NULL) { 457 BIO_snprintf(translated, len, "%s%s", filename, transform ? ".dll" : ""); 458 return translated;
|
| /src/crypto/external/bsd/openssl/dist/crypto/dso/ |
| dso_dl.c | 221 char *translated; local 233 translated = OPENSSL_malloc(rsize); 234 if (translated == NULL) { 239 BIO_snprintf(translated, rsize, 243 BIO_snprintf(translated, rsize, "%s", filename); 244 return translated;
|
| dso_dlfcn.c | 255 char *translated; local 267 translated = OPENSSL_malloc(rsize); 268 if (translated == NULL) { 274 BIO_snprintf(translated, rsize, "lib%s" DSO_EXTENSION, filename); 276 BIO_snprintf(translated, rsize, "%s" DSO_EXTENSION, filename); 278 BIO_snprintf(translated, rsize, "%s", filename); 280 return translated;
|
| dso_vms.c | 456 char *translated; local 473 if ((translated = OPENSSL_malloc(rsize)) != NULL) { 477 strncpy(translated, filename, len); 478 translated[len] = '\0'; 479 strcat(translated, DSO_EXTENSION); 481 strcat(translated, p); 484 translated = OPENSSL_strdup(filename); 486 return translated;
|
| dso_win32.c | 454 char *translated; local 465 translated = OPENSSL_malloc(len); 466 if (translated == NULL) { 470 BIO_snprintf(translated, len, "%s%s", filename, transform ? ".dll" : ""); 471 return translated;
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/dso/ |
| dso_dl.c | 213 char *translated; local 225 translated = OPENSSL_malloc(rsize); 226 if (translated == NULL) { 232 sprintf(translated, "lib%s%s", filename, DSO_EXTENSION); 234 sprintf(translated, "%s%s", filename, DSO_EXTENSION); 236 sprintf(translated, "%s", filename); 237 return translated;
|
| dso_dlfcn.c | 255 char *translated; local 267 translated = OPENSSL_malloc(rsize); 268 if (translated == NULL) { 274 snprintf(translated, rsize, "lib%s" DSO_EXTENSION, filename); 276 snprintf(translated, rsize, "%s" DSO_EXTENSION, filename); 278 sprintf(translated, "%s", filename); 279 return translated;
|
| dso_win32.c | 455 char *translated; local 464 translated = OPENSSL_malloc(len + 5); 467 translated = OPENSSL_malloc(len + 1); 468 if (translated == NULL) { 473 sprintf(translated, "%s.dll", filename); 475 sprintf(translated, "%s", filename); 476 return translated;
|
| /src/external/gpl2/xcvs/dist/src/ |
| root.c | 177 * root_in The root to be translated. 180 * A translated string this function owns, or a pointer to the original 183 * If the returned string is the translated one, it may be overwritten 190 char *translated; local 204 translated = 208 if (previous && previous != translated) 210 return previous = translated; 223 * root_in The root to be translated. 226 * A translated string this function owns, or a pointer to the original 229 * If the returned string is the translated one, it may be overwritte 236 char *translated; local [all...] |
| buffer.c | 1268 where each packet is translated in some fashion. The packetizing 1277 size of the initial data is part of the translated data. The 1300 This should set *TRANSLATED to the amount of translated data in 1304 size_t size, size_t *translated); 1308 /* This is non-zero if the buffered data has been translated. 1309 Otherwise, the buffered data has not been translated, and starts 1311 bool translated; member in struct:packetizing_buffer 1318 /* If translated is set, we need another data pointer to track 1319 where we are in holdbuf. If translated is clear, then thi 1604 size_t size, translated; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-pre.cc | 1403 of the translated expression. */ 1435 sure to use the value of the translated expression. 1482 fprintf (dump_file, " translated %d -> %d to ", 1645 if we can insert the translated expression. So fail 1788 pre_expr translated = phi_translate (dest, expr, set, NULL, e); local 1789 if (!translated) 1792 bitmap_insert_into_set (dest, translated); 2229 invalid if translated from ANTIC_OUT to ANTIC_IN. */ 2402 invalid if translated from PA_OUT to PA_IN. */ 3362 value of the expression, translated [all...] |
| tree-ssa-alias.cc | 3873 bool translated = false; local 3907 &visited, translated, translate, data); 3932 translated = translated || disambiguate_only == TR_TRANSLATE;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-alias.cc | 3800 bool translated = false; local 3834 &visited, translated, translate, data); 3859 translated = translated || disambiguate_only == TR_TRANSLATE;
|
| tree-ssa-pre.cc | 1415 of the translated expression. */ 1447 sure to use the value of the translated expression. 1494 fprintf (dump_file, " translated %d -> %d to ", 1657 if we can insert the translated expression. So fail 1799 pre_expr translated = phi_translate (dest, expr, set, NULL, e); local 1800 if (!translated) 1803 bitmap_insert_into_set (dest, translated); 2232 invalid if translated from ANTIC_OUT to ANTIC_IN. */ 2400 invalid if translated from PA_OUT to PA_IN. */ 3354 value of the expression, translated [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/misc/ |
| po-mode.el | 604 (defvar po-translated-counter) 671 t T Translated /v Version info 706 ["Next translated" po-next-translated-entry 708 '(:help "Jump to next translated entry"))] 726 ["Previous translated" po-previous-translated-entry 728 '(:help "Jump to previous translated entry"))] 999 (define-key po-mode-map "t" 'po-next-translated-entry) 1012 (define-key po-mode-map "T" 'po-previous-translated-entry [all...] |
| /src/external/bsd/libevent/dist/ |
| http.c | 3343 char *translated; local 3349 if ((translated = mm_malloc(offset + 1)) == NULL) 3351 evhttp_decode_uri_internal(path, offset, translated, 3355 if (!strcmp(cb->what, translated)) { 3356 mm_free(translated); 3361 mm_free(translated);
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| http.c | 3341 char *translated; local 3347 if ((translated = mm_malloc(offset + 1)) == NULL) 3349 evhttp_decode_uri_internal(path, offset, translated, 3353 if (!strcmp(cb->what, translated)) { 3354 mm_free(translated); 3359 mm_free(translated);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-xtensa.c | 6195 bool translated; 6207 bool translated) 6217 fix->translated = translated; 10055 section. If it has already been translated, no work is required. */ 10066 if (fix->translated) 10075 fix->translated = true; 10081 /* The fix does not need to be translated if the section cannot change. */ 10085 fix->translated = true; 10124 new_fix.translated = true 6177 bool translated; member in struct:reloc_bfd_fix_struct [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-xtensa.c | 6195 bool translated; 6207 bool translated) 6217 fix->translated = translated; 10055 section. If it has already been translated, no work is required. */ 10066 if (fix->translated) 10075 fix->translated = true; 10081 /* The fix does not need to be translated if the section cannot change. */ 10085 fix->translated = true; 10124 new_fix.translated = true 6177 bool translated; member in struct:reloc_bfd_fix_struct [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-xtensa.c | 6193 bool translated; 6205 bool translated) 6215 fix->translated = translated; 10053 section. If it has already been translated, no work is required. */ 10064 if (fix->translated) 10073 fix->translated = true; 10079 /* The fix does not need to be translated if the section cannot change. */ 10083 fix->translated = true; 10122 new_fix.translated = true 6175 bool translated; member in struct:reloc_bfd_fix_struct [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-xtensa.c | 6199 bool translated; 6211 bool translated) 6221 fix->translated = translated; 10059 section. If it has already been translated, no work is required. */ 10070 if (fix->translated) 10079 fix->translated = true; 10085 /* The fix does not need to be translated if the section cannot change. */ 10089 fix->translated = true; 10128 new_fix.translated = true 6181 bool translated; member in struct:reloc_bfd_fix_struct [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| gfortran.h | 2253 unsigned translated:1; member in struct:gfc_namespace
|