HomeSort by relevance Sort by last modified time
    Searched refs:strcpy (Results 1 - 25 of 703) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bootable/bootloader/legacy/libc/
strcpy.c 29 char *strcpy(char *dst, const char *src) function
Android.mk 16 strcpy.c \
  /external/oprofile/libop/
op_config.c 49 strcpy(op_session_dir, session_dir);
51 strcpy(op_samples_dir, op_session_dir);
54 strcpy(op_samples_current_dir, op_samples_dir);
57 strcpy(op_lock_file, op_session_dir);
60 strcpy(op_pipe_file, op_session_dir);
63 strcpy(op_log_file, op_samples_dir);
66 strcpy(op_dump_status, op_session_dir);
69 strcpy(op_device, op_session_dir);
72 strcpy(op_note_device, op_session_dir);
75 strcpy(op_hash_device, op_session_dir)
    [all...]
  /bionic/libc/string/
strcpy.c 1 /* $OpenBSD: strcpy.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */
35 strcpy(char *to, const char *from) function
  /external/elfutils/lib/
xstrdup.c 26 return strcpy (xmalloc (strlen (string) + 1), string);
  /system/core/sh/
mystring.h 45 #define scopy(s1, s2) ((void)strcpy(s2, s1))
  /external/svox/pico/tts/
svox_ssml_parser.cpp 135 strcpy(m_docLanguage, attributes[i+1]);
220 strcpy(xsampastr, phonstr);
293 strcpy(time, attributes[i+1]);
308 strcpy(time, SSML_BREAK_WEAK); /* if no time or strength attributes are specified, default to weak break */
342 strcpy(svoxpitch, "100");
380 strcpy(svoxrate, "100");
423 strcpy(svoxvol, "100");
605 strcpy(converted, SSML_PITCH_XLOW);
615 strcpy(converted, SSML_PITCH_LOW);
625 strcpy(converted, SSML_PITCH_MEDIUM)
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArchUtility.c 79 strcpy(tbuf, "!");
86 strcpy(tbuf,"0000");
122 strcpy(tbuf, "eq");
125 strcpy(tbuf, "ne");
128 strcpy(tbuf, "lt");
131 strcpy(tbuf, "ge");
134 strcpy(tbuf, "gt");
137 strcpy(tbuf, "le");
140 strcpy(tbuf, "cs");
143 strcpy(tbuf, "mi")
    [all...]
  /external/ppp/pppd/plugins/
passwordfd.c 44 strcpy (passwd, save_passwd);
67 strcpy (save_passwd, passwd);
  /system/core/libcutils/
properties.c 71 strcpy((char*) msg.name, key);
72 strcpy((char*) msg.value, value);
145 strcpy(addr.sun_path, fileName); // max 108 bytes
187 strcpy(value, default_value);
198 strcpy(sendBuf+1, key);
214 strcpy(value, default_value);
227 strcpy(value, recvBuf+1);
260 strcpy(sendBuf+1, key);
261 strcpy(sendBuf+1+PROPERTY_KEY_MAX, value);
socket_local_client.c 78 strcpy(p_addr->sun_path, FILESYSTEM_SOCKET_PREFIX);
91 strcpy(p_addr->sun_path, ANDROID_RESERVED_SOCKET_PREFIX);
103 strcpy(p_addr->sun_path, name);
  /external/bluetooth/glib/tests/
file-test.c 60 strcpy (template, "foobar");
66 strcpy (template, "foobarXXX");
72 strcpy (template, "fooXXXXXX");
90 strcpy (template, "fooXXXXXX.pdf");
  /external/netperf/
netsh.c 393 strcpy(host_name,""); /* remote host name or ip addr */
394 strcpy(local_host_name,""); /* we want it to be INADDR_ANY */
395 strcpy(test_name,"TCP_STREAM"); /* which test to run */
447 strcpy(fill_file,"");
483 strcpy(program, argv[0]);
564 strcpy(fill_file,optarg);
669 strcpy(test_name,optarg);
765 strcpy(result_brand,optarg);
797 strcpy(host_name,"localhost");
805 strcpy(host_name,"localhost")
    [all...]
  /system/core/fastboot/
protocol.c 71 strcpy(response, (char*) status + 4);
80 strcpy(ERROR, "remote failure");
88 strcpy(ERROR, "data size too large");
95 strcpy(ERROR,"unknown status code");
  /bionic/libc/arch-x86/string/
strcpy.S 1 /* $OpenBSD: strcpy.S,v 1.8 2005/08/07 11:30:38 espie Exp $ */
11 .section .gnu.warning.strcpy
12 .ascii "warning: strcpy() is almost always misused, please use strlcpy()"
22 ENTRY(strcpy) function
  /bionic/libstdc++/include/
cstring 51 using ::strcpy;
  /external/e2fsprogs/misc/
mklost+found.c 61 strcpy (path, LPF);
77 strcpy (path, LPF);
  /ndk/build/platforms/android-5/arch-x86/usr/include/
cstring 51 using ::strcpy;
  /ndk/build/platforms/android-8/arch-x86/usr/include/
cstring 51 using ::strcpy;
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
cu_ipc.c 44 strcpy (serv_addr.sun_path, socket_name);
61 strcpy (clnt_addr.sun_path, "/var/run/echo_client");
  /external/iproute2/ip/
tunnel.c 46 strcpy(buf, "ip");
49 strcpy(buf, "gre");
52 strcpy(buf, "ipv6");
55 strcpy(buf, "any");
58 strcpy(buf, "unknown");
  /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);
  /system/core/adb/
adb_client.c 112 strcpy(__adb_error, "write failure during connection");
133 strcpy(__adb_error, "protocol fault (no status)");
149 strcpy(__adb_error, "protocol fault (status len)");
156 strcpy(__adb_error, "protocol fault (status read)");
172 strcpy(__adb_error, "service name too long");
179 strcpy(__adb_error, "cannot connect to daemon");
188 strcpy(__adb_error, "write failure during connection");
  /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/toolbox/
wipe.c 97 strcpy(nameBuffer, path);
116 strcpy(filenameOffset, de->d_name);
161 strcpy(nameBuffer, path);

Completed in 1123 milliseconds

1 2 3 4 5 6 7 8 91011>>