Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 39) 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.c94 char *C, **P; in setenv() local
110 if ((C = __findenv(name, (int)(np - name), &offset)) != NULL) { in setenv()
115 if (strlen(C) >= l_value) { /* old larger; copy over */ in setenv()
116 while ((*C++ = *value++)) in setenv()
147 for (C = environ[offset]; (*C = *name++) && *C != '='; ++C) in setenv()
149 for (*C++ = '='; (*C++ = *value++); ) in setenv()
/bionic/libstdc++/include/
Dnew2 * Copyright (C) 2008 The Android Open Source Project
21 extern "C++" {
47 } // extern C++
/bionic/benchmarks/
DNOTICE1 Copyright (C) 2012 The Android Open Source Project
17 Copyright (C) 2013 The Android Open Source Project
33 Copyright (C) 2014 The Android Open Source Project
49 Copyright (C) 2017 The Android Open Source Project
65 Copyright (C) 2018 The Android Open Source Project
81 Copyright (C) 2018 The Android Open Source Project
109 Copyright (C) 2019 The Android Open Source Project
125 Copyright (C) 2019 The Android Open Source Project
153 Copyright (C) 2020 The Android Open Source Project
181 Copyright (C) 2022 The Android Open Source Project
[all …]
/bionic/tests/
DNOTICE1 Copyright (C) 2012 The Android Open Source Project
17 Copyright (C) 2013 The Android Open Source Project
33 Copyright (C) 2013 The Android Open Source Project
61 Copyright (C) 2014 The Android Open Source Project
77 Copyright (C) 2015 The Android Open Source Project
93 Copyright (C) 2015 The Android Open Source Project
121 Copyright (C) 2016 The Android Open Source Project
137 Copyright (C) 2016 The Android Open Source Project
165 Copyright (C) 2017 The Android Open Source Project
181 Copyright (C) 2017 The Android Open Source Project
[all …]
/bionic/tools/
DNOTICE1 Copyright (C) 2016 The Android Open Source Project
17 Copyright (C) 2018 The Android Open Source Project
/bionic/libdl/
DNOTICE1 Copyright (C) 2007 The Android Open Source Project
17 Copyright (C) 2016 The Android Open Source Project
Dlibdl_android.map.txt2 # Copyright (C) 2019 The Android Open Source Project
Dlibdl.map.txt2 # Copyright (C) 2015 The Android Open Source Project
/bionic/linker/
DNOTICE1 Copyright (C) 2007 The Android Open Source Project
29 Copyright (C) 2008 The Android Open Source Project
57 Copyright (C) 2012 The Android Open Source Project
85 Copyright (C) 2013 The Android Open Source Project
113 Copyright (C) 2014 The Android Open Source Project
141 Copyright (C) 2015 The Android Open Source Project
169 Copyright (C) 2016 The Android Open Source Project
197 Copyright (C) 2017 The Android Open Source Project
225 Copyright (C) 2018 The Android Open Source Project
253 Copyright (C) 2019 The Android Open Source Project
[all …]
/bionic/libc/tools/
DAndroid.bp16 // Generate the C++ policy sources for app and system seccomp-bpf filters.
/bionic/libstdc++/
DNOTICE1 Copyright (C) 2008 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/libfdtrack/
DNOTICE1 Copyright (C) 2019 The Android Open Source Project
29 Copyright (C) 2020 The Android Open Source Project
/bionic/
DREADME.md4 C library, math library, and dynamic linker.
14 The C library. Stuff like `fopen(3)` and `kill(2)`.
30 The C++ ABI support functions. The C++ compiler doesn't know how to implement
85 # use are a mixture of headers provided by the C library itself (which,
87 # kernel. This is because ISO C and POSIX will say things like "there is
137 # This is the biggest mess. The C++ files are files we own, typically
139 # can't use any of the BSD implementations. The C files are usually
142 # switching the file to C++ and cleaning it up.
173 least one other C library (typically glibc/musl or Apple's libc).
208 signatures). If there's a similar function already in the C library,
/bionic/docs/
DEINTR.md27 C program that doesn't use any libraries, you can't realistically make this
49 doing I/O works in Java behind the scenes!). As usual, C/C++ choose the more
DREADME.md4 C library, math library, and dynamic linker.
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 …]
/bionic/tests/headers/posix/
DAndroid.bp2 // Copyright (C) 2017 The Android Open Source Project
/bionic/linker/testdata/
DAndroid.bp1 // Copyright (C) 2024 The Android Open Source Project
/bionic/apex/
Dcom.android.runtime.pem35 0C/6Ruj0qDk51WBA6icuB2flf9AgB+595OQ7wjexFtvRM03UrzUtvsHEtvwfiW2M
/bionic/benchmarks/linker_relocation/
Drun_bench_with_ninja.sh36 --cc CC C compiler driver to compiler the benchmark with
DAndroid.bp1 // Copyright (C) 2019 The Android Open Source Project
/bionic/libc/kernel/
DREADME.md15 They can be included from C++, or when compiling code in strict ANSI mode.
16 They can be also included before or after any Bionic C library header.
/bionic/libm/
DNOTICE2 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
12 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
25 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
38 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
52 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
62 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
75 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
88 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
99 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
113 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
[all …]

12