Home
last modified time | relevance | path

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

12

/bionic/tests/
Duniqueptr_test.cpp22 struct C { struct
23 C() { ++cCount; } in C() argument
24 ~C() { --cCount; } in ~C() argument
43 UniquePtr<C> c(new C); in TEST()
48 C* rawC; in TEST()
50 UniquePtr<C> c(new C); in TEST()
58 UniquePtr<C> c(new C); in TEST()
60 c.reset(new C); in TEST()
71 UniquePtr<C[]> cs(new C[4]); in TEST()
77 UniquePtr<C[]> c(new C[4]); in TEST()
[all …]
/bionic/libc/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/
Dtypeinfo4 extern "C++" {
29 } // C++
Dcsignal3 * Copyright (C) 2009 The Android Open Source Project
34 * Standard C++ Library wrapper around the C signal.h header file.
39 extern "C++" {
48 } // extern C++
Dcsetjmp3 * Copyright (C) 2009 The Android Open Source Project
34 * Standard C++ Library wrapper around the C setjmp.h header file.
39 extern "C++" {
51 } // extern C++
Dcstddef3 * Copyright (C) 2009 The Android Open Source Project
34 * Standard C++ Library wrapper around the C stddef.h header file.
41 extern "C++" {
48 } // extern C++
Dcctype3 * Copyright (C) 2009 The Android Open Source Project
34 * Standard C++ Library wrapper around the C ctype.h header file.
39 extern "C++" {
58 } // extern C++
Dctime3 * Copyright (C) 2009 The Android Open Source Project
34 * Standard C++ Library wrapper around the C time.h header file.
40 extern "C++" {
61 } // extern C++
Dcmath3 * Copyright (C) 2009 The Android Open Source Project
34 * Standard C++ Library wrapper around the C math.h header file.
40 extern "C++" {
73 } // extern C++
Dcstring3 * Copyright (C) 2009 The Android Open Source Project
34 * Standard C++ Library wrapper around the C string.h header file.
40 extern "C++" {
68 } // extern C++
Dcstdlib3 * Copyright (C) 2009 The Android Open Source Project
34 * Standard C++ Library wrapper around the C stdlib.h header file.
38 extern "C++" {
114 } // extern C++
Dcstdio3 * Copyright (C) 2009 The Android Open Source Project
34 * Standard C++ Library wrapper around the C stdio.h header file.
39 extern "C++" {
96 } // extern C++
Dnew7 extern "C++" {
30 } // extern C++
Dclimits3 * Copyright (C) 2009 The Android Open Source Project
34 * Standard C++ Library wrapper around the C limits.h header file.
Dcstdint3 * Copyright (C) 2009 The Android Open Source Project
34 * Standard C++ Library wrapper around the C stdint.h header file.
Dcfloat3 * Copyright (C) 2009 The Android Open Source Project
34 * Standard C++ Library wrapper around the C float.h header file.
Dcerrno3 * Copyright (C) 2009 The Android Open Source Project
34 * Standard C++ Library wrapper around the C errno.h header file.
Dcassert3 * Copyright (C) 2009 The Android Open Source Project
31 * Standard C++ Library wrapper around the C assert.h header file. This file
/bionic/linker/
DNOTICE1 Copyright (C) 2007 The Android Open Source Project
17 Copyright (C) 2008 The Android Open Source Project
45 Copyright (C) 2012 The Android Open Source Project
73 Copyright (C) 2013 The Android Open Source Project
89 Copyright (C) 2013 The Android Open Source Project
117 Copyright (C) 2014 The Android Open Source Project
133 Copyright (C) 2015 The Android Open Source Project
149 Copyright (C) 2015 The Android Open Source Project
/bionic/libdl/
DNOTICE1 Copyright (C) 2007 The Android Open Source Project
Dlibdl.map.txt2 # Copyright (C) 2015 The Android Open Source Project
/bionic/tools/bionicbb/
D.gitignore9 # C extensions
/bionic/libc/kernel/
DREADME.TXT13 They can be included from C++, or when compiling code in strict ANSI mode.
14 They can be also included before or after any Bionic C library header.
/bionic/libc/malloc_debug/
DREADME_api.md12 extern "C" void get_malloc_leak_info(uint8_t** info, size_t* overall_size, size_t* info_size, size_…
31 extern "C" void free_malloc_leak_info(uint8_t* info);

12