HomeSort by relevance Sort by last modified time
    Searched refs:strncpy (Results 201 - 225 of 1050) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/iptables/extensions/
libebt_nflog.c 79 strncpy(info->prefix, optarg, EBT_NFLOG_PREFIX_SIZE);
  /external/libexif/libexif/pentax/
mnote-pentax-entry.c 362 strncpy (val, _(items[i].elem[j].string), maxlen);
386 strncpy (val, _(items2[i].elem[j].string), maxlen);
406 strncpy (val, (char*)entry->data, MIN(maxlen, entry->size));
423 strncpy (val, (char *)entry->data, MIN(maxlen, entry->size));
  /external/libnetfilter_conntrack/src/expect/
parse_mnl.c 98 strncpy(exp->helper_name,
  /external/ltp/lib/
self_exec.c 131 if (!strncpy(s, tok, strlen(tok) + 1)) {
133 "Could not strncpy for -C option");
  /external/ltp/testcases/kernel/containers/share/
ns_ifmove.c 55 strncpy(ifr.ifr_name, intf_name, sizeof(ifr.ifr_name) - 1);
  /external/ltp/testcases/kernel/syscalls/cma/
process_vm_readv02.c 103 strncpy(foo, tst_string, len);
  /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/nanopb-c/examples/network_server/
server.c 35 strncpy(fileinfo.name, file->d_name, sizeof(fileinfo.name));
  /external/python/cpython3/Objects/stringlib/
find.h 97 strncpy(format + len, function_name, FORMAT_BUFFER_SIZE - len - 1);
  /external/rmi4utils/f54test/
main.cpp 167 strncpy(rawDevice, devDirEntry->d_name, PATH_MAX);
  /external/skia/src/pdf/
SkPDFMetadata.cpp 273 strncpy(out, before, beforeLen);
280 strncpy(out, kAmp, strlen(kAmp));
283 strncpy(out, kLt, strlen(kLt));
290 strncpy(out, after, afterLen);
  /external/squashfs-tools/squashfs-tools/
android.c 91 strncpy(full_name + 1, path, full_name_size - 1);
  /external/swiftshader/third_party/LLVM/runtime/libprofile/
GCDAProfiling.c 90 strncpy(pathname, filename, i);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/util/
utility.c 126 strncpy(stringParam, argv[n], maxSize);
  /external/webrtc/webrtc/voice_engine/
voe_hardware_impl.cc 181 strncpy(strNameUTF8, name, strLen);
184 strncpy(strGuidUTF8, guid, strLen);
223 strncpy(strNameUTF8, name, strLen);
226 strncpy(strGuidUTF8, guid, strLen);
  /frameworks/av/drm/common/
DrmConstraints.cpp 36 strncpy(charValue, value, length);
  /frameworks/native/cmds/ip-up-vpn/
ip-up-vpn.c 95 strncpy(ifr.ifr_name, interface, IFNAMSIZ);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 208 strncpy(ifr.ifr_name, name, IFNAMSIZ);
328 strncpy(ifr->ifr_name, name, IFNAMSIZ);
460 strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
586 strncpy(ifr->ifr_name, ifname, IFNAMSIZ);
  /packages/apps/Test/connectivity/sl4n/
main.cpp 95 strncpy(str, str2.c_str(), sizeof(str)-1);
  /prebuilts/ndk/r16/sources/android/support/src/
wcstox.cpp 74 strncpy(converted_mbs.get(), mbs.get(), converted_len);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
diagnostic.cpp 38 strncpy(diagnostic->error, message, length);
  /system/bt/service/hal/
fake_bluetooth_interface.cc 108 strncpy(reinterpret_cast<char*>(hal_name.name), name.c_str(),
  /system/update_engine/
hardware_android.cc 72 strncpy(boot.command, "boot-recovery", sizeof(boot.command) - 1);
  /test/vts/drivers/shell/
ShellDriverTest.cpp 65 strncpy(address.sun_path, socket_address.c_str(),
  /bionic/tests/
fortify_test.cpp 77 ASSERT_FORTIFY(strncpy(myfoo.a, "01234567890", copy_amt));
84 ASSERT_FORTIFY(strncpy(myfoo.b, myfoo.one, sizeof(myfoo.b)));
260 strncpy(myfoo.a, "012345678", n);
481 strncpy(buf, "012345678", n);
541 ASSERT_FORTIFY(strncpy(bufb, bufa, n));
549 ASSERT_FORTIFY(strncpy(dest, src, sizeof(dest)));
873 TEST(TEST_NAME, strncpy) {
877 strncpy(dst, src, sizeof(dst));
894 strncpy(dst, src, sizeof(dst));

Completed in 1966 milliseconds

1 2 3 4 5 6 7 891011>>