Lines Matching defs:from
104 char *from, *to;
108 resolve(fp, &fromfd, &from);
117 if ((pathend = strrchr(from, '/')) != NULL) {
118 strncpy(tobuf, from, pathend - from + 1);
119 tobuf[pathend - from + 1] = NULL;
127 if (renameat(fromfd, from, tofd, to) < 0) {
131 from, to, strerror(saverr));
134 vprintf(stdout, gettext("rename %s to %s\n"), from, to);
278 /* No trailing \0 from readlink(2) */