HomeSort by relevance Sort by last modified time
    Searched refs:strncpy (Results 126 - 150 of 1050) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/ImageMagick/coders/
fits.c 677 (void) strncpy(fits_info+offset,header,strlen(header));
682 (void) strncpy(fits_info+offset,header,strlen(header));
686 (void) strncpy(fits_info+offset,header,strlen(header));
690 (void) strncpy(fits_info+offset,header,strlen(header));
694 (void) strncpy(fits_info+offset,header,strlen(header));
700 (void) strncpy(fits_info+offset,header,strlen(header));
704 (void) strncpy(fits_info+offset,header,strlen(header));
708 (void) strncpy(fits_info+offset,header,strlen(header));
712 (void) strncpy(fits_info+offset,header,strlen(header));
715 (void) strncpy(fits_info+offset,header,strlen(header))
    [all...]
  /external/e2fsprogs/ext2ed/
dir_com.c 229 strncpy (full_dir_name,dir_entry_ptr->name,dir_entry_ptr->name_len);
247 strncpy (dir_name,full_dir_name,ptr-full_dir_name);
462 strncpy (temp,dir_entry_ptr->name,dir_entry_ptr->name_len); /* The name is not terminated */
611 strncpy (variable,buffer,ptr-buffer);variable [ptr-buffer]=0;
641 strncpy (dir_entry_ptr->name,value,strlen (value));
648 strncpy (temp,dir_entry_ptr->name,dir_entry_ptr->name_len);
  /bionic/libc/bionic/
net_if.cpp 58 return (rc == -1) ? nullptr : strncpy(ifname, ifr.ifr_name, IFNAMSIZ);
67 strncpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
  /device/generic/goldfish/dhcp/client/
interface.cpp 83 strncpy(request.ifr_name, mInterfaceName.c_str(), sizeof(request.ifr_name));
133 strncpy(request.ifr_name, mInterfaceName.c_str(), sizeof(request.ifr_name));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
AToken_traditional.h 171 { strncpy((char *)_text, (char *)s, ANTLRCommonTokenTEXTSIZE); }
201 { strncpy((char *)_text, (char *)s, ANTLRCommonTokenTEXTSIZE); }
  /external/clang/test/SemaCXX/
warn-memset-bad-sizeof.cpp 128 extern "C" char *strncpy(char *det, const char *src, unsigned n);
143 strncpy(buff, BAR, sizeof(BAR)); // \
144 // expected-warning {{'strncpy' call operates on objects of type 'const char' while the size is based on a different type 'const char *'}} expected-note{{did you mean to provide an explicit length?}}
  /external/google-breakpad/src/common/
simple_string_dictionary.h 184 strncpy(entry->key, key, key_size);
206 strncpy(entry->value, value, value_size);
  /external/icu/icu4c/source/common/
cstring.h 48 U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size))
59 #define uprv_strncpy(dst, src, size) U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size)
  /external/libxcam/tests/
test-image-stitching.cpp 68 strncpy (intrinsic_path, "./calib_params/intrinsic_camera_front.txt", 1023);
69 strncpy (extrinsic_path, "./calib_params/extrinsic_camera_front.txt", 1023);
72 strncpy (intrinsic_path, "./calib_params/intrinsic_camera_right.txt", 1023);
73 strncpy (extrinsic_path, "./calib_params/extrinsic_camera_right.txt", 1023);
76 strncpy (intrinsic_path, "./calib_params/intrinsic_camera_rear.txt", 1023);
77 strncpy (extrinsic_path, "./calib_params/extrinsic_camera_rear.txt", 1023);
80 strncpy (intrinsic_path, "./calib_params/intrinsic_camera_left.txt", 1023);
81 strncpy (extrinsic_path, "./calib_params/extrinsic_camera_left.txt", 1023);
  /external/linux-kselftest/tools/testing/selftests/sync/
sync.c 74 strncpy(data.name, name, sizeof(data.name) - 1);
201 strncpy(data.name, name, sizeof(data.name) - 1);
  /external/opencv/otherlibs/highgui/
grfmt_base.cpp 50 strncpy( m_filename, filename, sizeof(m_filename) - 1 );
75 strncpy( m_filename, filename, sizeof(m_filename) - 1 );
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
MetadataTest.cpp 53 strncpy(str, "testing 1 2 3", 13);
55 strncpy(str, "aaaaaaaaaaaaa", 13);
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 63 #define strncpy(_dd,_ss,_sz) VG_(strncpy)((_dd),(_ss),(_sz)) macro
  /external/webrtc/webrtc/modules/video_capture/ios/
video_capture_ios.mm 57 strncpy(capture_module->_deviceUniqueId, deviceUniqueIdUTF8, name_length + 1);
  /packages/services/BuiltInPrintService/jni/lib/
plugin_db.c 73 strncpy(_plugin[index].mime_types[j++], mt[i], MAX_MIME_LENGTH);
87 strncpy(_plugin[index].print_formats[j++], pf[i], MAX_MIME_LENGTH);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
string.h 49 #undef strncpy macro
132 #define strncpy(dest, src, len) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string3.h 36 # undef strncpy macro
118 __NTH (strncpy (char *__restrict __dest, __const char *__restrict __src, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string3.h 36 # undef strncpy macro
118 __NTH (strncpy (char *__restrict __dest, __const char *__restrict __src, function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
string.h 49 #undef strncpy macro
132 #define strncpy(dest, src, len) \ macro
  /system/chre/apps/chqts/src/shared/
nano_string_test.cc 19 #include <string.h> // brings strlen, strncpy, and memset into scope.
25 // This "using directive" intentionally makes the symbols 'strlen', 'strncpy',
121 ::strncpy(expected, str, len);
122 nanoapp_testing::strncpy(actual, str, len);
127 TEST(NanoStringsTest, Strncpy) {
  /bionic/tests/headers/posix/
string_h.c 60 FUNCTION(strncpy, char* (*f)(char*, const char*, size_t));
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedQemuCamera.cpp 78 strncpy(first_dim, frame_dims, sizeof(first_dim));
  /external/e2fsprogs/lib/et/
com_right.c 66 strncpy(str, p->table->msgs[code - p->table->base], len);
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 163 strncpy(mtpt, "/", mtlen);
205 strncpy(mtpt, mnt->mnt_dir, mtlen);
293 strncpy(mtpt, mp->f_mntonname, mtlen);
385 strncpy(mtpt, "<swap>", mtlen);
  /external/libmtp/src/
util.c 147 strncpy(ret, s, n);

Completed in 1904 milliseconds

1 2 3 4 56 7 8 91011>>