Lines Matching refs:fn
140 dodir (const char *fn, /* name of "from" directory, either absolute or
144 int rel) /* if true, prepend "../" to fn before using */
158 msg ("%s: From and to directories are identical!", fn);
171 if (strlcat (buf, fn, sizeof(buf)) >= sizeof(buf))
172 quit(1, "Pathname too long: %s", fn);
174 strcat (buf, fn);
369 const char *fn, *tn;
392 fn = argv[0];
407 if (stat (fn, &fs) < 0)
408 quiterr (1, fn);
410 quit (2, "%s: Not a directory", fn);
412 exit (dodir (fn, &fs, &ts, 0));