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

1 2 3 4 5 6 7 8 91011>>

  /development/tools/elftree/
elftree.c 77 strcpy(s->name, name);
101 strcpy(dir->path, path);
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 60 strcpy((char *)buffer, str);
92 strcpy((char *)buffer, str);
  /external/bluetooth/bluez/tools/
hciattach_st.c 134 strcpy(pathname, "/lib/firmware");
137 strcpy(pathname, ".");
  /external/bluetooth/glib/glib/
gmessages.c 730 strcpy (level_prefix, "ERROR");
734 strcpy (level_prefix, "CRITICAL");
738 strcpy (level_prefix, "WARNING");
742 strcpy (level_prefix, "Message");
746 strcpy (level_prefix, "INFO");
749 strcpy (level_prefix, "DEBUG");
754 strcpy (level_prefix, "LOG-");
758 strcpy (level_prefix, "LOG");
  /external/e2fsprogs/intl/
localcharset.c 189 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
190 strcpy (res_ptr + res_size - (l2 + 1), buf2);
  /external/icu4c/test/intltest/
restsnew.cpp 281 strcpy(versionID1, "44.0"); // hardcoded, please change if the default.txt file or ResourceBundle::kVersionSeparater is changed.
283 strcpy(versionID2, "55.0"); // hardcoded, please change if the te_IN.txt file or ResourceBundle::kVersionSeparater is changed.
    [all...]
  /external/iproute2/misc/
lnstat_util.c 185 strcpy(lf->basename, file);
186 strcpy(lf->path, path);
  /external/jhead/
jhead.c 366 strcpy(TempName+a, "XXXXXX");
514 strcpy(NewName, NewBaseName);
724 strcpy(ThumbTempName_in, FileName);
726 strcpy(ThumbTempName_out, FileName);
778 // Protect against buffer overruns in strcpy / strcat's on filename
    [all...]
  /external/netperf/
netcpu_perfstat.c 77 strcpy(name.name,"");
168 strcpy(name.name,"");
  /external/qemu/telephony/
sim_card.c 391 strcpy( out, "+CRSM: 144,0," );
416 strcpy( out, "+CRSM: 144,0," );
  /external/quake/quake/src/QW/qwfwd/
misc.c 228 strcpy (cmd_argv[cmd_argc], com_token);
329 strcpy (start, s); // remove this part
  /external/srec/tools/dictTest/
dictTest.c 245 strcpy(ptemp, env_sdk_path);
250 strcpy(vocabfile,ptemp);
  /external/stlport/src/
ios.cpp 212 strcpy(buffer, "ios failure: rdstate = 0x");
214 strcpy(ptr, " mask = 0x");
  /external/valgrind/main/coregrind/
launcher-linux.c 102 strcpy(fullname, path);
330 strcpy(new_line, VALGRIND_LAUNCHER);
m_options.c 150 VG_(strcpy)(out, base_dir);
234 VG_(strcpy)(opt, option_name);
  /frameworks/base/core/jni/
android_database_SQLiteProgram.cpp 49 strcpy(buf, "android_database_SQLiteProgram->native_compile() not implemented");
156 strcpy(buf, "android_database_SQLiteProgram->native_finalize() not implemented");
  /hardware/ti/omap4xxx/ion/
ion_test.c 164 strcpy(ptr, "master");
221 strcpy(ptr, "child");
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 212 strcpy(buffer, "ios failure: rdstate = 0x");
214 strcpy(ptr, " mask = 0x");
  /ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c 204 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
205 strcpy (res_ptr + res_size - (l2 + 1), buf2);
  /system/core/cpio/
mkbootfs.c 232 strcpy(in, start);
233 strcpy(out, prefix);
  /system/core/mkbootimg/
mkbootimg.c 183 strcpy(hdr.name, board);
191 strcpy((char*)hdr.cmdline, cmdline);
  /build/tools/zipalign/
ZipEntry.cpp 127 strcpy((char*) mCDE.mFileName, fileName);
132 strcpy((char*) mCDE.mFileComment, comment);
156 strcpy((char*) mCDE.mFileName, (char*)pEntry->mCDE.mFileName);
162 strcpy((char*) mCDE.mFileComment, (char*)pEntry->mCDE.mFileComment);
250 strcpy((char*) mLFH.mFileName, (const char*) mCDE.mFileName);
  /external/icu4c/test/iotest/
iotest.cpp 93 strcpy(p, __FILE__);
107 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
149 strcpy(tdpath, directory);
734 strcpy(p, __FILE__);
748 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);
    [all...]
  /frameworks/base/cmds/rawbu/
backup.cpp 81 strcpy(nameBuffer, path);
100 strcpy(filenameOffset, de->d_name);
151 strcpy(nameBuffer, path);
286 strcpy(fullPath, srcPath);
288 strcpy(fullPath+srcLen+1, de->d_name);
  /frameworks/base/tools/aapt/
ZipEntry.cpp 127 strcpy((char*) mCDE.mFileName, fileName);
132 strcpy((char*) mCDE.mFileComment, comment);
156 strcpy((char*) mCDE.mFileName, (char*)pEntry->mCDE.mFileName);
162 strcpy((char*) mCDE.mFileComment, (char*)pEntry->mCDE.mFileComment);
250 strcpy((char*) mLFH.mFileName, (const char*) mCDE.mFileName);

Completed in 3503 milliseconds

1 2 3 4 5 6 7 8 91011>>