Searched
full:strncpy (Results
526 -
550 of
1452) sorted by null
<<21222324252627282930>>
/external/v8/src/ |
log-utils.cc | 294 OS::StrNCpy(buf, str, len);
|
platform-nullos.cc | 366 strncpy(name_, name, sizeof(name_));
|
/frameworks/av/drm/libdrmframework/plugins/passthru/src/ |
DrmPassthruPlugIn.cpp | 67 strncpy(charValue, value.string(), value.length());
|
/frameworks/rs/ |
rsScript.cpp | 170 strncpy(tz, timeZone, length);
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/ |
Server.cpp | 71 strncpy(serverAddr.sun_path, socketAddr.c_str(), sizeof(serverAddr.sun_path) - 1);
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
smc_properties.c | 127 strncpy(pDir, pPath, nSlashIndex);
|
/ndk/sources/host-tools/make-3.81/ |
vmsfunctions.c | 106 strncpy (dentry->d_name, dnam->nam$l_name, dentry->d_namlen);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
mf-runtime.h | 107 #pragma redefine_extname strncpy __mfwrap_strncpy
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libpulse-simple.so | |
libpulse-simple.so.0 | |
libpulse-simple.so.0.0 | |
libpulse-simple.so.0.0.1 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/ |
liblto_plugin.so | |
liblto_plugin.so.0 | |
liblto_plugin.so.0.0.0 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libpulse-simple.so | |
libpulse-simple.so.0 | |
libpulse-simple.so.0.0 | |
libpulse-simple.so.0.0.1 | |
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
render_api.cpp | 103 strncpy(s_renderAddr, addr, sizeof(s_renderAddr));
|
/system/core/adb/ |
adb_auth_host.c | 331 strncpy(keys_path, adb_keys_path, sizeof(keys_path));
|
/system/core/libnl_2/genl/ |
genl.c | 267 strncpy(gf->gf_name, name, GENL_NAMSIZ);
|
/external/chromium_org/v8/src/ |
platform-posix.cc | 542 void OS::StrNCpy(Vector<char> dest, const char* src, size_t n) { 543 strncpy(dest.start(), src, n); 614 strncpy(name_, name, sizeof(name_));
|
/external/ppp/pppd/ |
utils.c | 87 * strlcpy - like strcpy/strncpy, doesn't overflow destination buffer, 102 strncpy(dest, src, len - 1); 955 strncpy(lockdev, dev, MAXPATHLEN-1);
|
/external/valgrind/main/exp-sgcheck/ |
pc_common.c | 166 VG_(strncpy)( &xe.XE.SorG.expect[0], 168 VG_(strncpy)( &xe.XE.SorG.actual[0], 170 VG_(strncpy)( &xe.XE.SorG.delta[0],
|
Completed in 714 milliseconds
<<21222324252627282930>>