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

1 2 3 4 5 6 7 8 91011>>

  /external/pcre/
pcreposix.c 207 strncpy(errbuf, message, errbuf_size - 1);
  /external/qemu/android/protocol/
core-commands-proxy.c 286 strncpy(path, resp_data, path_buf_size);
  /external/qemu/
os-posix.c 160 strncpy(name, s, sizeof(name));
  /external/quake/quake/src/QW/client/
cd_linux.c 382 strncpy(cd_dev, com_argv[i + 1], sizeof(cd_dev));
common.h 139 #define Q_strncpy(d, s, n) strncpy((d), (s), (n))
skin.c 83 strncpy(skin->name, name, sizeof(skin->name) - 1);
  /external/quake/quake/src/QW/server/
sv_main.c 532 strncpy (userinfo, Cmd_Argv(4), sizeof(userinfo)-2);
600 strncpy (newcl->userinfo, userinfo, sizeof(newcl->userinfo)-1);
    [all...]
  /external/quake/quake/src/WinQuake/
cd_linux.cpp 380 strncpy(cd_dev, com_argv[i + 1], sizeof(cd_dev));
  /external/sonivox/arm-fm-22k/host_src/
eas_main.c 365 strncpy(dest, src, (size_t) size-1);
  /external/sonivox/arm-hybrid-22k/host_src/
eas_main.c 365 strncpy(dest, src, (size_t) size-1);
  /external/sonivox/arm-wt-22k/host_src/
eas_main.c 368 strncpy(dest, src, (size_t) size-1);
  /external/srec/srec/EventLog/src/
EventLogImpl.c 599 strncpy(header.riffString, "RIFF", 4);
600 strncpy(header.waveString, "WAVE", 4);
601 strncpy(header.fmtString, "fmt ", 4);
602 strncpy(header.dataString, "data", 4);
  /external/stlport/test/eh/
main.cpp 80 std::strncpy( msg, condition, 255 );
  /external/tcpdump/missing/
getnameinfo.c 238 strncpy(ep + 1, "???", 3);
  /external/tcpdump/
print-zephyr.c 122 strncpy(z_buf, string, sizeof(z_buf));
  /external/v8/src/
platform-nullos.cc 337 strncpy(name_, name, sizeof(name_));
  /external/valgrind/main/include/
pub_tool_libcbase.h 88 extern Char* VG_(strncpy) ( Char* dest, const Char* src, SizeT ndest );
100 /* Like strncpy(), but if 'src' is longer than 'ndest' inserts a '\0' as the
  /external/webkit/Source/JavaScriptCore/runtime/
RegExp.cpp 245 strncpy(rawPattern, pattern().utf8().data(), 40);
  /external/webkit/Source/JavaScriptCore/wtf/
Assertions.cpp 90 strncpy(printBuffer, p, printBufferSize);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Shader.cpp 105 strncpy(code, string[i], stringLength);
  /frameworks/base/libs/binder/
ProcessState.cpp 280 strncpy((char*)mArgV[0], txt, mArgLen);
  /frameworks/base/opengl/libs/EGL/
Loader.cpp 238 strncpy(scrap, name, index);
  /ndk/sources/host-tools/make-3.81/
vmsfunctions.c 106 strncpy (dentry->d_name, dnam->nam$l_name, dentry->d_namlen);
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 329 strncpy(sym_file, parser->sym_root, sizeof(sym_file));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 107 #pragma redefine_extname strncpy __mfwrap_strncpy

Completed in 1791 milliseconds

1 2 3 4 5 6 7 8 91011>>