Lines Matching defs:from
39 * University Acknowledgment- Portions of this document are derived from
536 * is a directory, then call rcopy (from copydir).
558 * endless loop if revisited from a
578 * revisiting this directory from another part of
1236 rcopy(char *from, char *to)
1238 DIR *fold = opendir(from);
1245 Perror(from);
1269 if (strlen(from)+1+strlen(dp->d_name) >=
1273 cmd, from, dp->d_name);
1278 "%s/%s", from, dp->d_name);
1868 /* Copy extended system attributes from source to target */
1885 * Gets non default extended system attributes from the
1932 * Gets non default extended system attributes from the
1951 "attributes from attribute file "
1970 "copy extended system attributes from "