/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libnsl-2.7.so | |
libnsl.so | |
libnsl.so.1 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xos_r.h | 737 (strncpy((p).buf, (p).result, sizeof((p).buf)), \ 745 (strncpy((p).buf, (p).result, sizeof((p).buf)), \ 922 (strncpy((p).buf, (p).result, sizeof((p).buf)), (p).result = &(p).buf) : \ 929 (strncpy((p).buf, (p).result, sizeof((p).buf)), (p).result = &(p).buf) : \ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
string2.h | 761 # define strncpy(dest, src, n) __builtin_strncpy (dest, src, n) macro 763 # define strncpy(dest, src, n) \ macro 767 : strncpy (dest, src, n)) \ 768 : strncpy (dest, src, n))) [all...] |
/sdk/emulator/mksdcard/ |
mksdcard.c | 151 strncpy( (char*)boot + 0x47, label, 11 ); /* Volume Label */
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
usettest.c | 279 strncpy(strCopy, stringStart, stringLength); 426 strncpy(strCopy, stringStart, stringLength);
|
/external/compiler-rt/BlocksRuntime/tests/ |
testfilerunner.m | 34 strncpy(result, arg, size); 41 strncpy(result, arg, size);
|
/external/icu4c/test/cintltst/ |
usettest.c | 279 strncpy(strCopy, stringStart, stringLength); 426 strncpy(strCopy, stringStart, stringLength);
|
/external/jhead/ |
jhead.c | 250 strncpy(Line, AddComment, sizeof(Line)); 466 strncpy(OutFileName, NamePattern, Subst-NamePattern); 471 strncpy(OutFileName, NamePattern, PATH_MAX); 512 strncpy(FilePattern+PathLen, finddata.name, PATH_MAX-PathLen); // full name with path 577 strncpy(NewBaseName, FileName, PATH_MAX); // Get path component of name. 596 strncpy(pattern, strftime_args, PATH_MAX-1); 812 strncpy(ImageInfo.FileName, FileName, PATH_MAX); 986 strncpy(Comment, CommentInsertLiteral, MAX_COMMENT_SIZE) [all...] |
main.c | 101 strncpy(ImageInfo.FileName, FileName, PATH_MAX); 116 strncpy(backupName, filename, 395);
|
exif.c | 707 strncpy(ImageInfo.CameraMake, (char *)ValuePtr, ByteCount < 31 ? ByteCount : 31); 711 strncpy(ImageInfo.CameraModel, (char *)ValuePtr, ByteCount < 39 ? ByteCount : 39); 716 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19); 724 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19); 781 strncpy(ImageInfo.Comments, 787 strncpy(ImageInfo.Comments, (char *)ValuePtr, msiz); [all...] |
/external/libvpx/libvpx/build/make/ |
obj_int_extract.c | 647 strncpy(sectionname, ptr, 8); 694 strncpy(name, ptr, 8);
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 544 /// char *strncpy(char *s1, const char *s2, size_t n); 545 strncpy, enumerator in enum:llvm::LibFunc::Func
|
/external/llvm/lib/Analysis/ |
MemoryBuiltins.cpp | 503 // - strcpy / strncpy 697 // - strcpy / strncpy
|
/external/oprofile/daemon/ |
opd_ibs.c | 645 strncpy(filename, session_dir, 1023); 661 strncpy(filename, session_dir, 1023);
|
/external/yaffs2/yaffs2/direct/ |
yaffsfs.c | 1278 strncpy(dsc->name,dirname,NAME_MAX); 1403 strncpy(buf,alias,bufsiz - 1);
|
/hardware/broadcom/libbt/src/ |
hardware.c | 640 strncpy(hw_cfg_cb.local_chip_name, p_name, \ 645 strncpy(hw_cfg_cb.local_chip_name, "UNKNOWN", \ [all...] |
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/ |
omx_rpc_utils.c | 125 strncpy(ServerName, (OMX_STRING) rcmservertable[servertable_idx], 188 strncpy(rcmservertable[nProcId], cServerName,
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_script.cpp | 1074 if(strncpy(dir_name,config,count) == NULL) [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);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/ |
collect2 | |
/system/core/toolbox/ |
top.c | 340 strncpy(proc->tname, open_paren + 1, THREAD_NAME_LEN); 375 strncpy(proc->name, line, PROC_NAME_LEN);
|
/external/llvm/lib/Transforms/Utils/ |
SimplifyLibCalls.cpp | 705 // strncpy(x, "", y) -> memset(x, '\0', y, 1) 716 if (Len == 0) return Dst; // strncpy(x, y, 0) -> x 721 // Let strncpy handle the zero padding 725 // strncpy(x, s, c) -> memcpy(x, s, c, 1) [s and c are constant] [all...] |
/external/chromium_org/components/breakpad/app/ |
breakpad_linux.cc | 644 strncpy(g_crash_log_path, logfile_str.c_str(), crash_log_path_len); 734 strncpy(g_process_type, process_type.c_str(), process_type_len); [all...] |