Lines Matching defs:from
39 * University Acknowledgment- Portions of this document are derived from
233 /* rename all entries from CURRENT to BACKUP */
458 * otherwise if statd_call_statd was successful, remove from backup.
485 * from recovering the same host twice (as symlink and
675 /* remove name from BACKUP */
678 /* remove entry from recovery_q */
770 * Deletes name from specified list (namepp).
796 * Finds name from specified list (namep).
880 * Moves the file specified by `from' to `to' only if the
882 * why we don't just do a rename(2)). If `from' is a
893 char from[MAXPATHLEN];
896 (void) strcpy(from, fromdir);
897 (void) strcat(from, "/");
898 (void) strcat(from, file);
899 if (is_symlink(from)) {
903 n = readlink(from, rname, MAXNAMELEN);
907 from);
934 if (unlink(from) < 0) {
935 syslog(LOG_ERR, "move_file: unlink of %s, error %m", from);
987 * remove the name from the specified directory
1019 * Remove the name from the specified directory, which is dir1/dir2 or
1168 * routine adds (deletes) the name to (from) the in-ram table and the entry
1169 * to (from) the file system name space.
1272 /* remove this entry from current directory */