to 139 bsp/drv/dev/base/tty.c tty_catq(struct tty_queue *from, struct tty_queue *to) to 144 bsp/drv/dev/base/tty.c tty_putc(c, to); to 51 usr/bin/cp/cp.c static int copy(char *from, char *to, int dirflag); to 129 usr/bin/cp/cp.c copy(char *from, char *to, int dirflag) to 140 usr/bin/cp/cp.c strlcpy(path, to, sizeof(path)); to 141 usr/bin/cp/cp.c if (strcmp(to, "/")) to 144 usr/bin/cp/cp.c to = path; to 154 usr/bin/cp/cp.c if ((fnew = creat(to, mode)) == -1) { to 155 usr/bin/cp/cp.c warn("%s", to); to 161 usr/bin/cp/cp.c warn("%s", to); to 34 usr/lib/libc/string/strcpy.c strcpy(to, from) to 35 usr/lib/libc/string/strcpy.c char *to; to 38 usr/lib/libc/string/strcpy.c char *save = to; to 40 usr/lib/libc/string/strcpy.c for (; (*to = *from) != '\0'; ++from, ++to); to 36 usr/lib/libc/string/swab.c swab(const void *from, void *to, size_t len) to 44 usr/lib/libc/string/swab.c tp = (char *)to; to 57 usr/sbin/install/install.c static int copy(char *from, char *to); to 113 usr/sbin/install/install.c copy(char *from, char *to) to 123 usr/sbin/install/install.c strlcpy(path, to, sizeof(path)); to 126 usr/sbin/install/install.c to = path; to 133 usr/sbin/install/install.c if ((fnew = creat(to, mode)) == -1) {