Searched refs:table (Results 1 – 10 of 10) sorted by relevance
/coreutils/src/ |
D | kill.c | 108 list_signals (bool table, char *const *argv) in list_signals() argument 114 if (table) in list_signals() 208 bool table = false; in main() local 262 table = true; in main() 295 ? list_signals (table, optind < argc ? argv + optind : nullptr) in main()
|
D | ptx.c | 599 search_table (WORD *word, WORD_TABLE *table) in search_table() argument 607 highest = table->length - 1; in search_table() 611 value = compare_words (word, table->start + middle); in search_table() 687 digest_word_file (char const *file_name, WORD_TABLE *table) in digest_word_file() argument 695 table->start = nullptr; in digest_word_file() 696 table->alloc = 0; in digest_word_file() 697 table->length = 0; in digest_word_file() 715 if (table->length == table->alloc) in digest_word_file() 716 table->start = x2nrealloc (table->start, &table->alloc, in digest_word_file() 717 sizeof *table->start); in digest_word_file() [all …]
|
D | df.c | 238 static char ***table; variable 369 table = xnrealloc (table, nrows, sizeof (char **)); in alloc_table_row() 370 table[nrows - 1] = xnmalloc (ncolumns, sizeof (char *)); in alloc_table_row() 386 char *cell = table[row][col]; in print_table() 639 table[nrows - 1][col] = cell; in get_header() 1257 table[nrows - 1][col] = cell; in get_dev()
|
D | dd.c | 1372 parse_symbols (char const *str, struct symbol_value const *table, in parse_symbols() argument 1382 for (entry = table; in parse_symbols()
|
/coreutils/doc/ |
D | coreutils.texi | 766 @table @samp 785 @end table 830 @table @samp 855 @table @samp 878 @end table 891 @end table 915 @table @code 939 @end table 990 @table @samp 1060 @end table [all …]
|
D | perm.texi | 73 @table @asis 102 @end table 111 @table @asis 119 @end table 190 @table @code 202 @end table 207 @table @code 221 @end table 230 @table @code 241 @end table
|
/coreutils/scripts/build-older-versions/ |
D | README.older-versions | 79 2. Patch using the corresponding patch file (see table above).
|
/coreutils/ |
D | TODO | 49 in the hash table.
|
D | init.cfg | 90 local mount_list_fail='cannot read table of mounted file systems'
|
D | NEWS | 1614 corrected as shown in the following table, where A is the ASCII value, W is
|