Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GrayJack/coreutils
/ functions
Functions
623 in github.com/GrayJack/coreutils
⨍
Functions
623
◇
Types & classes
98
↓ 609 callers
Function
new
()
unexpand/src/tests.rs:50
↓ 63 callers
Method
len
(&self)
coreutils_core/src/os/utmp.rs:229
↓ 61 callers
Method
iter
(&self)
coreutils_core/src/os/utmp.rs:235
↓ 61 callers
Method
push
(&mut self, value: Group)
coreutils_core/src/os/group.rs:482
↓ 52 callers
Method
write
(path: &str, err: io::Error)
sort/src/main.rs:114
↓ 47 callers
Method
version
(&self)
coreutils_core/src/os/utsname.rs:69
↓ 44 callers
Method
read
(&mut self, out: &mut [u8])
wc/src/tests.rs:15
↓ 26 callers
Function
get_default_args
()
nl/src/tests.rs:3
↓ 24 callers
Method
is_empty
(&self)
coreutils_core/src/os/utmp.rs:223
↓ 23 callers
Method
as_bstr
(&self)
coreutils_core/src/os/tty.rs:63
↓ 21 callers
Function
parse_datetime_values
Parses a slice of [`char`]s and return a value of a type that implements [`FromStr`].
date/src/main.rs:204
↓ 17 callers
Method
entry_type
(&self)
coreutils_core/src/os/utmp.rs:106
↓ 15 callers
Method
convert_line
(&mut self, line: String)
nl/src/main.rs:257
↓ 15 callers
Method
value
(self)
du/src/blocksize.rs:43
↓ 14 callers
Method
next
(&mut self)
coreutils_core/src/strings.rs:36
↓ 12 callers
Method
to_str
(self)
du/src/blocksize.rs:60
↓ 10 callers
Method
with_value
(mut self, size: u64)
du/src/blocksize.rs:146
↓ 9 callers
Method
into_iter
(self)
coreutils_core/src/os/utmp.rs:245
↓ 9 callers
Method
is_affirmative
(&self)
coreutils_core/src/input.rs:90
↓ 9 callers
Method
with_msg
(&mut self, msg: &'a str)
coreutils_core/src/input.rs:43
↓ 8 callers
Function
create_app
()
touch/src/cli.rs:3
↓ 8 callers
Function
def_status
( #[cfg(target_os = "openbsd")] utmp: &Utmp, #[cfg(not(target_os = "openbsd"))] utmp: &Utmpx, )
who/src/main.rs:354
↓ 8 callers
Function
flags_none
Test utility, return empty Flags (all set to false or None)
uniq/src/main.rs:228
↓ 8 callers
Method
flush
(&mut self)
csplit/src/main.rs:187
↓ 7 callers
Function
complement_rangeset_helper
(ranges: Vec<Range>, expected: Vec<Range>)
cut/src/tests.rs:49
↓ 7 callers
Function
create_app
()
du/src/cli.rs:6
↓ 7 callers
Method
file_name
Gets a file name from a directory entry and adds appropriate formatting
ls/src/file.rs:201
↓ 7 callers
Method
format
(&self, mut writer: W, value: f64)
seq/src/main.rs:59
↓ 7 callers
Function
get_inputs
(matches: &clap::ArgMatches)
sort/src/main.rs:34
↓ 7 callers
Function
touch
(files: &[&str], flags: TouchFlags)
touch/src/main.rs:28
↓ 6 callers
Function
build_time
Build a [`Time`]. Convenience method that resturn the same type of error as [`build_datetime`].
date/src/main.rs:224
↓ 6 callers
Function
default
Writes the provided files in the default format.
ls/src/output.rs:60
↓ 6 callers
Function
remove_test_files
(files: &[&str])
touch/src/tests.rs:166
↓ 5 callers
Function
ask
( filetype: FileType, permissions: &Permissions, filename: &str, flags: RmFlags, )
rm/src/main.rs:106
↓ 5 callers
Method
is_tty
(&self)
coreutils_core/src/os/tty.rs:90
↓ 5 callers
Method
iter
(&self)
coreutils_core/src/os/utmpx.rs:503
↓ 5 callers
Method
metadata
Retrieves the metadata from a `PathBuf`. Symbolic links will be followed if the `-H` flag is present.
ls/src/file.rs:196
↓ 5 callers
Method
permissions
Retrieves a files permissions as a string
ls/src/file.rs:77
↓ 5 callers
Method
write_line
(&mut self, line: &str)
csplit/src/main.rs:180
↓ 4 callers
Function
build_date
Build a [`Date`]. Convenience method that resturn the same type of error as [`build_datetime`].
date/src/main.rs:218
↓ 4 callers
Method
complement
In-place complement a range set.
cut/src/main.rs:160
↓ 4 callers
Function
create_app
()
time/src/cli.rs:52
↓ 4 callers
Function
filter_and_print
applies filters from args before printing
du/src/main.rs:502
↓ 4 callers
Method
gid
(&self)
coreutils_core/src/os/passwd.rs:365
↓ 4 callers
Method
is_all_false
(&self)
who/src/main.rs:116
↓ 4 callers
Function
is_tty
(file_descriptor: &impl AsRawFd)
coreutils_core/src/os/tty.rs:103
↓ 4 callers
Method
name
(&self)
coreutils_core/src/os/group.rs:248
↓ 4 callers
Method
next
(&mut self)
coreutils_core/src/os/utmp.rs:270
↓ 4 callers
Method
parse
(matches: &'a clap::ArgMatches)
seq/src/args.rs:38
↓ 4 callers
Function
read_stream
Read from a stream, truncated at a number of lines or bytes and write back to a stream
head/src/main.rs:112
↓ 4 callers
Function
satisfies_threshold
(value: &DisplayValue, threshold_opt: &Option<(bool, Blocksize)>)
du/src/main.rs:524
↓ 4 callers
Function
sort
(flags: &SortFlags, mut inputs: Vec<Buffer>)
sort/src/main.rs:70
↓ 4 callers
Method
uid
(&self)
coreutils_core/src/os/passwd.rs:359
↓ 4 callers
Function
wc
(stream: R)
wc/src/main.rs:127
↓ 3 callers
Method
belongs_to
(&self)
coreutils_core/src/os/passwd.rs:439
↓ 3 callers
Method
blocks
Retrieves the number of blocks allocated to a file as a string
ls/src/file.rs:64
↓ 3 callers
Function
copy_buffer
Writes the contents of input buffer reader to the provided writer.
tee/src/main.rs:98
↓ 3 callers
Function
create_app
()
nl/src/cli.rs:3
↓ 3 callers
Function
create_app
()
seq/src/cli.rs:4
↓ 3 callers
Function
create_app
()
sort/src/cli.rs:3
↓ 3 callers
Function
default_flags
()
sort/src/main.rs:202
↓ 3 callers
Function
get_sec
(sys_time_res: Result<SystemTime, Error>)
du/src/main.rs:491
↓ 3 callers
Function
move_files
(sources: Vec<PathBuf>, target: &Path, flags: &MvFlags)
mv/src/main.rs:106
↓ 3 callers
Function
output
(result: Files, writer: &mut BufWriter<io::Stdout>, flags: Flags)
ls/src/output.rs:21
↓ 3 callers
Method
read
(path: &str, err: io::Error)
sort/src/main.rs:110
↓ 3 callers
Function
read_stream
Read from a stream, truncated at a number of lines or bytes from the end, and write back to a stream
tail/src/main.rs:128
↓ 3 callers
Method
show_list
Whether to print as a list based ont the provided flags
ls/src/flags.rs:98
↓ 3 callers
Function
test_input
(iterator: I, expected: &Args)
seq/src/args.rs:126
↓ 3 callers
Method
with_nano_seconds
(mut self, n_secs: i64)
du/src/time.rs:43
↓ 3 callers
Method
with_suffix
(mut self, suffix: &str)
du/src/blocksize.rs:151
↓ 2 callers
Method
add_executable_color
Adds a bold green color to a file name to represent an executable
ls/src/file.rs:280
↓ 2 callers
Function
byte_count
Count the total number of bytes in the provided buffer.
tail/src/main.rs:171
↓ 2 callers
Function
collect
Read the `&str` as a directory and collect the results into a `File` vector.
ls/src/main.rs:114
↓ 2 callers
Function
create_app
()
users/src/cli.rs:3
↓ 2 callers
Function
create_app
()
nice/src/cli.rs:7
↓ 2 callers
Function
create_app
()
groups/src/cli.rs:3
↓ 2 callers
Function
create_app
()
rm/src/cli.rs:3
↓ 2 callers
Function
create_app
()
tty/src/cli.rs:3
↓ 2 callers
Function
create_app
()
link/src/cli.rs:3
↓ 2 callers
Function
create_app
()
rmdir/src/cli.rs:3
↓ 2 callers
Function
create_app
()
uptime/src/cli.rs:3
↓ 2 callers
Function
create_app
()
expand/src/cli.rs:3
↓ 2 callers
Function
create_app
()
who/src/cli.rs:3
↓ 2 callers
Function
create_app
()
ls/src/cli.rs:3
↓ 2 callers
Function
create_app
()
head/src/cli.rs:3
↓ 2 callers
Function
create_app
()
csplit/src/cli.rs:3
↓ 2 callers
Function
create_app
()
echo/src/cli.rs:3
↓ 2 callers
Function
create_app
()
mkdir/src/cli.rs:3
↓ 2 callers
Function
create_app
()
logname/src/cli.rs:3
↓ 2 callers
Function
create_app
()
tee/src/cli.rs:3
↓ 2 callers
Function
create_app
()
dirname/src/cli.rs:3
↓ 2 callers
Function
create_app
()
date/src/cli.rs:3
↓ 2 callers
Function
create_app
()
cut/src/cli.rs:3
↓ 2 callers
Function
create_app
()
basename/src/cli.rs:3
↓ 2 callers
Function
create_app
()
chroot/src/cli.rs:6
↓ 2 callers
Function
create_app
()
pwd/src/cli.rs:3
↓ 2 callers
Function
create_app
()
unexpand/src/cli.rs:3
↓ 2 callers
Function
create_app
()
uniq/src/cli.rs:3
↓ 2 callers
Function
create_app
()
mv/src/cli.rs:3
↓ 2 callers
Function
create_app
()
cat/src/cli.rs:3
next →
1–100 of 623, ranked by callers