Searched refs:remote (Results 1 – 7 of 7) sorted by relevance
/coreutils/tests/mv/ |
D | to-symlink.sh | 30 echo remote > $rem_file || framework_failure_ 41 test $(cat $rem_file) = remote || fail=1
|
/coreutils/src/ |
D | tail.c | 132 bool remote; member 921 bool remote = true; /* be conservative (poll by default). */ in fremote() local 940 remote = is_local_fs_type (buf.f_type) <= 0; in fremote() 944 return remote; in fremote() 1014 else if ((f->remote = fremote (fd, pretty_name (f))) && ! disable_inotify) in recheck() 1021 f->remote = true; in recheck() 1270 else if (S_ISREG (mode) && f[i].remote) in tail_forever() 1321 if (0 <= f[i].fd && f[i].remote) in any_remote_file() 1333 if (0 <= f[i].fd && ! f[i].remote) in any_non_remote_file() 2042 f->remote = fremote (fd, pretty_name (f)); in tail_file()
|
/coreutils/ |
D | README-release | 39 If it is a remote file system tag it as such.
|
D | bootstrap | 565 git -C "$gnulib_path" remote add origin \
|
D | NEWS | 532 df no longer outputs duplicate remote mounts in the presence of bind mounts. 644 df now recognizes these file systems as remote: 1261 tail -f 'remote file' will now avoid outputting repeated data on network 1371 tail -F now works with initially non existent files on a remote file system. 1440 and "tracefs", and remote file system "acfs". 1453 df --local no longer hangs with inaccessible remote mounts. 1544 df no longer suppresses separate exports of the same remote device, as 1546 suppress duplicate remote file systems. 2186 stat -f recognizes the new remote file system types: aufs, panfs. 2717 remote directory [bug introduced in coreutils-7.5] [all …]
|
D | HACKING | 82 When you "pull" from a remote repository to get the latest, your local
|
/coreutils/doc/ |
D | coreutils.texi | 9758 this flag can matter when reading from a remote file that has been 10602 File system backups and remote mirrors may contain copies of the 12210 Duplicate file systems are local or remote file systems that are mounted 12251 Limit the listing to local file systems. By default, remote file systems 12371 available space, by suppressing duplicate remote file systems. 12867 of attribute access, especially useful with remote file systems. 16142 @cindex remote hostname 16145 line, login time, and remote hostname or X display.
|