Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 27) sorted by relevance

12

/bionic/libc/dns/include/
Dnsswitch.h119 #define NS_FILES_CB(F,C) { NSSRC_FILES, F, __UNCONST(C) }, argument
120 #define NS_COMPAT_CB(F,C) { NSSRC_COMPAT, F, __UNCONST(C) }, argument
123 # define NS_DNS_CB(F,C) { NSSRC_DNS, F, __UNCONST(C) }, argument
125 # define NS_DNS_CB(F,C) argument
129 # define NS_NIS_CB(F,C) { NSSRC_NIS, F, __UNCONST(C) }, argument
131 # define NS_NIS_CB(F,C) argument
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dsetenv.c92 char *C, **P; in setenv() local
108 if ((C = __findenv(name, (int)(np - name), &offset)) != NULL) { in setenv()
113 if (strlen(C) >= l_value) { /* old larger; copy over */ in setenv()
114 while ((*C++ = *value++)) in setenv()
143 for (C = environ[offset]; (*C = *name++) && *C != '='; ++C) in setenv()
145 for (*C++ = '='; (*C++ = *value++); ) in setenv()
/bionic/libstdc++/include/
Dnew7 extern "C++" {
33 } // extern C++
/bionic/tools/bionicbb/
D.gitignore9 # C extensions
/bionic/libdl/
Dlibdl_android.map.txt2 # Copyright (C) 2019 The Android Open Source Project
Dlibdl.map.txt2 # Copyright (C) 2015 The Android Open Source Project
/bionic/tests/headers/posix/
DAndroid.bp2 // Copyright (C) 2017 The Android Open Source Project
/bionic/libc/bionic/scudo/
DAndroid.bp2 // Copyright (C) 2019 The Android Open Source Project
/bionic/libc/malloc_debug/
DREADME_api.md10 `extern "C" void get_malloc_leak_info(uint8_t** info, size_t* overall_size, size_t* info_size, size…
25 `extern "C" void free_malloc_leak_info(uint8_t* info);`
/bionic/libc/
DSECCOMP_WHITELIST_SYSTEM.TXT15 # function, which is not the same as the standard C exit() function which calls it)
DSECCOMP_BLACKLIST_COMMON.TXT18 # function, which is not the same as the standard C exit() function which calls it)
DSECCOMP_WHITELIST_APP.TXT15 # function, which is not the same as the standard C exit() function which calls it)
DSECCOMP_BLACKLIST_APP.TXT18 # function, which is not the same as the standard C exit() function which calls it)
DNOTICE114 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
124 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
137 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
150 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
164 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
174 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
187 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
200 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
211 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
225 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
[all …]
DSECCOMP_WHITELIST_COMMON.TXT15 # function, which is not the same as the standard C exit() function which calls it)
DAndroid.bp211 // libc_freebsd.a - upstream FreeBSD C library code
311 // libc_netbsd.a - upstream NetBSD C library code
367 // libc_openbsd_ndk.a - upstream OpenBSD C library code
522 // libc_openbsd.a - upstream OpenBSD C library code
622 // libc_gdtoa.a - upstream OpenBSD C library gdtoa code
726 // libc_bionic.a - home-grown C library code
1452 // This is a version of the static C library that does not
2119 // consumed by the genseccomp.py script and converted into C++ code.
2197 // Generate the C++ policy sources for app, system, and global seccomp-bpf
/bionic/
DREADME.md4 C library, math library, and dynamic linker.
18 The C library. Stuff like `fopen(3)` and `kill(2)`.
34 The C++ ABI support functions. The C++ compiler doesn't know how to implement
116 # This is the biggest mess. The C++ files are files we own, typically
118 # can't use any of the BSD implementations. The C files are usually
121 # switching the file to C++ and cleaning it up.
152 least one other C library.
Dandroid-changes-for-ndk-developers.md148 private C/C++ symbols. Private symbols aren't tested as part of the
295 [C:\Users\build\Android\ci\jni\libBroken.so]
428 uses the C library, this decision is made long before we know what API
429 level an app targets, so all code sees the new IFUNC-using C library.
431 detect hooking of C library functions might need to fix their code to cope
/bionic/libc/kernel/
DREADME.TXT16 They can be included from C++, or when compiling code in strict ANSI mode.
17 They can be also included before or after any Bionic C library header.
/bionic/benchmarks/
DAndroid.bp2 // Copyright (C) 2013 The Android Open Source Project
/bionic/docs/
Delf-tls.md15 Thread-local variables are declared in C and C++ with a specifier, e.g.:
57 When a C/C++ file references a TLS variable, the toolchain generates instructions to find its
74 For example, if we have this C code in a shared object:
126 For example, suppose we have this C code:
153 (XXX: LD might be important for C++ `thread_local` variables -- even a single `thread_local`
162 Example: a C file for an executable:
237 For example, if we have this C code in a shared object:
291 The resolver must be written in assembly, but in C, the function looks like so:
447 # C/C++ Specifiers
449 C/C++ TLS variables are declared with a specifier:
[all …]
Dfdsan.md229 ### Enabling fdsan (as a C++ library implementer)
235 * Copyright (C) 2018 The Android Open Source Project
/bionic/tools/versioner/src/
DSymbolFileParser.cpp153 if (android::base::StartsWith(curr_line, R"(extern "C++" {)")) { in parseVersion()
/bionic/tests/
DAndroid.bp2 // Copyright (C) 2012 The Android Open Source Project
684 // The Bionic allocator has its own C++ API. It isn't packaged into its
/bionic/tests/libs/
DAndroid.bp2 // Copyright (C) 2012 The Android Open Source Project

12