Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 47) sorted by relevance

12

/bionic/libc/upstream-openbsd/lib/libc/string/
Dstpcpy.c40 stpcpy(char *to, const char *from) in stpcpy() argument
42 for (; (*to = *from) != '\0'; ++from, ++to); in stpcpy()
Dstrcpy.c40 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/
Dwcpcpy.c41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) in wcpcpy() argument
44 for (; (*to = *from); ++from, ++to); in wcpcpy()
/bionic/tests/
Ddlext_private.h94 extern bool android_link_namespaces(android_namespace_t* from,
98 extern bool android_link_namespaces_all_libs(android_namespace_t* from,
Dfortify_filecheck_diagnostics_test.cpp291 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/
Dstrcpy.c170 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/
Dxt_connbytes.h34 __aligned_u64 from; member
/bionic/libdl/
DAndroid.bp39 // 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/
Dnbd.h55 __be64 from; member
Diso_fs.h23 #define ISODCL(from,to) (to - from + 1) argument
Duserfaultfd.h57 __u64 from; member
/bionic/tests/libs/
Dsegment_gap_outer.lds15 # Now create the gap. We need a text segment first to prevent the linker from
/bionic/tools/bionicbb/
DREADME.md33 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.gitignore30 # Usually these files are written by a python script from a template
/bionic/libc/malloc_debug/
DREADME_api.md5 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/
Dld.config.format.md28 # 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
DAndroid.bp311 // 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/
DREADME.md85 # 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 …]
Dandroid-changes-for-ndk-developers.md53 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/
Dsyscall.S36 # Load all the arguments from the calling frame.
/bionic/libc/
DSECCOMP_WHITELIST_APP.TXT13 # - syscall_name corresponds to the name of the syscall, which may differ from
53 # b/35906875. Note mips already has getuid from SYSCALLS.TXT
DSECCOMP_WHITELIST_SYSTEM.TXT13 # - syscall_name corresponds to the name of the syscall, which may differ from
DSECCOMP_BLACKLIST_COMMON.TXT16 # - syscall_name corresponds to the name of the syscall, which may differ from
/bionic/docs/
D32-bit-abi.md9 `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/
DREADME.TXT16 They can be included from C++, or when compiling code in strict ANSI mode.
46 Automatically update all clean headers from the content of

12