HomeSort by relevance Sort by last modified time
    Searched full:strncpy (Results 226 - 250 of 1444) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/tc/
f_fw.c 103 strncpy(d, *argv, sizeof (d) - 1);
  /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/libppp/src/
id.h 76 strncpy(ut.ut_line, dev, sizeof ut.ut_line - 1); \
  /external/linux-tools-perf/util/ui/browsers/
map.c 38 strncpy(bf, result, size);
  /external/llvm/test/Transforms/InstCombine/
strncpy_chk-1.ll 39 ; CHECK-NEXT: call i8* @strncpy
  /external/mesa3d/src/mesa/main/
vsnprintf.c 97 strncpy(str, p, n-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().
  /external/skia/tests/
PathOpsOpCubicThreadedTest.cpp 13 strncpy(DEBUG_FILENAME_STRING, "", DEBUG_FILENAME_STRING_LENGTH);
PathOpsSkpClipTest.cpp 53 strncpy(DEBUG_FILENAME_STRING, testName.c_str(), DEBUG_FILENAME_STRING_LENGTH);
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 234 strncpy( buf, expr, len_name );
370 strncpy(buf1, s1, bufsize1); buf1[bufsize1] = 0;
371 strncpy(buf2, s2, bufsize2); buf2[bufsize2] = 0;
418 strncpy(buf, src, src_n);
  /external/webrtc/src/system_wrappers/source/
thread_win.cc 43 strncpy(_name, threadName, kThreadMaxNameLength);
  /external/zlib/src/contrib/minizip/
minizip.c 115 strncpy(name, f,MAXFILENAME-1);
116 /* strncpy doesnt append the trailing NULL, of the string is too long. */
324 strncpy(filename_try, argv[zipfilenamearg],MAXFILENAME-1);
325 /* strncpy doesnt append the trailing NULL, of the string is too long. */
  /frameworks/av/drm/common/
DrmConstraints.cpp 36 strncpy(charValue, value, length);
  /frameworks/wilhelm/src/itf/
IAndroidEffectCapabilities.c 62 strncpy((char*)pName, thiz->mFxDescriptors[index].name,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 208 strncpy(ifr.ifr_name, name, IFNAMSIZ);
328 strncpy(ifr->ifr_name, name, IFNAMSIZ);
460 strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
586 strncpy(ifr->ifr_name, ifname, IFNAMSIZ);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
string_h.pass.cpp 29 static_assert((std::is_same<decltype(strncpy(cp, cpc, s)), char*>::value), "");
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 234 strncpy( buf, expr, len_name );
370 strncpy(buf1, s1, bufsize1); buf1[bufsize1] = 0;
371 strncpy(buf2, s2, bufsize2); buf2[bufsize2] = 0;
418 strncpy(buf, src, src_n);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libcrypt-2.7.so 
libcrypt.so 
libcrypt.so.1 

Completed in 1308 milliseconds

1 2 3 4 5 6 7 8 91011>>