Home
last modified time | relevance | path

Searched refs:stay_on_filesystem (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/dua-cli/dua-cli-2.14.11/src/
H A Dmain.rs66 cross_filesystems: !opt.stay_on_filesystem, in main()
87 paths_from(input, !opt.stay_on_filesystem)?, in main()
139 paths_from(input, !opt.stay_on_filesystem)?, in main()
155 paths_from(opt.input, !opt.stay_on_filesystem)?, in main()
H A Doptions.rs90 pub stay_on_filesystem: bool, field
/dports/misc/findutils/findutils-4.8.0/find/
H A Dftsfind.c500 if (options.stay_on_filesystem) in find()
H A Ddefs.h575 bool stay_on_filesystem; member
H A Dutil.c1046 p->stay_on_filesystem = false; in set_option_defaults()
H A Doldfind.c1229 if (options.stay_on_filesystem) in process_path()
H A Dparser.c2593 options.stay_on_filesystem = true; in parse_xdev()
/dports/sysutils/dua-cli/dua-cli-2.14.11/
H A DCHANGELOG.md574 …- Respect 'stay_on_filesystem' when no input files are provided ([`33f81d6`](https://github.com/By…
/dports/misc/findutils/findutils-4.8.0/
H A DChangeLog8597 * find.c: Add variable `stay_on_filesystem' for -xdev.
8600 stay_on_filesystem, don't process a dir on a different
8604 (parse_xdev): Set stay_on_filesystem.