OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:putchar_unlocked
(Results
1 - 25
of
245
) sorted by null
1
2
3
4
5
6
7
8
9
10
/bionic/libc/upstream-freebsd/lib/libc/stdio/
putchar.c
46
#undef
putchar_unlocked
macro
66
putchar_unlocked
(int ch)
function
/external/bison/m4/
unlocked-io.m4
40
AC_CHECK_DECLS_ONCE([
putchar_unlocked
])
/ndk/sources/host-tools/sed-4.2.1/m4/
unlocked-io.m4
40
AC_CHECK_DECLS_ONCE([
putchar_unlocked
])
/external/bison/lib/
unlocked-io.h
122
# define putchar(x)
putchar_unlocked
(x)
124
# define
putchar_unlocked
(x) putchar (x)
macro
/ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h
122
# define putchar(x)
putchar_unlocked
(x)
124
# define
putchar_unlocked
(x) putchar (x)
macro
/external/elfutils/libebl/
eblobjnote.c
133
putchar_unlocked
('.');
136
putchar_unlocked
('\n');
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so
/development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt
703
putchar_unlocked
/development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt
741
putchar_unlocked
/development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt
673
putchar_unlocked
/development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt
667
putchar_unlocked
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio.h
106
putchar_unlocked
(int __c)
function
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h
106
putchar_unlocked
(int __c)
function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h
106
putchar_unlocked
(int __c)
function
/bionic/libc/include/
stdio.h
319
int
putchar_unlocked
(int);
436
#define
putchar_unlocked
(c) putc_unlocked(c, stdout)
macro
/development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libc.so
/development/ndk/platforms/android-3/include/
stdio.h
306
int
putchar_unlocked
(int);
419
#define
putchar_unlocked
(c) putc_unlocked(c, stdout)
macro
/development/ndk/platforms/android-8/include/
stdio.h
306
int
putchar_unlocked
(int);
419
#define
putchar_unlocked
(c) putc_unlocked(c, stdout)
macro
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/
libc.so
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
libc.so
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h
336
int
putchar_unlocked
(int);
449
#define
putchar_unlocked
(c) putc_unlocked(c, stdout)
macro
Completed in 1259 milliseconds
1
2
3
4
5
6
7
8
9
10