Searched refs:entry (Results 1 – 9 of 9) sorted by relevance
/coreutils/tests/rm/ |
D | ext3-perf.sh | 64 echo creating a $n-entry directory took $setup_duration seconds 81 echo removing a $n-entry directory took $duration seconds
|
/coreutils/src/ |
D | dd.c | 1380 struct symbol_value const *entry; in parse_symbols() local 1382 for (entry = table; in parse_symbols() 1383 ! (operand_matches (str, entry->symbol, ',') && entry->value); in parse_symbols() 1384 entry++) in parse_symbols() 1386 if (! entry->symbol[0]) in parse_symbols() 1397 value = entry->value; in parse_symbols() 1399 value |= entry->value; in parse_symbols()
|
D | tail.c | 1380 wd_hasher (const void *entry, size_t tabsize) in wd_hasher() argument 1382 const struct File_spec *spec = entry; in wd_hasher()
|
D | sort.c | 685 proctab_hasher (void const *entry, size_t tabsize) in proctab_hasher() argument 687 struct tempnode const *node = entry; in proctab_hasher()
|
/coreutils/tests/df/ |
D | skip-duplicates.sh | 121 done++; /* skip the first entry. */
|
/coreutils/ |
D | README-hacking | 89 properly-formatted entry according to the GNU coding standards
|
D | README | 113 a well-written ChangeLog entry, unified (diff -u format) diffs relative
|
D | NEWS | 478 entries, on separate lines, colored according to the entry color code. 2339 ls --color many-entry-directory was uninterruptible for too long 2391 dangling symlinks when an 'ln=target' entry is in $LS_COLORS. 2442 Before, rm -rf 4-million-entry-directory would consume about 1GiB of memory. 3251 would print entry names *before* the name of the containing directory. 3505 even when operating on million-entry directories on ext3 and ext4 file 3507 per-entry seek time cost when operating on entries in readdir order. 3894 first entry. [introduced in coreutils-6.8] 5278 the same directory entry as 'b' no longer destroys the directory entry 5281 directory entry, usually due to lower->upper case mapping of file names. [all …]
|
/coreutils/doc/ |
D | coreutils.texi | 7875 Here is an example of how to extract the fifth entry name, @samp{deeper}, 7885 for the @samp{deeper} entry, the offsets select the name without 8378 Append a character indicator with style @var{word} to entry names, 10485 entry is removed, and the file's storage is reclaimed only when no 10486 process has the file open and no other directory entry links to the 10659 gives control of how to more efficiently remove each directory entry. 10802 must specify a nonexistent entry in an existing directory. 12184 With the same logic, @command{df} elides a mount entry of a dummy pseudo device 12185 if there is another mount entry of a real block device for that mount point with 16038 @file{/etc/utmp}), and exits with a status of 0. If there is no entry [all …]
|