OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__getcwd_chk
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/bionic/
__getcwd_chk.cpp
34
extern char*
__getcwd_chk
(char* buf, size_t len, size_t buflen) {
function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
unistd.h
190
extern char *
__getcwd_chk
(char *__buf, size_t __size, size_t __buflen)
196
__getcwd_chk
)
206
return
__getcwd_chk
(__buf, __size, __bos (__buf));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
unistd.h
190
extern char *
__getcwd_chk
(char *__buf, size_t __size, size_t __buflen)
196
__getcwd_chk
)
206
return
__getcwd_chk
(__buf, __size, __bos (__buf));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
unistd.h
190
extern char *
__getcwd_chk
(char *__buf, size_t __size, size_t __buflen)
196
__getcwd_chk
)
206
return
__getcwd_chk
(__buf, __size, __bos (__buf));
/bionic/libc/include/
unistd.h
251
extern char*
__getcwd_chk
(char*, size_t, size_t);
304
* to avoid needing the workaround in the
__getcwd_chk
ABI forever.
325
return
__getcwd_chk
(buf, size, bos);
/bionic/libc/
Android.mk
71
bionic/
__getcwd_chk
.cpp \
[
all
...]
Completed in 2299 milliseconds