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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
cstring 66 #undef strncpy
90 using ::strncpy;
  /system/core/include/cutils/
sockets.h 58 #else /* for the host, which may lack the almightly strncpy ... */
59 strncpy(key + sizeof(ANDROID_SOCKET_ENV_PREFIX) - 1,
  /bionic/libc/bionic/
if_indextoname.c 54 ret = strncpy (ifname, ifr.ifr_name, IFNAMSIZ);
if_nametoindex.c 47 strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
  /external/compiler-rt/SDKs/darwin/usr/include/
string.h 28 char *strncpy(char *, const char *, size_t);
  /external/compiler-rt/SDKs/linux/usr/include/
string.h 28 char *strncpy(char *, const char *, size_t);
  /external/kernel-headers/original/linux/
string.h 27 extern char * strncpy(char *,const char *, __kernel_size_t);
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 210 strncpy( keySpec->name, $2, sizeof( keySpec->name ) );
211 strncpy( keySpec->secret, $5, sizeof( keySpec->secret ) );
231 strncpy( zoneSpec->name, $2, sizeof( zoneSpec->name ) );
253 strncpy( zoneSpec->name, $2, sizeof( zoneSpec->name ) );
  /external/qemu/android/protocol/
core-commands-qemu.c 98 strncpy(path, filepath, path_buf_size);
  /external/skia/src/ports/
SkFontHost_freetype_mac.cpp 80 strncpy(path, "font", length);
  /external/valgrind/main/coregrind/m_initimg/
initimg-pathscan.c 117 VG_(strncpy)( executable_name_out, buf, VKI_PATH_MAX-1 );
123 VG_(strncpy)( executable_name_out, buf, VKI_PATH_MAX-1 );
137 VG_(strncpy)( executable_name_out, exec, VKI_PATH_MAX-1 );
141 VG_(strncpy)( executable_name_in, exec, VKI_PATH_MAX-1 );
  /external/yaffs2/yaffs2/direct/
ydirectenv.h 36 #define yaffs_strncpy(a,b,c) strncpy(a,b,c)
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_dm.c 93 strncpy((char *)pDmInfo->boundary, (char *)pStart, pEnd - pStart);
129 strncpy((char *)pDmInfo->contentType, (char *)pStart, pEnd - pStart);
149 strncpy((char *)tmpBuf, (char *)(pTmp + 1), pEnd - pTmp - 1);
165 strncpy((char *)pDmInfo->contentType, (char *)pStart, pEnd - pStart);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libform.so 
libform.so.5 
libform.so.5.6 
libutil.a 9 #*;@??FMT\emv?tty_namereallocttyname_rmemchrmalloc__errno_locationfreeloginmemcpygetpidstrncpyutmpnameupdwtmpbasenamesetutentpututlineendutent&C ]
31  ?W?".5DNlogoututmpnamesetutentstrncpygetutline_rmemset__gettimeofdaypututlineendutent# O
39  06? .logwtmpmemsetgetpidstrncpy__gettimeofdayupdwtmp(- a
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libform.so 
libform.so.5 
libform.so.5.6 
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstring 57 using ::strncpy;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstring 57 using ::strncpy;
  /system/core/toolbox/
chown.c 26 strncpy(user, argv[1], sizeof(user));
  /external/clang/test/SemaCXX/
warn-memset-bad-sizeof.cpp 126 extern "C" char *strncpy(char *det, const char *src, unsigned n);
141 strncpy(buff, BAR, sizeof(BAR)); // \
142 // expected-warning {{argument to 'sizeof' in 'strncpy' call is the same expression as the source}}
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 56 strncpy(mEXIFData.mGPSData.mLatRef, GPS_NORTH_REF, GPS_REF_SIZE);
60 strncpy(mEXIFData.mGPSData.mLatRef, GPS_SOUTH_REF, GPS_REF_SIZE);
88 strncpy(mEXIFData.mGPSData.mLongRef, GPS_EAST_REF, GPS_REF_SIZE);
92 strncpy(mEXIFData.mGPSData.mLongRef, GPS_WEST_REF, GPS_REF_SIZE);
165 strncpy(mEXIFData.mGPSData.mProcMethod, valstr, GPS_PROCESSING_SIZE-1);
175 strncpy(mEXIFData.mGPSData.mMapDatum, valstr, GPS_MAPDATUM_SIZE-1);
185 strncpy(mEXIFData.mGPSData.mVersionId, valstr, GPS_VERSION_SIZE-1);
196 strncpy(mEXIFData.mModel, valstr, EXIF_MODEL_SIZE - 1);
207 strncpy(mEXIFData.mMake, valstr, EXIF_MAKE_SIZE - 1);
309 strncpy(( char * ) sharedPtr
    [all...]

Completed in 386 milliseconds

1 2 34 5 6 7 8 91011>>