HomeSort by relevance Sort by last modified time
    Searched full:strncpy (Results 101 - 125 of 1452) sorted by null

1 2 3 45 6 7 8 91011>>

  /bionic/libc/bionic/
if_indextoname.c 54 ret = strncpy (ifname, ifr.ifr_name, IFNAMSIZ);
if_nametoindex.c 47 strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
getdents_helper.cc 55 strncpy(&entry.d_name[0], name, copylen);
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
FormValue.cpp 47 strncpy(*((char**)value), formValueText, sizeof(formValueText));
  /external/chromium_org/third_party/angle/src/compiler/
ShaderLang.cpp 300 strncpy(name, varInfo.name.c_str(), variableLength);
307 strncpy(mappedName, varInfo.mappedName.c_str(), maxMappedNameLength);
339 strncpy(name, it->first.c_str(), len);
350 strncpy(hashedName, it->second.c_str(), len);
  /external/compiler-rt/SDKs/linux/usr/include/
string.h 29 char *strncpy(char *, const char *, size_t);
  /external/kernel-headers/original/linux/
string.h 27 extern char * strncpy(char *,const char *, __kernel_size_t);
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
  /external/libnfc-nci/src/gki/ulinux/
data_types.h 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 210 strncpy( keySpec->name, $2, sizeof( keySpec->name ) );
211 strncpy( keySpec->secret, $5, sizeof( keySpec->secret ) );
231 strncpy( zoneSpec->name, $2, sizeof( zoneSpec->name ) );
253 strncpy( zoneSpec->name, $2, sizeof( zoneSpec->name ) );
  /external/qemu/android/protocol/
core-commands-qemu.c 98 strncpy(path, filepath, path_buf_size);
  /external/valgrind/main/coregrind/m_initimg/
initimg-pathscan.c 117 VG_(strncpy)( executable_name_out, buf, VKI_PATH_MAX-1 );
123 VG_(strncpy)( executable_name_out, buf, VKI_PATH_MAX-1 );
137 VG_(strncpy)( executable_name_out, exec, VKI_PATH_MAX-1 );
141 VG_(strncpy)( executable_name_in, exec, VKI_PATH_MAX-1 );
  /external/yaffs2/yaffs2/direct/
ydirectenv.h 36 #define yaffs_strncpy(a,b,c) strncpy(a,b,c)
  /frameworks/av/services/audioflinger/
test-resample.cpp 34 strncpy(RIFF, "RIFF", 4);
36 strncpy(WAVE, "WAVE", 4);
37 strncpy(fmt, "fmt ", 4);
45 strncpy(data, "data", 4);
  /hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp 199 strncpy(cand_name, dev_prefix, sizeof(cand_name) / sizeof(cand_name[0]));
208 strncpy(dev_full_name, cand_name, len);
219 strncpy(dev_full_name, cand_name, len);
230 strncpy(dev_full_name, cand_name, len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libform.so 
libform.so.5 
libform.so.5.6 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libform.so 
libform.so.5 
libform.so.5.6 
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstring 57 using ::strncpy;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstring 57 using ::strncpy;
  /system/core/toolbox/
chown.c 26 strncpy(user, argv[1], sizeof(user));
  /external/skia/tools/
win_dbghelp.cpp 49 strncpy(dest, srcOrEmptyString, len);
222 strncpy(app_name, vargs0 + pos_last_slash + 1, pos_period - pos_last_slash - 1);
227 strncpy(binaries_path, vargs0, pos_last_slash);

Completed in 220 milliseconds

1 2 3 45 6 7 8 91011>>