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

1 23 4 5 6 7 8 91011>>

  /hardware/ti/omap4-aah/security/smc_pa_ctrl/
smc_pa_ctrl.c 124 strcpy(pConfFileName, argv[0]);
156 strcpy(pPAFileName, argv[0]);
  /hardware/ti/omap4xxx/security/smc_pa_ctrl/
smc_pa_ctrl.c 124 strcpy(pConfFileName, argv[0]);
156 strcpy(pPAFileName, argv[0]);
  /ndk/sources/cxx-stl/gabi++/include/
cstring 53 using ::strcpy;
  /ndk/sources/cxx-stl/system/include/
cstring 53 using ::strcpy;
  /ndk/sources/host-tools/make-3.81/
amiga.c 55 strcpy (ptr, *aptr);
66 strcpy (ptr, *aptr);
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
progargcargv.i 25 strcpy($1[i], RSTRING_PTR(v));
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstring 51 using ::strcpy;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstring 51 using ::strcpy;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstring 53 using ::strcpy;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstring 53 using ::strcpy;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstring 53 using ::strcpy;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstring 53 using ::strcpy;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstring 53 using ::strcpy;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstring 53 using ::strcpy;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstring 53 using ::strcpy;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstring 53 using ::strcpy;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstring 53 using ::strcpy;
  /system/core/adb/
adb_client.c 125 strcpy(__adb_error, "write failure during connection");
146 strcpy(__adb_error, "protocol fault (no status)");
162 strcpy(__adb_error, "protocol fault (status len)");
169 strcpy(__adb_error, "protocol fault (status read)");
185 strcpy(__adb_error, "service name too long");
196 strcpy(__adb_error, "cannot connect to daemon");
205 strcpy(__adb_error, "write failure during connection");
329 strcpy(__adb_error, "reply is too long (>= 64kB)");
  /external/iproute2/ip/
tunnel.c 47 strcpy(buf, "ip");
50 strcpy(buf, "gre");
53 strcpy(buf, "ipv6");
56 strcpy(buf, "any");
59 strcpy(buf, "unknown");
  /external/zlib/src/examples/
gzlog.c 229 #include <string.h> /* strlen, strrchr, strcpy, strncpy, strcmp */
353 strcpy(log->end, ".lock");
376 strcpy(log->end, ".lock");
388 strcpy(log->end, ".lock");
400 strcpy(log->end, ".lock");
559 strcpy(log->end, ".add");
577 strcpy(log->end, ".add");
582 strcpy(log->end, ".dict");
586 strcpy(dest, log->path);
587 strcpy(log->end, ".temp")
    [all...]
  /external/e2fsprogs/ext2ed/
main.c 117 strcpy(buf, "set_device ");
241 strcpy (command_line,ptr);
249 strcpy (command_line,last_command_line);
260 strcpy (last_command_line,command_line);
322 strcpy (command_line,last_command_line);
326 strcpy (last_command_line,command_line); /* Save this command in our tiny cache */
526 strcpy (ptr,src);
  /hardware/akm/AK8975_FS/libsensors/
SensorBase.cpp 125 strcpy(devname, dirname);
133 strcpy(filename, de->d_name);
141 strcpy(input_name, filename);
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
TIDspOmx.h 584 strcpy((char*)_datapath_,(char*)":i");\
598 strcpy((char*)_datapath_,(char*)":i");\
613 strcpy(_alpha_,&OMX_MMMIXER_ITOA_str[i]);\
  /system/core/libcutils/
socket_local_client.c 80 strcpy(p_addr->sun_path, FILESYSTEM_SOCKET_PREFIX);
93 strcpy(p_addr->sun_path, ANDROID_RESERVED_SOCKET_PREFIX);
105 strcpy(p_addr->sun_path, name);
  /system/core/toolbox/
wipe.c 97 strcpy(nameBuffer, path);
116 strcpy(filenameOffset, de->d_name);
161 strcpy(nameBuffer, path);

Completed in 2700 milliseconds

1 23 4 5 6 7 8 91011>>