MCPcopy Create free account

hub / github.com/GrayJack/coreutils / functions

Functions623 in github.com/GrayJack/coreutils

Methodfields
(&self)
coreutils_core/src/os/passwd.rs:429
Methodfmt
(&self, f: &mut fmt::Formatter)
seq/src/main.rs:90
Methodfmt
(&self, f: &mut fmt::Formatter)
seq/src/args.rs:14
Methodfmt
(&self, f: &mut fmt::Formatter)
du/src/blocksize.rs:205
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
sort/src/main.rs:126
Methodfmt
(&self, f: &mut fmt::Formatter)
csplit/src/main.rs:207
Methodfmt
(&self, f: &mut fmt::Formatter)
coreutils_core/src/mktemp.rs:20
Methodfmt
(&self, f: &mut fmt::Formatter)
coreutils_core/src/env.rs:27
Methodfmt
(&self, f: &mut fmt::Formatter)
coreutils_core/src/os/utmpx.rs:67
Methodfmt
(&self, f: &mut fmt::Formatter)
coreutils_core/src/os/tty.rs:25
Methodfmt
(&self, f: &mut fmt::Formatter)
coreutils_core/src/os/group.rs:59
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
coreutils_core/src/os/time.rs:67
Methodfmt
(&self, f: &mut fmt::Formatter)
coreutils_core/src/os/utsname.rs:143
Methodfmt
(&self, f: &mut fmt::Formatter)
coreutils_core/src/os/audit.rs:89
Methodfmt
(&self, f: &mut fmt::Formatter)
coreutils_core/src/os/passwd.rs:68
Methodfmt
(&self, f: &mut fmt::Formatter)
cut/src/main.rs:69
Functionfmt_load
()
uptime/src/main.rs:129
Functionfmt_number_users
(num_users: usize)
uptime/src/main.rs:151
Functionfmt_time
()
uptime/src/main.rs:119
Functionfmt_uptime
(upsecs: i64, pretty_flag: bool)
uptime/src/main.rs:159
Functionfooter_numbering
()
nl/src/tests.rs:203
Functionformat_display_time
(time: DuTime, flags_opts: &DuFlagsAndOptions)
du/src/main.rs:593
Functionformat_display_value
(value: DisplayValue, flags_opts: &DuFlagsAndOptions)
du/src/main.rs:571
Methodfrom
Creates a `File` instance from a `PathBuf`
ls/src/file.rs:38
Methodfrom
(string: &str)
coreutils_core/src/backup.rs:81
Methodfrom
(err: VarError)
coreutils_core/src/env.rs:37
Methodfrom
(buffer: &'a str)
coreutils_core/src/strings.rs:23
Methodfrom
(utm: utmp)
coreutils_core/src/os/utmp.rs:120
Methodfrom
(ru: rusage)
coreutils_core/src/os/resource.rs:83
Methodfrom
(c_utmpx: utmpx)
coreutils_core/src/os/utmpx.rs:287
Methodfrom
(err: NulError)
coreutils_core/src/os/group.rs:89
Methodfrom
(err: io::Error)
coreutils_core/src/os/time.rs:78
Methodfrom
(uts_name: UtsName)
coreutils_core/src/os/utsname.rs:169
Methodfrom
(err: GrError)
coreutils_core/src/os/passwd.rs:104
Methodfrom
(_err: ParseIntError)
cut/src/main.rs:51
Methodfrom_c_utmp
(utm: utmp)
coreutils_core/src/os/utmp.rs:53
Methodfrom_file
(path: impl AsRef<Path>)
coreutils_core/src/os/utmp.rs:191
Methodfrom_file
(path: impl AsRef<Path>)
coreutils_core/src/os/utmpx.rs:408
Methodfrom_gid
(id: Gid)
coreutils_core/src/os/group.rs:172
Methodfrom_group_list
(group_list: &[&str])
coreutils_core/src/os/group.rs:473
Methodfrom_matches
(matches: &ArgMatches)
nl/src/main.rs:131
Methodfrom_matches
(matches: &ArgMatches)
rm/src/main.rs:72
Methodfrom_matches
(matches: &'a ArgMatches)
du/src/main.rs:83
Methodfrom_matches
(matches: &ArgMatches)
rmdir/src/main.rs:38
Methodfrom_matches
(matches: &ArgMatches)
expand/src/main.rs:86
Methodfrom_matches
(matches: &ArgMatches)
who/src/main.rs:96
Methodfrom_matches
(matches: &ArgMatches)
sort/src/main.rs:90
Methodfrom_matches
Create a `Flags` instance from the parsed command line arguments
ls/src/flags.rs:39
Methodfrom_matches
Parse arguments into a Flags enum This will exit the program early on invalid args
head/src/main.rs:34
Methodfrom_matches
(matches: &'a ArgMatches)
touch/src/main.rs:69
Methodfrom_matches
(matches: &ArgMatches)
tee/src/main.rs:112
Methodfrom_matches
(matches: &ArgMatches)
unexpand/src/main.rs:83
Methodfrom_matches
(matches: &clap::ArgMatches)
uniq/src/main.rs:52
Methodfrom_matches
(matches: &ArgMatches)
mv/src/main.rs:69
Methodfrom_matches
(matches: &ArgMatches)
cat/src/main.rs:81
Methodfrom_matches
(matches: &ArgMatches)
wc/src/main.rs:72
Methodfrom_matches
()
time/src/flags.rs:26
Methodfrom_matches
(matches: &'a ArgMatches)
id/src/main.rs:107
Methodfrom_matches
Parse arguments into a Flags enum This will exit the program early on invalid args
tail/src/main.rs:34
Methodfrom_name
Creates a `File` instance from a `PathBuf` and supplies a file name
ls/src/file.rs:57
Methodfrom_name
(name: &str)
coreutils_core/src/os/group.rs:208
Methodfrom_name
(name: &str)
coreutils_core/src/os/passwd.rs:307
Methodfrom_str
(size: &str)
du/src/blocksize.rs:113
Methodfrom_string
(string: impl AsRef<str>)
coreutils_core/src/backup.rs:72
Methodfrom_string
Parse a range into optional beginning and optional end. Accepted formats are: - <number> - "-" <number> - <number> "-" - <number> "-" <number> # Erro
cut/src/main.rs:89
Methodfrom_uid
(id: Uid)
coreutils_core/src/os/passwd.rs:271
Methodfrom_username
(username: &str)
coreutils_core/src/os/group.rs:374
Methodfrom_value
(value: Option<&str>, default_value: Style)
nl/src/main.rs:71
Methodfrom_vec
(mut ranges: Vec<Range>)
cut/src/main.rs:130
Methodgecos
(&self)
coreutils_core/src/os/passwd.rs:371
Functionget_arg
(args: &mut Option<Values>)
printf/src/main.rs:172
Functionget_effective_gid
()
coreutils_core/src/os.rs:56
Functionget_effective_uid
()
coreutils_core/src/os.rs:68
Methodget_format
(&self)
du/src/time.rs:14
Functionget_real_gid
()
coreutils_core/src/os.rs:62
Functionget_real_uid
()
coreutils_core/src/os.rs:74
Functionget_routing_table
()
coreutils_core/src/os/routing_table.rs:22
Functionheader_numbering
()
nl/src/tests.rs:236
Methodhost
(&self)
coreutils_core/src/os/utmp.rs:66
Methodhost
(&self)
coreutils_core/src/os/utmpx.rs:166
Methodid
(&self)
coreutils_core/src/os/utmpx.rs:178
Methodid
(&self)
coreutils_core/src/os/group.rs:254
Methodinto_iter
(self)
coreutils_core/src/os/utmpx.rs:519
Methodinto_iter
(self)
coreutils_core/src/os/group.rs:510
Functioninvalid_command_returns_errno_when_set
()
time/src/subprocess.rs:48
Methodis_active
(&self)
coreutils_core/src/os/utmpx.rs:203
Methodis_empty
(&self)
coreutils_core/src/os/utmpx.rs:497
Methodis_empty
(&self)
coreutils_core/src/os/group.rs:488
Methodis_executable
Check if a path is an executable file
ls/src/file.rs:162
Methodis_hidden
Checks if a string looks like a hidden unix file name
ls/src/file.rs:175
Functionis_tab_stop_repetable
()
unexpand/src/tests.rs:129
Functionis_tab_stop_values
()
unexpand/src/tests.rs:138
Functionis_tab_stop_with_offset
()
unexpand/src/tests.rs:151
Functionis_tab_stop_with_values_and_repetable
()
unexpand/src/tests.rs:163
Functionjoin_blank_lines
()
nl/src/tests.rs:140
Methodlargest_from_value
(value: u64, use_si: bool)
du/src/blocksize.rs:83
Methodlast_password_change
(&self)
coreutils_core/src/os/passwd.rs:409
Functionline_increment
()
nl/src/tests.rs:97
Functionlocal_time
(timestamp: i64)
coreutils_core/src/os/time.rs:29
Methodlogin_time
(&self)
coreutils_core/src/os/utmpx.rs:212
← previousnext →301–400 of 623, ranked by callers