Searched
refs:strncpy (Results
276 -
300 of
655) sorted by null
<<11121314151617181920>>
| /external/icu4c/tools/pkgdata/ |
| pkgtypes.c | 230 strncpy(aBuf, strAlias,(rPtr-strAlias));
|
| /external/iproute2/tc/ |
| m_mirred.c | 127 strncpy(d, *argv, sizeof(d)-1);
|
| tc.c | 201 strncpy(q->id, str, 15);
|
| /external/ipsec-tools/src/libipsec/ |
| policy_parse.y | 398 strncpy(addr, addrbuf->buf, addrbuf->len); 402 strncpy(serv, portbuf->buf, portbuf->len);
|
| /external/iptables/extensions/ |
| libxt_recent.c | 78 strncpy(info->name,"DEFAULT", XT_RECENT_NAME_LEN);
|
| /external/kernel-headers/original/asm-x86/ |
| string_32.h | 12 extern char *strncpy(char *dest, const char *src, size_t count);
|
| /external/libppp/src/ |
| arp.c | 296 strncpy(a, inet_ntoa(netmask->sin_addr), sizeof a - 1);
|
| atm.c | 182 strncpy(sock.snatm_if, iface, IFNAMSIZ);
|
| chat.c | 573 strncpy(c->script, data, sizeof c->script - 1); 658 strncpy(result, c->physical->dl->bundle->cfg.auth.key, reslen); 665 strncpy(result, c->phone, reslen); 672 strncpy(result, c->physical->dl->bundle->cfg.auth.name, reslen);
|
| id.c | 225 strncpy(ut_line, device, sizeof ut_line - 1);
|
| /external/mdnsresponder/mDNSShared/ |
| PlatformCommon.c | 95 strncpy(dst, buf + len + 1, MAX_ESCAPED_DOMAIN_NAME-1);
|
| /external/openssl/crypto/bio/ |
| bss_log.c | 207 strncpy(buf, in, inl);
|
| /external/openssl/crypto/des/ |
| fcrypt.c | 77 strncpy (e_buf, buf, sizeof(e_buf));
|
| /external/oprofile/agents/jvmpi/ |
| jvmpi_oprofile.cpp | 132 strncpy(buf, class_signature.c_str(), cnt - 1);
|
| /external/oprofile/agents/jvmti/ |
| libjvmti_oprofile.c | 179 strncpy(buf, class_signature, cnt - 1);
|
| /external/oprofile/daemon/ |
| opd_anon.c | 117 strncpy(m->name, name, MAX_IMAGE_NAME_SIZE + 1);
|
| /external/qemu/android/ |
| opengles.c | 175 strncpy(dst, src, n);
|
| /external/qemu/android/protocol/ |
| core-commands-proxy.c | 286 strncpy(path, resp_data, path_buf_size);
|
| /external/qemu/ |
| os-posix.c | 160 strncpy(name, s, sizeof(name));
|
| /external/quake/quake/src/QW/client/ |
| cd_linux.c | 382 strncpy(cd_dev, com_argv[i + 1], sizeof(cd_dev));
|
| common.h | 139 #define Q_strncpy(d, s, n) strncpy((d), (s), (n))
|
| skin.c | 83 strncpy(skin->name, name, sizeof(skin->name) - 1);
|
| /external/quake/quake/src/QW/server/ |
| sv_main.c | 532 strncpy (userinfo, Cmd_Argv(4), sizeof(userinfo)-2); 600 strncpy (newcl->userinfo, userinfo, sizeof(newcl->userinfo)-1); [all...] |
| /external/quake/quake/src/WinQuake/ |
| cd_linux.cpp | 380 strncpy(cd_dev, com_argv[i + 1], sizeof(cd_dev));
|
| /external/skia/legacy/src/ports/ |
| FontHostConfiguration_android.cpp | 65 strncpy(buff, s, len);
|
Completed in 997 milliseconds
<<11121314151617181920>>