| /external/webrtc/src/modules/audio_processing/ns/ |
| noise_suppression_x.c | 30 strncpy(versionStr, version, versionLen);
|
| /system/extras/tests/bionic/libstdc++/ |
| test_cstring.cpp | 57 using std::strncpy;
|
| /external/e2fsprogs/misc/ |
| e2label.c | 83 strncpy(label, sb.s_volume_name, VOLNAMSZ); 94 strncpy(sb.s_volume_name, label, VOLNAMSZ);
|
| /hardware/broadcom/wlan/bcmdhd/bcmdhd_net_iface/ |
| bcmdhd_net_iface.c | 64 strncpy(ifr.ifr_name, argv[2], IFNAMSIZ); 65 strncpy(state.ibuf, state.cmd, INTERFACE_MAX_BUFFER_SIZE);
|
| /external/qemu/telephony/ |
| sim_card.c | 45 strncpy( card->pin, "0000", sizeof(card->pin) ); 46 strncpy( card->puk, "12345678", sizeof(card->puk) ); 91 strncpy( sim->pin, pin, A_SIM_PIN_SIZE ); 98 strncpy( sim->puk, puk, A_SIM_PUK_SIZE ); 131 strncpy( sim->puk, puk, A_SIM_PUK_SIZE ); 132 strncpy( sim->pin, pin, A_SIM_PIN_SIZE );
|
| /external/jhead/ |
| gpsinfo.c | 230 strncpy(ImageInfo.GpsLat+2, TempString, 29); 232 strncpy(ImageInfo.GpsLong+2, TempString, 29); 240 strncpy(ImageInfo.GpsLatRaw, TempString, MAX_BUF_SIZE); 242 strncpy(ImageInfo.GpsLongRaw, TempString, MAX_BUF_SIZE); 268 strncpy(ImageInfo.GpsDateStamp, (char*)ValuePtr, sizeof(ImageInfo.GpsDateStamp));
|
| /external/libpcap/ |
| fad-gifc.c | 211 strncpy(ifrflags.ifr_name, name, sizeof(ifrflags.ifr_name)); 378 strncpy(ifrflags.ifr_name, ifrp->ifr_name, 397 strncpy(ifrnetmask.ifr_name, ifrp->ifr_name, 427 strncpy(ifrbroadaddr.ifr_name, ifrp->ifr_name, 466 strncpy(ifrdstaddr.ifr_name, ifrp->ifr_name,
|
| fad-glifc.c | 214 strncpy(ifrflags.lifr_name, ifrp->lifr_name, 233 strncpy(ifrnetmask.lifr_name, ifrp->lifr_name, 260 strncpy(ifrbroadaddr.lifr_name, ifrp->lifr_name, 295 strncpy(ifrdstaddr.lifr_name, ifrp->lifr_name,
|
| /external/clang/test/CodeGen/ |
| libcalls-fno-builtin.c | 19 char *strncpy(char *s1, const char *s2, size_t n); 83 char *t14(char *x) { return strncpy(x, "foo", 3); } 85 // CHECK: strncpy
|
| /external/netperf/ |
| netserver.c | 827 strncpy(local_host_name,"0.0.0.0",sizeof(local_host_name)); 829 strncpy(listen_port,TEST_PORT,sizeof(listen_port)); 845 strncpy(local_host_name,arg1,sizeof(local_host_name)); 855 strncpy(local_host_name,"::0",sizeof(local_host_name)); 875 strncpy(listen_port,optarg,sizeof(listen_port)); 884 strncpy(local_host_name,"::0",sizeof(local_host_name)); 987 strncpy(listen_port,TEST_PORT,sizeof(listen_port)); 996 strncpy(listen_port,TEST_PORT,sizeof(listen_port));
|
| /external/valgrind/main/coregrind/m_demangle/ |
| vg_libciface.h | 63 #define strncpy(_dd,_ss,_sz) VG_(strncpy)((_dd),(_ss),(_sz)) macro
|
| /external/clang/test/Analysis/ |
| string.c | 438 // strncpy() 446 #define strncpy(a,b,n) __strncpy_chk(a,b,n,(size_t)-1) macro 450 #define strncpy BUILTIN(strncpy) macro 451 char *strncpy(char *restrict s1, const char *restrict s2, size_t n); 457 strncpy(NULL, x, 5); // expected-warning{{Null pointer argument in call to string copy function}} 461 strncpy(x, NULL, 5); // expected-warning{{Null pointer argument in call to string copy function}} 465 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}} 471 clang_analyzer_eval(strncpy(x, y, 5) == x); // expected-warning{{TRUE}} 479 strncpy(x, y, 5); // expected-warning{{Size argument is greater than the length of the destination buffer} [all...] |
| /external/srec/srec/EventLog/src/ |
| riff.c | 465 strncpy(chunk.tag, "swi ", 4); 469 strncpy(list_chunk.tag, "segs", 4); 495 strncpy(list_chunk.tag, "kvs ", 4); 567 strncpy(parent.tag, "WAVE", 4); 575 strncpy(chunk.tag, "fmt ", 4); 600 strncpy(chunk.tag, "data", 4); 696 strncpy(parent.tag, "WAVE", 4); 703 strncpy(chunk.tag, "fmt ", 4); 739 strncpy(chunk.tag, "data", 4); 888 strncpy(ck.ckString, "segs", 4) [all...] |
| /development/ndk/platforms/android-3/include/ |
| string.h | 73 extern char* strncpy(char *, const char *, size_t);
|
| /external/compiler-rt/lib/asan/ |
| asan_intercepted_functions.h | 100 char* strncpy(char *to, const char* from, uptr size);
|
| /external/e2fsprogs/lib/ext2fs/ |
| ismounted.c | 99 strncpy(mtpt, "/", mtlen); 141 strncpy(mtpt, mnt->mnt_dir, mtlen); 229 strncpy(mtpt, mp->f_mntonname, mtlen); 310 strncpy(mtpt, "<swap>", mtlen);
|
| /external/freetype/include/freetype/config/ |
| ftstdlib.h | 89 #define ft_strncpy strncpy
|
| /external/ipsec-tools/src/racoon/ |
| misc.h | 63 #define strlcpy(d,s,l) (strncpy(d,s,l), (d)[(l)-1] = '\0')
|
| /external/kernel-headers/original/asm-mips/ |
| string.h | 45 static __inline__ char *strncpy(char *__dest, __const__ char *__src, size_t __n) function
|
| /external/kernel-headers/original/linux/ |
| string.h | 27 extern char * strncpy(char *,const char *, __kernel_size_t);
|
| /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/libppp/src/ |
| id.h | 76 strncpy(ut.ut_line, dev, sizeof ut.ut_line - 1); \
|
| /external/openssl/crypto/ |
| LPdir_unix.c | 103 strncpy((*ctx)->entry_name, direntry->d_name, sizeof((*ctx)->entry_name) - 1);
|
| /external/qemu/android/protocol/ |
| core-commands-qemu.c | 98 strncpy(path, filepath, path_buf_size);
|