from              139 bsp/drv/dev/base/tty.c tty_catq(struct tty_queue *from, struct tty_queue *to)
from              143 bsp/drv/dev/base/tty.c 	while ((c = tty_getc(from)) != -1)
from               51 usr/bin/cp/cp.c static int copy(char *from, char *to, int dirflag);
from              129 usr/bin/cp/cp.c copy(char *from, char *to, int dirflag)
from              138 usr/bin/cp/cp.c 		p = strrchr(from, '/');
from              139 usr/bin/cp/cp.c 		p = p ? p + 1 : from;
from              147 usr/bin/cp/cp.c 	if ((fold = open(from, O_RDONLY)) == -1) {
from              148 usr/bin/cp/cp.c 		warn("%s", from);
from               34 usr/lib/libc/string/strcpy.c strcpy(to, from)
from               36 usr/lib/libc/string/strcpy.c 	const char *from;
from               40 usr/lib/libc/string/strcpy.c 	for (; (*to = *from) != '\0'; ++from, ++to);
from               36 usr/lib/libc/string/swab.c swab(const void *from, void *to, size_t len)
from               43 usr/lib/libc/string/swab.c 	fp = (const char *)from;
from               57 usr/sbin/install/install.c static int copy(char *from, char *to);
from              113 usr/sbin/install/install.c copy(char *from, char *to)
from              121 usr/sbin/install/install.c 	p = strrchr(from, '/');
from              122 usr/sbin/install/install.c 	p = p ? p + 1 : from;
from              128 usr/sbin/install/install.c 	if ((fold = open(from, O_RDONLY)) == -1)