#ifdef FIONREAD
/* If nonzero, use the FIONREAD ioctl, as an optimization.
- (On Ultrix, it is not supported on NFS filesystems.) */
+ (On Ultrix, it is not supported on NFS file systems.) */
int use_fionread = 1;
#endif
if (earlier_file)
{
- /* Avoid damaging the destination filesystem by refusing to preserve
+ /* Avoid damaging the destination file system by refusing to preserve
hard-linked directories (which are found at least in Netapp snapshot
directories). */
if (S_ISDIR (src_type))
uid_t myeuid;
/* If nonzero, when copying recursively, skip any subdirectories that are
- on different filesystems from the one we started on. */
+ on different file systems from the one we started on. */
int one_file_system;
/* If nonzero, attempt to give the copies the original files' permissions,
return is_a_dir;
}
-/* Move SOURCE onto DEST. Handles cross-filesystem moves.
+/* Move SOURCE onto DEST. Handles cross-file-system moves.
If SOURCE is a directory, DEST must not exist.
Return 0 if successful, 1 if an error occurred. */
Options:
-p, --portability Instead of performing length checks on the
- underlying filesystem, test the length of the
+ underlying file system, test the length of the
pathname and its components against the POSIX
minimum limits for portability, _POSIX_NAME_MAX
and _POSIX_PATH_MAX in 2.9.2. Also check that
? (statbuf).st_blksize : DEV_BSIZE)
# if defined hpux || defined __hpux__ || defined __hpux
/* HP-UX counts st_blocks in 1024-byte units.
- This loses when mixing HP-UX and BSD filesystems with NFS. */
+ This loses when mixing HP-UX and BSD file systems with NFS. */
# define ST_NBLOCKSIZE 1024
# else /* !hpux */
# if defined _AIX && defined _I386