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
Method
fields
(&self)
coreutils_core/src/os/passwd.rs:429
Method
fmt
(&self, f: &mut fmt::Formatter)
seq/src/main.rs:90
Method
fmt
(&self, f: &mut fmt::Formatter)
seq/src/args.rs:14
Method
fmt
(&self, f: &mut fmt::Formatter)
du/src/blocksize.rs:205
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
sort/src/main.rs:126
Method
fmt
(&self, f: &mut fmt::Formatter)
csplit/src/main.rs:207
Method
fmt
(&self, f: &mut fmt::Formatter)
coreutils_core/src/mktemp.rs:20
Method
fmt
(&self, f: &mut fmt::Formatter)
coreutils_core/src/env.rs:27
Method
fmt
(&self, f: &mut fmt::Formatter)
coreutils_core/src/os/utmpx.rs:67
Method
fmt
(&self, f: &mut fmt::Formatter)
coreutils_core/src/os/tty.rs:25
Method
fmt
(&self, f: &mut fmt::Formatter)
coreutils_core/src/os/group.rs:59
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
coreutils_core/src/os/time.rs:67
Method
fmt
(&self, f: &mut fmt::Formatter)
coreutils_core/src/os/utsname.rs:143
Method
fmt
(&self, f: &mut fmt::Formatter)
coreutils_core/src/os/audit.rs:89
Method
fmt
(&self, f: &mut fmt::Formatter)
coreutils_core/src/os/passwd.rs:68
Method
fmt
(&self, f: &mut fmt::Formatter)
cut/src/main.rs:69
Function
fmt_load
()
uptime/src/main.rs:129
Function
fmt_number_users
(num_users: usize)
uptime/src/main.rs:151
Function
fmt_time
()
uptime/src/main.rs:119
Function
fmt_uptime
(upsecs: i64, pretty_flag: bool)
uptime/src/main.rs:159
Function
footer_numbering
()
nl/src/tests.rs:203
Function
format_display_time
(time: DuTime, flags_opts: &DuFlagsAndOptions)
du/src/main.rs:593
Function
format_display_value
(value: DisplayValue, flags_opts: &DuFlagsAndOptions)
du/src/main.rs:571
Method
from
Creates a `File` instance from a `PathBuf`
ls/src/file.rs:38
Method
from
(string: &str)
coreutils_core/src/backup.rs:81
Method
from
(err: VarError)
coreutils_core/src/env.rs:37
Method
from
(buffer: &'a str)
coreutils_core/src/strings.rs:23
Method
from
(utm: utmp)
coreutils_core/src/os/utmp.rs:120
Method
from
(ru: rusage)
coreutils_core/src/os/resource.rs:83
Method
from
(c_utmpx: utmpx)
coreutils_core/src/os/utmpx.rs:287
Method
from
(err: NulError)
coreutils_core/src/os/group.rs:89
Method
from
(err: io::Error)
coreutils_core/src/os/time.rs:78
Method
from
(uts_name: UtsName)
coreutils_core/src/os/utsname.rs:169
Method
from
(err: GrError)
coreutils_core/src/os/passwd.rs:104
Method
from
(_err: ParseIntError)
cut/src/main.rs:51
Method
from_c_utmp
(utm: utmp)
coreutils_core/src/os/utmp.rs:53
Method
from_file
(path: impl AsRef<Path>)
coreutils_core/src/os/utmp.rs:191
Method
from_file
(path: impl AsRef<Path>)
coreutils_core/src/os/utmpx.rs:408
Method
from_gid
(id: Gid)
coreutils_core/src/os/group.rs:172
Method
from_group_list
(group_list: &[&str])
coreutils_core/src/os/group.rs:473
Method
from_matches
(matches: &ArgMatches)
nl/src/main.rs:131
Method
from_matches
(matches: &ArgMatches)
rm/src/main.rs:72
Method
from_matches
(matches: &'a ArgMatches)
du/src/main.rs:83
Method
from_matches
(matches: &ArgMatches)
rmdir/src/main.rs:38
Method
from_matches
(matches: &ArgMatches)
expand/src/main.rs:86
Method
from_matches
(matches: &ArgMatches)
who/src/main.rs:96
Method
from_matches
(matches: &ArgMatches)
sort/src/main.rs:90
Method
from_matches
Create a `Flags` instance from the parsed command line arguments
ls/src/flags.rs:39
Method
from_matches
Parse arguments into a Flags enum This will exit the program early on invalid args
head/src/main.rs:34
Method
from_matches
(matches: &'a ArgMatches)
touch/src/main.rs:69
Method
from_matches
(matches: &ArgMatches)
tee/src/main.rs:112
Method
from_matches
(matches: &ArgMatches)
unexpand/src/main.rs:83
Method
from_matches
(matches: &clap::ArgMatches)
uniq/src/main.rs:52
Method
from_matches
(matches: &ArgMatches)
mv/src/main.rs:69
Method
from_matches
(matches: &ArgMatches)
cat/src/main.rs:81
Method
from_matches
(matches: &ArgMatches)
wc/src/main.rs:72
Method
from_matches
()
time/src/flags.rs:26
Method
from_matches
(matches: &'a ArgMatches)
id/src/main.rs:107
Method
from_matches
Parse arguments into a Flags enum This will exit the program early on invalid args
tail/src/main.rs:34
Method
from_name
Creates a `File` instance from a `PathBuf` and supplies a file name
ls/src/file.rs:57
Method
from_name
(name: &str)
coreutils_core/src/os/group.rs:208
Method
from_name
(name: &str)
coreutils_core/src/os/passwd.rs:307
Method
from_str
(size: &str)
du/src/blocksize.rs:113
Method
from_string
(string: impl AsRef<str>)
coreutils_core/src/backup.rs:72
Method
from_string
Parse a range into optional beginning and optional end. Accepted formats are: - <number> - "-" <number> - <number> "-" - <number> "-" <number> # Erro
cut/src/main.rs:89
Method
from_uid
(id: Uid)
coreutils_core/src/os/passwd.rs:271
Method
from_username
(username: &str)
coreutils_core/src/os/group.rs:374
Method
from_value
(value: Option<&str>, default_value: Style)
nl/src/main.rs:71
Method
from_vec
(mut ranges: Vec<Range>)
cut/src/main.rs:130
Method
gecos
(&self)
coreutils_core/src/os/passwd.rs:371
Function
get_arg
(args: &mut Option<Values>)
printf/src/main.rs:172
Function
get_effective_gid
()
coreutils_core/src/os.rs:56
Function
get_effective_uid
()
coreutils_core/src/os.rs:68
Method
get_format
(&self)
du/src/time.rs:14
Function
get_real_gid
()
coreutils_core/src/os.rs:62
Function
get_real_uid
()
coreutils_core/src/os.rs:74
Function
get_routing_table
()
coreutils_core/src/os/routing_table.rs:22
Function
header_numbering
()
nl/src/tests.rs:236
Method
host
(&self)
coreutils_core/src/os/utmp.rs:66
Method
host
(&self)
coreutils_core/src/os/utmpx.rs:166
Method
id
(&self)
coreutils_core/src/os/utmpx.rs:178
Method
id
(&self)
coreutils_core/src/os/group.rs:254
Method
into_iter
(self)
coreutils_core/src/os/utmpx.rs:519
Method
into_iter
(self)
coreutils_core/src/os/group.rs:510
Function
invalid_command_returns_errno_when_set
()
time/src/subprocess.rs:48
Method
is_active
(&self)
coreutils_core/src/os/utmpx.rs:203
Method
is_empty
(&self)
coreutils_core/src/os/utmpx.rs:497
Method
is_empty
(&self)
coreutils_core/src/os/group.rs:488
Method
is_executable
Check if a path is an executable file
ls/src/file.rs:162
Method
is_hidden
Checks if a string looks like a hidden unix file name
ls/src/file.rs:175
Function
is_tab_stop_repetable
()
unexpand/src/tests.rs:129
Function
is_tab_stop_values
()
unexpand/src/tests.rs:138
Function
is_tab_stop_with_offset
()
unexpand/src/tests.rs:151
Function
is_tab_stop_with_values_and_repetable
()
unexpand/src/tests.rs:163
Function
join_blank_lines
()
nl/src/tests.rs:140
Method
largest_from_value
(value: u64, use_si: bool)
du/src/blocksize.rs:83
Method
last_password_change
(&self)
coreutils_core/src/os/passwd.rs:409
Function
line_increment
()
nl/src/tests.rs:97
Function
local_time
(timestamp: i64)
coreutils_core/src/os/time.rs:29
Method
login_time
(&self)
coreutils_core/src/os/utmpx.rs:212
← previous
next →
301–400 of 623, ranked by callers