Searched refs:strcpy (Results 1 - 25 of 1667) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/lib/
H A Dstrcpy.c3 #define strcpy __inline_strcpy macro
5 #undef strcpy macro
7 char *strcpy(char *dest, const char *src) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrcpy.S2 * arch/alpha/lib/strcpy.S
12 .globl strcpy
13 .ent strcpy
14 strcpy: label
23 .end strcpy
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dxstrdup.c32 return strcpy (xmalloc (strlen (string) + 1), string);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A Dstrdup.c19 strcpy(new, string);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/pppoe/
H A Dpppd_utils.c26 strcpy (args[0],ses->filt->pppd);
29 strcpy (args[0],_PATH_PPPD);
43 strcpy(args[1],buf);
52 strcpy (args[i],"file");
55 strcpy (args[i],ses->filt->fname);
59 strcpy (args[i],"call");
62 strcpy (args[i],ses->filt->fname);
71 strcpy(args[i],"pppoe_ac_name");
74 strcpy(args[i],ses->filt->ntag->tag_data);
82 strcpy(arg
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dxstrdup.c39 return strcpy (XNMALLOC (strlen (string) + 1, char), string);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dxstrdup.c39 return strcpy (XNMALLOC (strlen (string) + 1, char), string);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dxstrdup.c39 return strcpy (XNMALLOC (strlen (string) + 1, char), string);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libogg-1.1.4/macos/compat/
H A Dstrdup.c17 strcpy(outStr, inStr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/macos/compat/
H A Dstrdup.c17 strcpy(outStr, inStr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/qemu/
H A Dq-firmware.c13 strcpy (arcs_cmdline, (char *)(cmdline + 1));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dstring.h17 extern char * strcpy(char *,const char *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxstrdup.c39 return strcpy (XNMALLOC (strlen (string) + 1, char), string);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/loginutils/
H A Dcryptpw.c16 strcpy(salt, "$1$");
19 /* Hope one day gcc will do it itself (inlining strcpy) */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/volume_id/lib/
H A Dlinux_swap.c55 strcpy(id->type_version, "1");
61 strcpy(id->type_version, "2");
67 strcpy(id->type_version, "s1suspend");
73 strcpy(id->type_version, "ulsuspend");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bpalogin/
H A Dunixmain.c204 strcpy(s.authserver,DEFAULT_AUTHSERVER);
205 strcpy(s.authdomain,DEFAULT_AUTHDOMAIN);
207 strcpy(s.username,"");
208 strcpy(s.password,"");
213 strcpy(s.password_hashed,"");
215 strcpy(s.connectedprog,"");
216 strcpy(s.disconnectedprog,"");
217 strcpy(s.localaddress,"");
237 strcpy(s.username, optarg);
240 strcpy(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/monkeys_audio_utilities/flac_mac/
H A Dmain.c47 strcpy(macdir, argv[0]);
51 strcpy(macdir, "");
122 strcpy(from, argv[to_arg]);
126 strcpy(from, "");
132 strcpy(to, from);
136 case SHORTEN: strcpy(strrchr(from,'.'), ".shn"); break;
137 case WAVPACK: strcpy(strrchr(from,'.'), ".wv"); break;
138 case RKAU: strcpy(strrchr(from,'.'), ".rka"); break;
140 strcpy(strrchr(to,'.'), ".flac");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/libsmbclient/src/lseek/
H A Dlseek_2.c25 strcpy(g_server, server);
26 strcpy(g_share, share);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dpasswordfd.c44 strcpy (passwd, save_passwd);
67 strcpy (save_passwd, passwd);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/uams_krb4/
H A Dkuam.c101 (void) strcpy((char *)(pkt->dat+2),user); /* aname */
103 (void) strcpy((char *)(pkt->dat+pkt->length),
106 (void) strcpy((char *)(pkt->dat+pkt->length),realm); /* realm */
115 (void) strcpy((char *)(pkt->dat+pkt->length),service);
117 (void) strcpy((char *)(pkt->dat+pkt->length),sinstance);
168 (void) strcpy(s_name,ptr);
172 (void) strcpy(s_instance,ptr);
176 (void) strcpy(rlm,ptr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/libsmbclient/src/list_print_jobs/
H A Dlist_print_jobs_1.c34 strcpy(g_server, server);
35 strcpy(g_share, share);
53 strcpy(g_print_user,pji->user);
54 strcpy(g_print_name,pji->name);
H A Dlist_print_jobs_2.c33 strcpy(g_server, server);
34 strcpy(g_share, share);
50 strcpy(g_print_user,pji->user);
51 strcpy(g_print_name,pji->name);
H A Dlist_print_jobs_3.c31 strcpy(g_server, server);
32 strcpy(g_share, share);
42 strcpy(g_print_user,pji->user);
43 strcpy(g_print_name,pji->name);
H A Dlist_print_jobs_4.c31 strcpy(g_server, server);
32 strcpy(g_share, share);
42 strcpy(g_print_user,pji->user);
43 strcpy(g_print_name,pji->name);
H A Dlist_print_jobs_5.c33 strcpy(g_server, server);
34 strcpy(g_share, share);
50 strcpy(g_print_user,pji->user);
51 strcpy(g_print_name,pji->name);

Completed in 297 milliseconds

1234567891011>>