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

1 23 4 5 6 7 8 91011>>

  /external/expat/xmlwf/
xmltchar.h 27 #define tcscpy strcpy
  /external/oprofile/libpopt/
findme.c 30 strcpy(pathbuf, path);
system.h 72 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str)))
  /external/srec/tools/grxmlcompile/
grph.h 30 strcpy (title, name);
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 258 strcpy((char*)fileName, PICO_SYSTEM_LINGWARE_PATH);
265 strcpy((char*)fileName, PICO_SYSTEM_LINGWARE_PATH);
278 strcpy((char*)fileName, pico_alt_lingware_path);
288 strcpy((char*)fileName, pico_alt_lingware_path);
361 strcpy((char*)tmpFileName, pico_alt_lingware_path);
373 strcpy((char *) picoTaFileName, PICO_SYSTEM_LINGWARE_PATH);
374 strcpy((char *) picoSgFileName, PICO_SYSTEM_LINGWARE_PATH);
375 strcpy((char *) picoUtppFileName, PICO_SYSTEM_LINGWARE_PATH);
377 strcpy((char *) picoTaFileName, pico_alt_lingware_path);
378 strcpy((char *) picoSgFileName, pico_alt_lingware_path)
    [all...]
  /external/valgrind/main/memcheck/tests/
overlap.stderr.exp 17 Source and destination overlap in strcpy(0x........, 0x........)
18 at 0x........: strcpy (mc_replace_strmem.c:...)
  /ndk/sources/host-tools/make-3.81/w32/subproc/
misc.c 75 strcpy(ptr, tmp[arrcnt]);
  /system/core/libcutils/
process_name.c 44 strcpy(copy, new_name);
  /system/extras/tests/bionic/libstdc++/
test_cstring.cpp 51 using std::strcpy;
  /device/moto/stingray/sensors/
SensorBase.cpp 96 strcpy(devname, dirname);
104 strcpy(filename, de->d_name);
  /external/icu4c/tools/genprops/misc/
ucdmerge.c 138 strcpy(firstLine, line);
143 strcpy(lastLine, line);
  /external/icu4c/tools/genprops/
ucdmerge.c 138 strcpy(firstLine, line);
143 strcpy(lastLine, line);
  /frameworks/media/libvideoeditor/vss/src/
M4VSS3GPP_Edit.c 45 #include "string.h" /**< for strcpy (Don't want to get dependencies
    [all...]
  /external/oprofile/opcontrol/
opcontrol.cpp 537 strcpy(cpupath, OP_DRIVER_BASE"/stats/");
540 strcpy(fullname, cpupath);
545 strcpy(fullname, cpupath);
550 strcpy(fullname, cpupath);
555 strcpy(fullname, cpupath);
595 strcpy(vmlinux, "--no-vmlinux");
596 strcpy(kernel_range, "");
712 strcpy(command, argv[0]);
714 strcpy(slash ? slash + 1 : command, "oprofiled --session-dir="OP_DATA_DIR);
  /external/qemu/android/protocol/
core-commands-proxy.c 200 strcpy((char*)ret->name, resp_data->name);
202 strcpy((char*)ret->display, resp_data->name + strlen(resp_data->name) + 1);
245 strcpy((char*)ret->name, resp_data->name);
247 strcpy((char*)ret->display, resp_data->name + strlen(resp_data->name) + 1);
273 strcpy(req->filename, filename);
core-commands-impl.c 233 strcpy(resp_data->name, netspeed->name);
235 strcpy(resp_data->name + strlen(resp_data->name) + 1,
238 strcpy(resp_data->name + strlen(resp_data->name) + 1, "");
277 strcpy(resp_data->name, netdelay->name);
279 strcpy(resp_data->name + strlen(resp_data->name) + 1,
282 strcpy(resp_data->name + strlen(resp_data->name) + 1, "");
  /external/quake/quake/src/QW/client/
skin.c 47 strcpy (name, allskins);
52 strcpy (name, s);
54 strcpy (name, baseskin.string);
58 strcpy (name, "base");
299 strcpy (allskins, Cmd_Argv(1));
  /external/tcpdump/missing/
getnameinfo.c 160 strcpy(serv, sp->s_name);
165 strcpy(serv, numserv);
221 strcpy(host, numaddr);
265 strcpy(host, hp->h_name);
277 strcpy(host, numaddr);
  /bootable/recovery/applypatch/
freecache.c 30 strcpy(path, "/proc/");
44 strcpy(fd_path, path);
97 strcpy(path, dirs[i]);
  /device/samsung/crespo/libsensors/
GyroSensor.cpp 45 strcpy(input_sysfs_path, "/sys/class/input/");
82 strcpy(&input_sysfs_path[input_sysfs_path_len], "enable");
112 strcpy(&input_sysfs_path[input_sysfs_path_len], "poll_delay");
  /external/bison/djgpp/
subpipe.c 75 strcpy(tmp_file_name[0], "/dev/env/TMPDIR/bnXXXXXX");
81 strcpy(tmp_file_name[1], "/dev/env/TMPDIR/bnXXXXXX");
135 strcpy(arguments[argc], argv[argc]);
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.c 145 strcpy (file_name, directory); strcat (file_name, "/mime/mime.cache");
165 strcpy (file_name, directory); strcat (file_name, "/mime/globs2");
175 strcpy (file_name, directory); strcat (file_name, "/mime/globs");
188 strcpy (file_name, directory); strcat (file_name, "/mime/magic");
200 strcpy (file_name, directory); strcat (file_name, "/mime/aliases");
205 strcpy (file_name, directory); strcat (file_name, "/mime/subclasses");
210 strcpy (file_name, directory); strcat (file_name, "/mime/icons");
215 strcpy (file_name, directory); strcat (file_name, "/mime/generic-icons");
248 strcpy (guessed_xdg_home, home);
350 strcpy (file_name, directory); strcat (file_name, "/mime/mime.cache")
    [all...]
  /external/e2fsprogs/lib/ss/
help.c 91 (void) strcpy(buffer, info->info_dirs[idx]);
103 strcpy(buf, MSG);
163 strcpy(dirs[n_dirs], info_dir);
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ShaderLang.cpp 61 strcpy(name, varInfo.name.c_str());
215 strcpy(infoLog, infoSink.info.c_str());
231 strcpy(objCode, infoSink.obj.c_str());
  /frameworks/base/media/libmedia/
MediaScanner.cpp 93 strcpy(pathBuffer, path);
144 strcpy(fileSpot, ".nomedia");
188 strcpy(fileSpot, name);

Completed in 740 milliseconds

1 23 4 5 6 7 8 91011>>