Searched refs:strcpy (Results 1 – 8 of 8) sorted by relevance
| /include/ |
| D | string.h | 13 char *strcpy(char *to, const char *from);
|
| /bin/shell/ |
| D | shell.c | 77 strcpy(path, searchpath[i]); in Cmd_Run()
|
| /sys/kern/ |
| D | libc.c | 58 strcpy(char *to, const char *from) in strcpy() function
|
| /lib/libc/ |
| D | string.c | 24 strcpy(char *to, const char *from) in strcpy() function
|
| /lib/liblwip/src/netif/ppp/ |
| D | auth.c | 793 strcpy(ppp_settings.our_name, ppp_settings.hostname); 797 strcpy(ppp_settings.user, ppp_settings.our_name); 1031 strcpy(user, "none"); in get_pap_passwd() 1034 strcpy(passwd, "none"); in get_pap_passwd()
|
| D | chap.c | 753 strcpy(msg, "Welcome!"); in ChapSendStatus() 755 strcpy(msg, "I don't like you. Go 'way."); in ChapSendStatus()
|
| D | ppp_oe.c | 305 strcpy(devname, "pppoe"); /* as long as we don't know which instance */ in pppoe_dispatch_disc_pkt()
|
| /sys/fs/o2fs/ |
| D | o2fs.c | 673 strcpy(de.d_name, (char *)dirEntry.name); in O2FS_ReadDir()
|