HomeSort by relevance Sort by last modified time
    Searched full:strncpy (Results 26 - 50 of 1444) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libutil-2.7.so 
libutil.so 
libutil.so.1 
  /external/chromium_org/third_party/libxslt/libxslt/
extra.c 203 strncpy(digits, str+7, 4);
208 strncpy(digits, str+12, 2);
213 strncpy(digits, str+15, 2);
218 strncpy(digits, str+18, 2);
223 strncpy(digits, str+21, 2);
228 strncpy(digits, str+24, 2);
265 strncpy(result, str, 20);
267 strncpy(result+23, str+19, 5);
  /external/libxslt/libxslt/
extra.c 203 strncpy(digits, str+7, 4);
208 strncpy(digits, str+12, 2);
213 strncpy(digits, str+15, 2);
218 strncpy(digits, str+18, 2);
223 strncpy(digits, str+21, 2);
228 strncpy(digits, str+24, 2);
265 strncpy(result, str, 20);
267 strncpy(result+23, str+19, 5);
  /hardware/broadcom/wlan/bcmdhd/bcmdhd_net_iface/
bcmdhd_net_iface.c 64 strncpy(ifr.ifr_name, argv[2], IFNAMSIZ);
65 strncpy(state.ibuf, state.cmd, INTERFACE_MAX_BUFFER_SIZE);
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 19 char *strncpy(char *s1, const char *s2, size_t n);
83 char *t14(char *x) { return strncpy(x, "foo", 3); }
85 // CHECK: strncpy
  /external/ipsec-tools/src/racoon/
var.h 82 strncpy((y), "(invalid)", sizeof(y)); \
84 strncpy((z), "(invalid)", sizeof(z)); \
93 strncpy((y), "(invalid)", sizeof(y)); \
  /external/llvm/test/Transforms/DeadStoreElimination/
libcalls.ll 14 declare i8* @strncpy(i8* %dest, i8* %src, i32 %n) nounwind
19 ; CHECK-NOT: @strncpy
20 %call = call i8* @strncpy(i8* %dest, i8* %src, i32 12)
  /bionic/libc/string/
strncpy.c 1 /* $OpenBSD: strncpy.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
46 strncpy(char *dst, const char *src, size_t n) function
  /external/e2fsprogs/misc/
e2label.c 83 strncpy(label, sb.s_volume_name, VOLNAMSZ);
94 strncpy(sb.s_volume_name, label, VOLNAMSZ);
  /bionic/libc/arch-x86/string/
ssse3-strncpy-atom.S 32 #define STRCPY strncpy
  /external/android-clat/
mtu.c 40 strncpy(if_mtu.ifr_name, ifname, IFNAMSIZ);
  /external/bluetooth/bluedroid/gki/ulinux/
data_types.h 68 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-null/
graw_util.c 68 strncpy(out_filename, argv[*argi + 1], sizeof(out_filename) - 1);
  /external/mesa3d/src/gallium/targets/graw-null/
graw_util.c 68 strncpy(out_filename, argv[*argi + 1], sizeof(out_filename) - 1);
  /external/stlport/stlport/using/
cstring 56 using _STLP_VENDOR_CSTD::strncpy;
  /external/valgrind/main/none/tests/x86/
bug126147-x86.c 16 strncpy.S
17 i386 assembler implementation of strncpy(3)
145 it = "strncpy";
188 /* test strncpy, hence repnz stosb */
  /external/webrtc/src/modules/audio_processing/ns/
noise_suppression.c 30 strncpy(versionStr, version, versionLen);
noise_suppression_x.c 30 strncpy(versionStr, version, versionLen);
  /ndk/sources/cxx-stl/stlport/stlport/using/
cstring 56 using _STLP_VENDOR_CSTD::strncpy;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libssp.so 
libssp.so.0 
libssp.so.0.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/esound/
libesddsp.so.0 

Completed in 557 milliseconds

12 3 4 5 6 7 8 91011>>