Home
last modified time | relevance | path

Searched refs:translated (Results 1 – 25 of 85) sorted by relevance

1234

/external/openssl/crypto/dso/
Ddso_dlfcn.c337 char *translated; in dlfcn_name_converter() local
350 translated = OPENSSL_malloc(rsize); in dlfcn_name_converter()
351 if(translated == NULL) in dlfcn_name_converter()
360 sprintf(translated, "lib%s.so", filename); in dlfcn_name_converter()
362 sprintf(translated, "%s.so", filename); in dlfcn_name_converter()
365 sprintf(translated, "%s", filename); in dlfcn_name_converter()
366 return(translated); in dlfcn_name_converter()
Ddso_dl.c322 char *translated; in dl_name_converter() local
334 translated = OPENSSL_malloc(rsize); in dl_name_converter()
335 if(translated == NULL) in dl_name_converter()
344 sprintf(translated, "lib%s%s", filename, extension); in dl_name_converter()
346 sprintf(translated, "%s%s", filename, extension); in dl_name_converter()
349 sprintf(translated, "%s", filename); in dl_name_converter()
350 return(translated); in dl_name_converter()
Ddso_win32.c621 char *translated; in win32_name_converter() local
630 translated = OPENSSL_malloc(len + 5); in win32_name_converter()
633 translated = OPENSSL_malloc(len + 1); in win32_name_converter()
634 if(translated == NULL) in win32_name_converter()
641 sprintf(translated, "%s.dll", filename); in win32_name_converter()
643 sprintf(translated, "%s", filename); in win32_name_converter()
644 return(translated); in win32_name_converter()
/external/qemu/docs/
DCPU-EMULATION.TXT11 Each fragment is translated into a "translated block" (a.k.a. TB) of host
22 emulated CPU: one for translated kernel code, and one for translated
45 instruction is translated into a series of host machine instructions that will
60 translated from user-level code.
62 This means that a memory load in the kernel will not be translated into the
/external/zlib/contrib/pascal/
Dreadme.txt28 translated directly into Pascal types of similar sizes (Integer,
42 - The gz* function interfaces are not translated, to avoid
45 cannot be translated into Pascal.
/external/clearsilver/python/examples/trans/testroot/tmpl/
Dtest1.cs5 This is an html file language string which should be translated..</p>
Dtest1.hdf4 hdflang [Lang] = This is a language string and should be translated
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-natt52 # the translated address, use the following policy:
/external/icu4c/data/unidata/
DPropertyAliases.txt14 # The names may be translated in appropriate environments, and additional
DPropertyValueAliases.txt14 # The names may be translated in appropriate environments, and additional
/external/clearsilver/python/examples/trans/
DREADME33 override HDF lang strings with the proper values from the translated
/external/icu4c/extra/uconv/resources/
Droot.txt11 // translated. The base translation might change!
Dfr.txt11 // translated. The base translation might change!
/external/bison/m4/
Dpo_gl.m4171 # which are not translated in the desiredlang catalog).
373 # which are not translated in the desiredlang catalog).
/external/bison/djgpp/
Dconfig.sed108 # 1) The given srcdir value is always translated from the
/external/clearsilver/util/regex/
Dregex.c2089 int translated = TRANSLATE (ch); local
2096 SET_LIST_BIT (translated);
2101 SET_LIST_BIT (translated);
2106 SET_LIST_BIT (translated);
/external/tinyxml/
Dreadme.txt172 and Simplified Chinese. (Hopefully they are translated correctly). The file
194 These are recognized when the XML document is read, and translated to there
/external/elfutils/
DABOUT-NLS13 this package with messages translated.
/external/e2fsprogs/
DABOUT-NLS13 this package with messages translated.
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Atari/
DAtari.patches57 LF as EOL char. Therefore all I/O must be translated using f* calls.
805 X LF as EOL char. Therefore all I/O must be translated using f* calls.
/external/bison/
DABOUT-NLS13 this package with messages translated.
/external/bluez/libs/
DNOTICE68 either verbatim or with modifications and/or translated into another
/external/elfutils/m4/
Dgettext.m4461 # which are not translated in the desiredlang catalog).
/external/elfcopy/
DNOTICE68 either verbatim or with modifications and/or translated into another
/external/bluez/hcidump/
DNOTICE68 either verbatim or with modifications and/or translated into another

1234