Searched
refs:strncpy (Results
376 -
400 of
548) sorted by null
<<11121314151617181920>>
| /external/e2fsprogs/misc/ |
| e2image.c | 131 strncpy(hdr.fs_device_name, device_name, sizeof(hdr.fs_device_name)-1);
|
| /external/genext2fs/ |
| genext2fs.c | [all...] |
| /external/iproute2/ip/ |
| ipntable.c | 616 strncpy(filter.name, *argv, sizeof(filter.name));
|
| /external/iproute2/misc/ |
| ifstat.c | 163 strncpy(info_source, buf+1, sizeof(info_source)-1);
|
| /external/ipsec-tools/ |
| setup.c | 540 strncpy(path, name, length);
|
| /external/libpcap/ |
| pcap-bpf.c | 666 (void)strncpy(ifr.ifr_name, device, sizeof(ifr.ifr_name));
|
| /external/libpng/contrib/gregbook/ |
| wpng.c | 372 strncpy(outname, inname, len);
|
| /external/opencv/cxcore/src/ |
| cxswitcher.cpp | 431 strncpy( name, name_start, name_end - name_start );
|
| /external/openssl/crypto/bio/ |
| b_sock.c | 453 strncpy(ghbn_cache[lowi].name,name,128);
|
| /external/openssl/crypto/x509v3/ |
| v3_alt.c | 582 strncpy(objtmp, value, objlen);
|
| /external/oprofile/libpopt/ |
| popthelp.c | 191 strncpy(le, s, slen); le[slen] = '\0'; le += strlen(le);
|
| /external/qemu/distrib/libpng-1.2.19/ |
| pngconf.h | [all...] |
| /external/qemu/ |
| monitor.c | 486 strncpy(password, arg, sizeof(password)); [all...] |
| /external/quake/quake/src/QW/client/ |
| zone.c | 894 strncpy (cs->name, name, sizeof(cs->name)-1);
|
| /external/quake/quake/src/WinQuake/ |
| cl_parse.cpp | 240 strncpy (cl.levelname, str, sizeof(cl.levelname)-1);
|
| zone.cpp | 889 strncpy (cs->name, name, sizeof(cs->name)-1);
|
| /external/srec/srec/ca/ |
| ann_api.c | 243 strncpy(label, hAnnotation->label, length - 2);
|
| /external/stlport/src/c_locale_dummy/ |
| c_locale_dummy.c | 38 # define _STLP_STRNCPY(D, DS, S, C) strncpy(D, S, C)
|
| /external/v8/src/ |
| platform-cygwin.cc | 409 strncpy(name_, name, sizeof(name_));
|
| platform-freebsd.cc | 460 strncpy(name_, name, sizeof(name_));
|
| platform-macos.cc | 454 strncpy(name_, name, sizeof(name_));
|
| platform-solaris.cc | 419 strncpy(name_, name, sizeof(name_));
|
| /external/valgrind/main/coregrind/ |
| m_libcbase.c | 231 Char* VG_(strncpy) ( Char* dest, const Char* src, SizeT ndest ) function
|
| /external/webkit/Source/WebCore/editing/ |
| VisibleSelection.cpp | 620 strncpy(buffer, result.utf8().data(), length - 1);
|
| /external/webrtc/src/modules/audio_processing/aec/main/source/ |
| echo_cancellation.c | 730 strncpy(versionStr, version, versionLen);
|
Completed in 1629 milliseconds
<<11121314151617181920>>