HomeSort by relevance Sort by last modified time
    Searched refs:strncpy (Results 76 - 100 of 906) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webrtc/webrtc/voice_engine/
voe_codec_unittest.cc 109 strncpy(codec1.plname, "isac", 4);
127 strncpy(codec2.plname, "ISAC", 4);
  /system/extras/boot_control_copy/
bootinfo.c 100 strncpy(path, record->blk_device, trimmed_len);
101 strncpy(path + trimmed_len, name, name_len);
  /external/netperf/src/
netsh.c 380 strncpy(temp,family_string,10);
420 strncpy(temp,socket_string,10);
497 strncpy(temp,protocol_string,10);
707 strncpy(local_fill_file,arg1,sizeof(local_fill_file));
719 strncpy(remote_fill_file,arg2,sizeof(remote_fill_file));
846 strncpy(test_name,optarg,sizeof(test_name)-1);
913 seem to have a strndup() so just malloc and strncpy it. we
920 strncpy(passphrase,
947 strncpy(test_port,arg1,PORTBUFSIZE);
949 strncpy(local_test_port,arg2,PORTBUFSIZE)
    [all...]
  /external/clang/test/Analysis/
string.c 443 // strncpy()
451 #define strncpy(a,b,n) __strncpy_chk(a,b,n,(size_t)-1) macro
455 #define strncpy BUILTIN(strncpy) macro
456 char *strncpy(char *restrict s1, const char *restrict s2, size_t n);
462 strncpy(NULL, x, 5); // expected-warning{{Null pointer argument in call to string copy function}}
466 strncpy(x, NULL, 5); // expected-warning{{Null pointer argument in call to string copy function}}
470 strncpy(x, (char*)&strcpy_fn, 5); // expected-warning{{Argument to string copy function is the address of the function 'strcpy_fn', which is not a null-terminated string}}
476 clang_analyzer_eval(strncpy(x, y, 5) == x); // expected-warning{{TRUE}}
484 strncpy(x, y, 5); // expected-warning{{Size argument is greater than the length of the destination buffer}
    [all...]
  /bionic/libc/arch-x86_64/
x86_64.mk 17 upstream-openbsd/lib/libc/string/strncpy.c \
47 arch-x86_64/string/sse2-strncpy-slm.S \
  /build/tools/ijar/
zip_main.cc 76 strncpy(out, path1, size - 1);
94 strncpy(path_, path, PATH_MAX);
153 strncpy(output, pointer, output_size);
206 strncpy(path, files[i], PATH_MAX);
  /development/ndk/platforms/android-3/include/
string.h 73 extern char* strncpy(char *, const char *, size_t);
  /external/android-clat/
tun.c 55 strncpy(ifr.ifr_name, dev, IFNAMSIZ);
  /external/compiler-rt/lib/asan/
asan_interceptors.h 88 DECLARE_REAL(char*, strncpy, char *to, const char *from, uptr size)
  /external/freetype/include/freetype/config/
ftstdlib.h 90 #define ft_strncpy strncpy
  /external/harfbuzz_ng/src/
hb-shape.cc 73 strncpy (buf, *pp, len);
  /external/ipsec-tools/src/racoon/
misc.h 63 #define strlcpy(d,s,l) (strncpy(d,s,l), (d)[(l)-1] = '\0')
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/config/
ftstdlib.h 90 #define ft_strncpy strncpy
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
  /external/libnfc-nci/src/gki/ulinux/
data_types.h 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
  /external/libpcap/
fad-gifc.c 242 strncpy(ifrflags.ifr_name, ifrp->ifr_name,
259 strncpy(ifrnetmask.ifr_name, ifrp->ifr_name,
289 strncpy(ifrbroadaddr.ifr_name, ifrp->ifr_name,
328 strncpy(ifrdstaddr.ifr_name, ifrp->ifr_name,
fad-glifc.c 208 strncpy(ifrflags.lifr_name, ifrp->lifr_name,
225 strncpy(ifrnetmask.lifr_name, ifrp->lifr_name,
252 strncpy(ifrbroadaddr.lifr_name, ifrp->lifr_name,
287 strncpy(ifrdstaddr.lifr_name, ifrp->lifr_name,
  /external/mesa3d/src/gallium/targets/graw-null/
graw_util.c 68 strncpy(out_filename, argv[*argi + 1], sizeof(out_filename) - 1);
  /external/mesa3d/src/mesa/main/
dlopen.h 79 strncpy(fname2 + 1, fname, 998);
  /external/pdfium/third_party/freetype/include/freetype/config/
ftstdlib.h 90 #define ft_strncpy strncpy
  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/
g711_interface.c 56 strncpy(version, "2.0.0", lenBytes);
  /hardware/invensense/6515/libsensors_iio/
MPLSupport.cpp 224 strncpy(cand_name, dev_prefix, sizeof(cand_name) / sizeof(cand_name[0]));
233 strncpy(dev_full_name, cand_name, len);
244 strncpy(dev_full_name, cand_name, len);
255 strncpy(dev_full_name, cand_name, len);
  /hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp 224 strncpy(cand_name, dev_prefix, sizeof(cand_name) / sizeof(cand_name[0]));
233 strncpy(dev_full_name, cand_name, len);
244 strncpy(dev_full_name, cand_name, len);
255 strncpy(dev_full_name, cand_name, len);
  /hardware/qcom/gps/msmcobalt/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_macros.h 46 #define strlcpy strncpy
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftstdlib.h 89 #define ft_strncpy strncpy

Completed in 504 milliseconds

1 2 34 5 6 7 8 91011>>