Searched refs:entries (Results 1 – 10 of 10) sorted by relevance
/coreutils/src/ |
D | uptime.c | 48 idx_t entries = 0; in print_uptime() local 52 entries += IS_USER_PROCESS (this); in print_uptime() 98 printf (ngettext ("%td user", "%td users", select_plural (entries)), in print_uptime() 99 entries); in print_uptime()
|
D | expand-common.c | 233 validate_tab_stops (uintmax_t const *tabs, size_t entries) in validate_tab_stops() argument 237 for (size_t i = 0; i < entries; i++) in validate_tab_stops()
|
D | dircolors.hin | 12 # Global config options can be specified before TERM or COLORTERM entries 17 # Below are TERM or COLORTERM entries, which can be glob patterns, which 250 # Subsequent TERM or COLORTERM entries, can be used to add / override
|
D | who.c | 537 idx_t entries = 0; in list_entries_who() local 551 entries++; in list_entries_who() 555 printf (_("\n# users=%td\n"), entries); in list_entries_who()
|
/coreutils/tests/df/ |
D | skip-duplicates.sh | 115 nonroot_fs = "/"; /* merge into / entries. */
|
/coreutils/ |
D | HACKING | 70 include a one-line summary, a blank line, and ChangeLog-style entries 134 put the ChangeLog entries *only* in the commit log, initially, unless 218 entries for all affected files. However, it's fine -- even recommended -- 220 and ChangeLog entries don't give enough of the big picture. Omit the 403 When writing prose (documentation, comments, log entries), use an
|
D | NEWS | 478 entries, on separate lines, colored according to the entry color code. 675 df now correctly parses the /proc/self/mountinfo file for unusual entries 732 Previously no error and no entries were output, and so indistinguishable 1298 mount entries now being processed in about 1.1s compared to 1.7s. 1410 eliding duplicate bind mounted entries. 1429 dircolors now supports globbing of TERM entries in its database. 1638 df now outputs all appropriate entries in the presence of bind mounts. 1639 On some systems, entries would have been incorrectly elided due to 1834 id accepts a new option: --zero (-z) to delimit the output entries by 1916 du now accepts the --threshold=SIZE option to restrict the output to entries [all …]
|
/coreutils/tests/ |
D | local.mk | 235 tests/rm/many-dir-entries-vs-OOM.sh \
|
/coreutils/doc/ |
D | sort-version.texi | 870 function to compare two directory entries (despite the names, they are
|
D | coreutils.texi | 2602 @c up with truncated index entries that don't work. 7644 directory in which entries are actively being removed or renamed.) 7975 @c The commented-out entries are ones we're not sure about. 8820 Print the LS_COLORS entries on separate lines, 8929 directory structure; i.e., @samp{ls -U} may list the entries in a copied 12181 (@var{mtab}), i.e., it hides duplicate entries, unless the @option{-a} option is 12488 and entries that @command{du} outputs. 12631 of sizes of all entries beneath @var{d} as well as the size of @var{d} itself. 12647 Exclude entries based on a given @var{size}. The @var{size} refers to used 12651 If @var{size} is positive, then @command{du} will only print entries with a size [all …]
|