| /external/libppp/src/ |
| iface.c | 220 strncpy(ifra.ifra_name, name, sizeof ifra.ifra_name - 1); 249 strncpy(ifra6.ifra_name, name, sizeof ifra6.ifra_name - 1); 305 strncpy(ifra.ifra_name, name, sizeof ifra.ifra_name - 1); 334 strncpy(ifra6.ifra_name, name, sizeof ifra6.ifra_name - 1); 563 strncpy(ifrq.ifr_name, ifname, sizeof ifrq.ifr_name - 1);
|
| command.c | 291 strncpy(namelist, arg->argv[f], sizeof namelist - 1); [all...] |
| /external/linux-tools-perf/util/ |
| parse-events.c | 220 strncpy(path->system, sys_dirent.d_name, 222 strncpy(path->name, evt_dirent.d_name, 545 strncpy(sys_name, *strp, sys_length); 858 strncpy(evsel->name, ostr, str - ostr); 1068 strncpy(name, syms->symbol, MAX_NAME_LEN);
|
| /external/compiler-rt/lib/asan/ |
| asan_interceptors.cc | 527 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { 531 CHECK_RANGES_OVERLAP("strncpy", to, from_size, from, from_size); 535 return REAL(strncpy)(to, from, size); 706 ASAN_INTERCEPT_FUNC(strncpy);
|
| /external/quake/quake/src/QW/client/ |
| 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/ti/omap4xxx/domx/omx_core/src/ |
| OMX_Core.c | 657 strncpy((OMX_STRING) (compNames[k]), 749 strncpy(tempName, namelist[numFiles]->d_name, 759 strncpy(compName[tableCount], temp, strlen(temp) + 1);
|
| /bootable/recovery/ |
| screen_ui.cpp | 522 strncpy(menu[i], headers[i], text_cols-1); 528 strncpy(menu[i], items[i-menu_top], text_cols-1);
|
| /external/checkpolicy/ |
| policy_scan.l | 59 \n.* { strncpy(linebuf[lno], yytext+1, 255); 307 strncpy(source_file, name, sizeof(source_file)-1);
|
| /external/e2fsprogs/misc/ |
| uuidd.c | 165 strncpy(srv_addr.sun_path, socket_path, sizeof(srv_addr.sun_path)); 298 strncpy(my_addr.sun_path, socket_path, sizeof(my_addr.sun_path));
|
| /external/iproute2/ip/ |
| ip6tunnel.c | 148 strncpy(medium, *argv, IFNAMSIZ - 1); 208 strncpy(p->name, *argv, IFNAMSIZ - 1);
|
| /external/iproute2/tc/ |
| m_ematch.c | 78 strncpy(dst, namebuf, len - 1); 201 strncpy(buf, (char*) t->args->data, sizeof(buf)-1);
|
| m_pedit.c | 114 strncpy(p->id, str, sizeof(p->id)-1); 435 strncpy(k, *argv, sizeof (k) - 1);
|
| /external/jpeg/ |
| jerror.h | 232 strncpy((cinfo)->err->msg_parm.s, (str), JMSG_STR_PARM_MAX), \ 288 strncpy((cinfo)->err->msg_parm.s, (str), JMSG_STR_PARM_MAX), \
|
| /external/mdnsresponder/mDNSPosix/ |
| Identify.c | 150 strncpy(hardware, (char*)(p+1), p[0]); 153 strncpy(software, (char*)(p+1), p[0]);
|
| /external/qemu/distrib/jpeg-6b/ |
| jerror.h | 232 strncpy((cinfo)->err->msg_parm.s, (str), JMSG_STR_PARM_MAX), \ 288 strncpy((cinfo)->err->msg_parm.s, (str), JMSG_STR_PARM_MAX), \
|
| /external/valgrind/main/memcheck/tests/ |
| str_tester.c | 381 it = "strncpy"; 382 check (strncpy (one, "abc", 4) == one, 1); /* Returned value. */ 386 (void) strncpy (one, "xyz", 2); 390 (void) strncpy (one, "xyz", 3); /* Copy cut just before NUL. */ 394 (void) strncpy (one, "xyz", 4); /* Copy just includes NUL. */ 399 (void) strncpy (one, "xyz", 5); /* Copy includes padding. */ 405 (void) strncpy (one, "xyz", 0); /* Zero-length copy. */ 408 (void) strncpy (one, "", 2); /* Zero-length source. */ 414 (void) strncpy (two, one, 9); [all...] |
| /ndk/sources/host-tools/make-3.81/ |
| vmsify.c | 311 strncpy (vptr, s, s1-s); /* copy up to but not including ']' */ 422 strncpy (vptr, s1, s-s1+1);
|
| /bionic/libc/netbsd/resolv/ |
| res_query.c | 396 strncpy(nbuf, name, (size_t)n);
|
| /external/android-clat/ |
| config.c | 244 strncpy(Global_Clatd_Config.default_pdp_interface, uplink_interface, sizeof(Global_Clatd_Config.default_pdp_interface));
|
| /external/clang/test/CodeGen/ |
| builtins.c | 98 V(strncpy, (s0, s1, n));
|
| /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/e2fsck/ |
| profile_helpers.c | 291 strncpy(filenames[i], s, ent_len);
|
| /external/harfbuzz_ng/src/ |
| hb-shape.cc | 62 strncpy (buf, *pp, len);
|
| /external/icu4c/test/iotest/ |
| stream.cpp | 77 strncpy(defConvName, ucnv_getDefaultName(), sizeof(defConvName)/sizeof(defConvName[0]));
|