/external/openssl/crypto/bio/ |
bss_log.c | 207 strncpy(buf, in, inl);
|
/external/qemu/android/protocol/ |
core-commands-proxy.c | 286 strncpy(path, resp_data, path_buf_size);
|
/external/sonivox/arm-fm-22k/bin/ |
arm-fm-22k | |
/external/srec/tools/grxmlcompile/ |
sub_grph.h | 145 strncpy (name, title, maxlen);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
nmake.mak | 59 # at least for now since snprintf and strncpy can be used in a safe way
|
/frameworks/base/libs/androidfw/ |
BackupHelpers.cpp | 619 strncpy(buf, relpath.string(), 100); 620 strncpy(buf + 345, prefix.string(), 155); 622 strncpy(buf, fullname.string(), 100); 658 strncpy(paxHeader + 345, prefix.string(), 155); [all...] |
/frameworks/native/libs/binder/ |
ProcessState.cpp | 308 strncpy((char*)mArgV[0], txt, mArgLen);
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/ |
Connection.cpp | 84 strncpy(remote.sun_path, dest, sizeof(remote.sun_path) - 1);
|
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_avrcp.cpp | 293 strncpy((char *)pAttrs[i].text, textStr, BTRC_MAX_ATTR_STR_LEN-1);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/ |
Xos_r.h | 746 (strncpy((p).buf, (p).result, sizeof((p).buf)), \ 754 (strncpy((p).buf, (p).result, sizeof((p).buf)), \ 931 (strncpy((p).buf, (p).result, sizeof((p).buf)), (p).result = &(p).buf) : \ 938 (strncpy((p).buf, (p).result, sizeof((p).buf)), (p).result = &(p).buf) : \ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xos_r.h | 737 (strncpy((p).buf, (p).result, sizeof((p).buf)), \ 745 (strncpy((p).buf, (p).result, sizeof((p).buf)), \ 922 (strncpy((p).buf, (p).result, sizeof((p).buf)), (p).result = &(p).buf) : \ 929 (strncpy((p).buf, (p).result, sizeof((p).buf)), (p).result = &(p).buf) : \ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
string2.h | 761 # define strncpy(dest, src, n) __builtin_strncpy (dest, src, n) macro 763 # define strncpy(dest, src, n) \ macro 767 : strncpy (dest, src, n)) \ 768 : strncpy (dest, src, n))) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libnsl-2.7.so | |
libnsl.so | |
libnsl.so.1 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/ |
Xos_r.h | 746 (strncpy((p).buf, (p).result, sizeof((p).buf)), \ 754 (strncpy((p).buf, (p).result, sizeof((p).buf)), \ 931 (strncpy((p).buf, (p).result, sizeof((p).buf)), (p).result = &(p).buf) : \ 938 (strncpy((p).buf, (p).result, sizeof((p).buf)), (p).result = &(p).buf) : \ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xos_r.h | 737 (strncpy((p).buf, (p).result, sizeof((p).buf)), \ 745 (strncpy((p).buf, (p).result, sizeof((p).buf)), \ 922 (strncpy((p).buf, (p).result, sizeof((p).buf)), (p).result = &(p).buf) : \ 929 (strncpy((p).buf, (p).result, sizeof((p).buf)), (p).result = &(p).buf) : \ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
string2.h | 761 # define strncpy(dest, src, n) __builtin_strncpy (dest, src, n) macro 763 # define strncpy(dest, src, n) \ macro 767 : strncpy (dest, src, n)) \ 768 : strncpy (dest, src, n))) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libnsl-2.7.so | |
libnsl.so | |
libnsl.so.1 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xos_r.h | 737 (strncpy((p).buf, (p).result, sizeof((p).buf)), \ 745 (strncpy((p).buf, (p).result, sizeof((p).buf)), \ 922 (strncpy((p).buf, (p).result, sizeof((p).buf)), (p).result = &(p).buf) : \ 929 (strncpy((p).buf, (p).result, sizeof((p).buf)), (p).result = &(p).buf) : \ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
string2.h | 761 # define strncpy(dest, src, n) __builtin_strncpy (dest, src, n) macro 763 # define strncpy(dest, src, n) \ macro 767 : strncpy (dest, src, n)) \ 768 : strncpy (dest, src, n))) [all...] |
/sdk/emulator/mksdcard/ |
mksdcard.c | 151 strncpy( (char*)boot + 0x47, label, 11 ); /* Volume Label */
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
usettest.c | 279 strncpy(strCopy, stringStart, stringLength); 426 strncpy(strCopy, stringStart, stringLength);
|