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

1 2 3 4 5 6 7 8 91011>>

  /external/srec/portable/include/
ptypes.h 265 * LCHAR version of strncpy()
267 #define LSTRNCPY strncpy
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 234 strncpy( buf, expr, len_name );
370 strncpy(buf1, s1, bufsize1); buf1[bufsize1] = 0;
371 strncpy(buf2, s2, bufsize2); buf2[bufsize2] = 0;
418 strncpy(buf, src, src_n);
  /frameworks/wilhelm/src/itf/
IAndroidEffectCapabilities.c 62 strncpy((char*)pName, thiz->mFxDescriptors[index].name,
  /hardware/libhardware_legacy/wifi/
wifi.c 768 strncpy(buf, WPA_EVENT_TERMINATING " - connection closed", buflen-1);
777 strncpy(buf, WPA_EVENT_TERMINATING " - connection closed", buflen-1);
784 strncpy(buf, WPA_EVENT_TERMINATING " - recv error", buflen-1);
793 strncpy(buf, WPA_EVENT_TERMINATING " - signal 0 received", buflen-1);
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties.c 127 strncpy(pDir, pPath, nSlashIndex);
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 234 strncpy( buf, expr, len_name );
370 strncpy(buf1, s1, bufsize1); buf1[bufsize1] = 0;
371 strncpy(buf2, s2, bufsize2); buf2[bufsize2] = 0;
418 strncpy(buf, src, src_n);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
render_api.cpp 103 strncpy(s_renderAddr, addr, sizeof(s_renderAddr));
  /system/core/toolbox/
ifconfig.c 75 strncpy(ifr.ifr_name, argv[0], IFNAMSIZ);
  /system/netd/
SecondaryTableController.cpp 73 strncpy(mInterfaceTable[tableIndex], iface, IFNAMSIZ);
ndc.c 152 strncpy(tmp, buffer + offset, 3);
  /development/ide/xcode/ports/
skia_mac.cp 36 strncpy(workingDirectory, applicationPath, prefixLength);
  /external/arduino/hardware/arduino/cores/arduino/
WString.cpp 427 strncpy((char *)buf, _buffer, len);
436 strncpy(buf, _buffer, len);
  /external/iptables/extensions/
libxt_rateest.c 132 strncpy(info->name1, optarg, sizeof(info->name1) - 1);
146 strncpy(info->name2, optarg, sizeof(info->name2) - 1);
  /external/libpcap/
pcap-snoop.c 226 (void)strncpy(sr.sr_ifname, device, sizeof(sr.sr_ifname));
318 (void)strncpy(ifr.ifr_name, device, sizeof(ifr.ifr_name));
  /external/linux-tools-perf/
builtin-help.c 183 strncpy((*p)->name, name, len);
199 strncpy(new->name, name, len);
  /external/ppp/pppd/plugins/radius/
config.c 489 strncpy (hostnm, h, (size_t) len);
501 strncpy (secret, s, (size_t) len);
  /external/zlib/src/contrib/minizip/
minizip.c 115 strncpy(name, f,MAXFILENAME-1);
116 /* strncpy doesnt append the trailing NULL, of the string is too long. */
324 strncpy(filename_try, argv[zipfilenamearg],MAXFILENAME-1);
325 /* strncpy doesnt append the trailing NULL, of the string is too long. */
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 337 strncpy(TmpNameList[0], "root", 5);
391 strncpy(RootName, "root", 5);
  /sdk/find_java/
utils.h 96 strncpy(mStr, start, length);
168 strncpy(mStr + l1, str, length);
  /system/media/camera/docs/
camera_metadata_tag_info.mako 94 strncpy(dst, msg, size - 1);
  /external/quake/quake/src/QW/client/
sbar.c 426 strncpy(t, Info_ValueForKey(s->userinfo, "team"), 16);
961 strncpy (team, tm->team, 4);
1132 strncpy (team, Info_ValueForKey(s->userinfo, "team"), 4);
1244 strncpy (team, Info_ValueForKey(s->userinfo, "team"), 4);
1250 strncpy(name, s->name, 16);
1277 strncpy (team, tm->team, 4);
  /external/jhead/
exif.c 707 strncpy(ImageInfo.CameraMake, (char *)ValuePtr, ByteCount < 31 ? ByteCount : 31);
711 strncpy(ImageInfo.CameraModel, (char *)ValuePtr, ByteCount < 39 ? ByteCount : 39);
716 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
724 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
781 strncpy(ImageInfo.Comments,
787 strncpy(ImageInfo.Comments, (char *)ValuePtr, msiz);
    [all...]
  /external/libppp/src/
physical.c 806 strncpy(p->cfg.devlist + pos, argv[f], sizeof p->cfg.devlist - pos - 1);
930 strncpy(ut.ut_name, name, sizeof ut.ut_name);
933 strncpy(ut.ut_line, PPPOTCPLINE, sizeof ut.ut_line);
934 strncpy(ut.ut_host, p->name.base, sizeof ut.ut_host);
939 strncpy(ut.ut_line, p->name.base, sizeof ut.ut_line);
942 strncpy(ut.ut_host, connstr, sizeof ut.ut_host);
979 strncpy(p->name.full, name, sizeof p->name.full - 1);
  /external/dropbear/
loginrec.c 435 * NOTE: use strncpy because we do NOT necessarily want zero
460 strncpy(dst, src, (size_t)dstsize);
538 /* Use strncpy because we don't necessarily want null termination */
539 strncpy(ut->ut_name, li->username, MIN_SIZEOF(ut->ut_name, li->username));
541 strncpy(ut->ut_host, li->hostname, MIN_SIZEOF(ut->ut_host, li->hostname));
609 /* strncpy(): Don't necessarily want null termination */
610 strncpy(utx->ut_name, li->username, MIN_SIZEOF(utx->ut_name, li->username));
621 strncpy(utx->ut_host, li->hostname, MIN_SIZEOF(utx->ut_host, li->hostname));
    [all...]
  /external/icu4c/tools/tzcode/
zdump.c 507 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1);
527 (void) strncpy(buf,
542 (void) strncpy(buf,
686 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);
884 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);

Completed in 2078 milliseconds

1 2 3 4 5 6 7 8 91011>>