HomeSort by relevance Sort by last modified time
    Searched full:strncpy (Results 176 - 200 of 1246) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/iproute2/tc/
tc_filter.c 83 strncpy(d, *argv, sizeof(d)-1);
126 strncpy(k, *argv, sizeof(k)-1);
280 strncpy(d, *argv, sizeof(d)-1);
f_fw.c 103 strncpy(d, *argv, sizeof (d) - 1);
  /external/openssh/
loginrec.c 590 * NOTE: use strncpy because we do NOT necessarily want zero
616 strncpy(dst, src, (size_t)dstsize);
693 /* Use strncpy because we don't necessarily want null termination */
694 strncpy(ut->ut_name, li->username,
697 strncpy(ut->ut_host, li->hostname,
766 /* strncpy(): Don't necessarily want null termination */
767 strncpy(utx->ut_user, li->username,
779 strncpy(utx->ut_host, li->hostname,
    [all...]
  /frameworks/compile/libbcc/tools/bcc/
main.cpp 197 strncpy(output, OutFile, outFileLen);
201 strncpy(output, DEFAULT_OUTPUT_FILENAME,
206 strncpy(output, InFile, inFileLen);
  /system/core/libnetutils/
dhcp_utils.c 53 strncpy(p2p_interface, "p2p", MAX_INTERFACE_LENGTH);
55 strncpy(p2p_interface, interface, MAX_INTERFACE_LENGTH);
115 strncpy(gateway, server, PROPERTY_VALUE_MAX);
  /system/netd/
SoftapController.cpp 69 strncpy(wrq.ifr_name, iface, sizeof(wrq.ifr_name));
106 strncpy(wrq.ifr_name, iface, sizeof(wrq.ifr_name));
282 strncpy(mIface, argv[3], sizeof(mIface));
  /bionic/libc/include/
string.h 73 extern char* strncpy(char *, const char *, size_t);
  /development/ndk/platforms/android-3/include/
string.h 73 extern char* strncpy(char *, const char *, size_t);
  /device/moto/stingray/ril/
libmoto_intfutil_ril.so 
  /external/compiler-rt/lib/asan/
asan_interceptors.h 25 DECLARE_REAL(char*, strncpy, char *to, const char *from, size_t size);
  /external/e2fsprogs/lib/et/
com_right.c 65 strncpy(str, p->table->msgs[code - p->table->base], len);
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 61 strncpy(gp->name, dirent->name, (dirent->name_len & 0xFF));
link.c 96 strncpy(dirent->name, ls->name, ls->namelen);
  /external/e2fsprogs/lib/ext2fs/tdb/patches/
replace-includes 69 + strncpy(ret, s, length);
  /external/icu4c/common/
cstring.h 34 #define uprv_strncpy(dst, src, size) U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size)
  /external/iproute2/genl/
genl.c 92 strncpy(f->name, str, 15);
  /external/jpeg/
jinclude.h 49 * We need memory copying and zeroing functions, plus strncpy().
  /external/kernel-headers/original/asm-mips/
string.h 45 static __inline__ char *strncpy(char *__dest, __const__ char *__src, size_t __n) function
  /external/linux-tools-perf/util/ui/browsers/
map.c 38 strncpy(bf, result, size);
  /external/llvm/lib/Support/
Errno.cpp 61 strncpy(buffer,strerror(errnum),MaxErrStrLen-1);
  /external/openssl/crypto/
LPdir_unix.c 103 strncpy((*ctx)->entry_name, direntry->d_name, sizeof((*ctx)->entry_name) - 1);
LPdir_win.c 134 strncpy((*ctx)->entry_name, (const char *)(*ctx)->ctx.cFileName,
  /external/oprofile/daemon/liblegacy/
opd_mapping.c 129 strncpy(c + 1, name, strlen(name));
  /external/oprofile/opjitconv/
opjitconv.c 298 strncpy(tmp_dumpfile, tmp_conv_dir, tmp_conv_dir_length);
331 strncpy(elf_file, anon_dir, result_dir_length);
338 strncpy(tmp_elffile, tmp_conv_dir, strlen(tmp_conv_dir));
558 strncpy(jitdumpfile, jitdump_dir, PATH_MAX);
  /external/qemu/distrib/jpeg-6b/
jinclude.h 49 * We need memory copying and zeroing functions, plus strncpy().

Completed in 523 milliseconds

1 2 3 4 5 6 78 91011>>