/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | stpcpy.c | 40 stpcpy(char *to, const char *from) in stpcpy() argument 42 for (; (*to = *from) != '\0'; ++from, ++to); in stpcpy()
|
D | strcpy.c | 40 strcpy(char *to, const char *from) in strcpy() argument 44 for (; (*to = *from) != '\0'; ++from, ++to); in strcpy()
|
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wcpcpy.c | 41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) in wcpcpy() argument 44 for (; (*to = *from); ++from, ++to); in wcpcpy()
|
/bionic/tests/ |
D | dlext_private.h | 94 extern bool android_link_namespaces(android_namespace_t* from, 98 extern bool android_link_namespaces_all_libs(android_namespace_t* from,
|
D | fortify_filecheck_diagnostics_test.cpp | 291 char from[4] = {0}; in test_memset_args_flipped() local 296 memset(from, sizeof(from), 0); in test_memset_args_flipped()
|
/bionic/libc/arch-mips/string/ |
D | strcpy.c | 170 strcpy (char *to, const char *from) in strcpy() argument 177 for (; (*to = *from) != '\0' && ((size_t) from % sizeof (op_t)) != 0; ++from, ++to); in strcpy() 189 src = (const op_t *) from; in strcpy()
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_connbytes.h | 34 __aligned_u64 from; member
|
/bionic/libdl/ |
D | Android.bp | 39 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from 41 // a) pull symbols from libgcc.a and b) depend on libdl.so will not rely on libdl.so 42 // to provide those symbols, but will instead pull them from libgcc.a. Specifically, 43 // we use this property to make sure libc.so has its own copy of the code from 120 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from 122 // a) pull symbols from libgcc.a and b) depend on libdl.so will not rely on libdl.so 123 // to provide those symbols, but will instead pull them from libgcc.a. Specifically, 124 // we use this property to make sure libc.so has its own copy of the code from
|
/bionic/libc/kernel/uapi/linux/ |
D | nbd.h | 55 __be64 from; member
|
D | iso_fs.h | 23 #define ISODCL(from,to) (to - from + 1) argument
|
D | userfaultfd.h | 57 __u64 from; member
|
/bionic/tests/libs/ |
D | segment_gap_outer.lds | 15 # Now create the gap. We need a text segment first to prevent the linker from
|
/bionic/tools/bionicbb/ |
D | README.md | 33 The client secret file comes from the Gmail API page of the [Google Developers 39 `~/.netrc`. The HTTP password can be obtained from the [Gerrit HTTP password 86 The build listener service responds to HTTP POST events sent from Jenkins and 88 will remove a Verified-1 from a previously rejected patchset. The actually
|
D | .gitignore | 30 # Usually these files are written by a python script from a template
|
/bionic/libc/malloc_debug/ |
D | README_api.md | 5 used to gather this data from a process. This tracking can be enabled using 47 The calls from within the malloc debug library are automatically removed. 57 if this allocation was created in a process forked from the Zygote process.
|
/bionic/linker/ |
D | ld.config.format.md | 28 # The following line maps section to a dir. Binraies ran from this location will use namespaces 68 # For every link define list of shared libraries. This is list of the libraries accessilbe from 83 # This defines what libraries are allowed to be loaded from ns1
|
D | Android.bp | 311 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols ld-android.so pulls from 313 // a) pull symbols from libgcc.a and b) depend on ld-android.so will not rely on ld-android.so 314 // to provide those symbols, but will instead pull them from libgcc.a. Specifically, 315 // we use this property to make sure libc.so has its own copy of the code from
|
/bionic/ |
D | README.md | 85 # files written by us and files taken from BSD. 90 # generate_uapi_headers.sh script should be used to go from a kernel tree to 93 # scrubbed headers from external/kernel-headers/. 99 # Contains the DNS resolver (originates from NetBSD code). 186 1. Use generate_uapi_headers.sh to go from a Linux source tree to appropriate 216 The tests are all built from the tests/ directory. 289 ### Coverage from device tests 299 `acov` will pull all coverage information from the device, push it to the right 302 ### Coverage from host tests 316 tests failures from impacting other tests. This also has the added benefit of [all …]
|
D | android-changes-for-ndk-developers.md | 53 With API 22, load order switched from depth-first to breadth-first to 116 ## Opening shared libraries directly from an APK 118 In API level 23 and above, it’s possible to open a .so file directly from 121 older releases, the .so files were extracted from the APK file 125 that you want to load directly from your APK must be page aligned 129 Note that in API level 23 and above dlopen(3) will open a library from 152 as many developers found when Android 6.0 Marshmallow switched from 156 a set of libraries that see significant use from Google Play's 183 *Potential problems*: starting from API 24 the dynamic linker will not 184 load private libraries, preventing the application from loading. [all …]
|
/bionic/libc/arch-x86/bionic/ |
D | syscall.S | 36 # Load all the arguments from the calling frame.
|
/bionic/libc/ |
D | SECCOMP_WHITELIST_APP.TXT | 13 # - syscall_name corresponds to the name of the syscall, which may differ from 53 # b/35906875. Note mips already has getuid from SYSCALLS.TXT
|
D | SECCOMP_WHITELIST_SYSTEM.TXT | 13 # - syscall_name corresponds to the name of the syscall, which may differ from
|
D | SECCOMP_BLACKLIST_COMMON.TXT | 16 # - syscall_name corresponds to the name of the syscall, which may differ from
|
/bionic/docs/ |
D | 32-bit-abi.md | 9 `fseeko` and `ftello` available. Instead they're always available from API 18 function `lseek64` were available right from the beginning in API 3. Secondly, 26 it became available for the platform, it wasn't available from the NDK until
|
/bionic/libc/kernel/ |
D | README.TXT | 16 They can be included from C++, or when compiling code in strict ANSI mode. 46 Automatically update all clean headers from the content of
|