HomeSort by relevance Sort by last modified time
    Searched full:strncpy (Results 526 - 550 of 1445) sorted by null

<<21222324252627282930>>

  /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/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);
sys-solaris.c 351 strncpy(lifr.lifr_name, plifreq->lifr_name, sizeof(lifr.lifr_name));
371 strncpy(first_ether_name, lifr.lifr_name, sizeof(first_ether_name));
437 strncpy(ifr.ifr_name, pifreq->ifr_name, sizeof(ifr.ifr_name));
457 strncpy(first_ether_name, ifr.ifr_name, sizeof(first_ether_name));
    [all...]
  /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],
  /external/wpa_supplicant_8/src/utils/
os.h 469 #define os_strncpy(d, s, n) strncpy((d), (s), (n))
529 #undef strncpy macro
530 #define strncpy OS_DO_NOT_USE_strncpy macro
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 657 strncpy((OMX_STRING) (compNames[k]),
749 strncpy(tempName, namelist[numFiles]->d_name,
759 strncpy(compName[tableCount], temp, strlen(temp) + 1);
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 240 strncpy(buf, p_start, (p_needle-p_start));
271 strncpy(value, (char*)prop->val, prop->len);
280 strncpy(value, (char*)prop->val, prop->len);
    [all...]
  /external/dnsmasq/src/
network.c 32 strncpy(name, ifr.ifr_name, IF_NAMESIZE);
79 strncpy(name, bridge->iface, IF_NAMESIZE);
917 strncpy(s, interfaces, sizeof(s));
1011 strncpy(s, servers, sizeof(s));
    [all...]
  /external/iptables/iptables/
xtables.c 1156 strncpy(buf, dotted, sizeof(buf) - 1);
1319 strncpy(buf, loop, len);
    [all...]

Completed in 1340 milliseconds

<<21222324252627282930>>