OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__stpncpy_chk
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/bionic/
__stpncpy_chk.cpp
46
extern "C" char*
__stpncpy_chk
(char* __restrict dest, const char* __restrict src,
function
59
* This is a variant of
__stpncpy_chk
, but it also checks to make
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string3.h
127
extern char *
__stpncpy_chk
(char *__dest, __const char *__src, size_t __n,
138
return
__stpncpy_chk
(__dest, __src, __n, __bos (__dest));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string3.h
125
extern char *
__stpncpy_chk
(char *__dest, __const char *__src, size_t __n,
136
return
__stpncpy_chk
(__dest, __src, __n, __bos (__dest));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string3.h
125
extern char *
__stpncpy_chk
(char *__dest, __const char *__src, size_t __n,
136
return
__stpncpy_chk
(__dest, __src, __n, __bos (__dest));
/bionic/libc/
Android.mk
85
bionic/
__stpncpy_chk
.cpp \
[
all
...]
Completed in 220 milliseconds