HomeSort by relevance Sort by last modified time
    Searched full:strncpy (Results 226 - 250 of 765) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clearsilver/imd/
imd.c 183 strncpy(s,fullpath,last_slash_pos);
530 strncpy(ppath, de->d_name, sizeof(ppath));
740 strncpy(t_pic, ch+1, sizeof(t_pic));
  /external/quake/quake/src/QW/client/
gl_screen.c 148 strncpy (scr_centerstring, str, sizeof(scr_centerstring)-1);
937 strncpy(st, cls.servername, sizeof(st));
941 strncpy(st, name.string, sizeof(st));
screen.c 146 strncpy (scr_centerstring, str, sizeof(scr_centerstring)-1);
883 strncpy(st, cls.servername, sizeof(st));
887 strncpy(st, name.string, sizeof(st));
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 630 strncpy(componentName, core[index].name,nameLen);
708 strncpy((char *)compNames[*numComps],core[i].name, OMX_MAX_STRINGNAME_SIZE);
796 strncpy((char *)roles[*numRoles],core[i].roles[j],OMX_MAX_STRINGNAME_SIZE);
  /sdk/emulator/qtools/
trace_reader.cpp 66 strncpy(fname, filename, dir_len);
950 strncpy(path, buf + prefix_len, pathlen);
1020 strncpy(path, start, len);
    [all...]
  /dalvik/libnativehelper/
JNIHelp.c 90 strncpy(buf, classNameChars, bufLen);
  /dalvik/vm/alloc/
HeapDebug.c 81 strncpy(name, dot, PROC_NAME_LEN);
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 447 strncpy(open_req->destination, data->alsa_config.device, 18);
707 strncpy(open_req->destination, data->alsa_config.device, 18);
    [all...]
  /external/bluetooth/bluez/src/
main.c 188 strncpy(main_opts.deviceid, str,
textfile.c 335 strncpy(str, off + len + 1, end - off - len - 1);
  /external/bluetooth/hcidump/src/
bpasniff.c 81 strncpy(revision, (char *) (buf + 1), size);
  /external/dnsmasq/src/
log.c 218 strncpy(logaddr.sun_path, _PATH_LOG, sizeof(logaddr.sun_path));
  /external/dropbear/
svr-authpubkey.c 280 strncpy(filename, ses.authstate.pw->pw_dir, len+1);
  /external/e2fsprogs/debugfs/
htree.c 73 strncpy(name, dirent->name, thislen);
  /external/e2fsprogs/e2fsck/
util.c 84 strncpy(ret, str, len);
  /external/icu4c/test/iotest/
stream.cpp 84 strncpy(defConvName, ucnv_getDefaultName(), sizeof(defConvName)/sizeof(defConvName[0]));
  /external/iproute2/
RELNOTES 40 Some strcpy's changed to strncpy's.
  /external/iproute2/genl/
ctrl.c 319 strncpy(d, *argv, sizeof (d) - 1);
  /external/iproute2/tc/
m_xt_old.c 322 strncpy(k, tname, size);
  /external/ipsec-tools/
setup.c 301 strncpy(path, name, length);
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c     [all...]
  /external/iptables/extensions/
libip6t_hashlimit.c 225 strncpy(r->name, optarg, sizeof(r->name));
libipt_hashlimit.c 225 strncpy(r->name, optarg, sizeof(r->name));
  /external/libpcap/
pcap-int.h 287 (strncpy((x), (y), (z)), \
  /external/libvpx/examples/includes/geshi/geshi/
cpp-qt.php 108 'bsearch', 'qsort', 'rand', 'srand', 'strcpy', 'strncpy', 'strcat', 'strncat',

Completed in 2584 milliseconds

1 2 3 4 5 6 7 8 91011>>