/coreutils/gl/lib/ |
D | xdectoint.h | 23 # define _DECLARE_XDECTOINT(name, type) \ argument 24 type name (char const *n_str, type min, type max, \ 27 # define _DECLARE_XNUMTOINT(name, type) \ argument 28 type name (char const *n_str, int base, type min, type max, \
|
D | randread.c | 49 # define ALIGNED_POINTER(ptr, type) true argument 51 # define ALIGNED_POINTER(ptr, type) ((size_t) (ptr) % alignof (type) == 0) argument
|
/coreutils/tests/ |
D | Coreutils.pm | 153 my ($program_name, $test_name, $file_spec, $type, $junk_files) = @_; 163 die "$program_name: $test_name: $type spec has $n elements --" 175 die "$program_name: $test_name: invalid RHS in $type-spec\n" 179 || (($type eq 'IN' || $type eq 'AUX' || $type eq 'CMP') 325 my ($type, $val) = each %$io_spec; 326 die "$program_name: $test_name: invalid key '$type' in test spec\n" 327 if ! $Types{$type}; 330 die "$program_name: $test_name: more than one $type spec\n" 331 if $Zero_one_type{$type} and $seen_type{$type}++; 333 if ($type eq 'PRE' or $type eq 'POST') [all …]
|
/coreutils/src/ |
D | runcon.c | 109 char *type = nullptr; in main() local 142 if (type) in main() 144 type = optarg; in main() 177 if (!(user || role || type || range || compute_trans)) in main() 237 if (type && context_type_set (con, type)) in main() 239 quote (type)); in main()
|
D | shred.c | 224 periodic_pattern (int type) in periodic_pattern() argument 226 if (type <= 0) in periodic_pattern() 230 unsigned int bits = type & 0xfff; in periodic_pattern() 247 fillpattern (int type, unsigned char *r, size_t size) in fillpattern() argument 250 unsigned int bits = type & 0xfff; in fillpattern() 262 if (type & 0x1000) in fillpattern() 394 int type, struct randread_source *s, in dopass() argument 410 size_t output_size = periodic_pattern (type) in dopass() 438 if (type >= 0) in dopass() 441 fillpattern (type, pbuf, lim); in dopass() [all …]
|
D | ls.c | 264 static uintmax_t gobble_file (char const *name, enum filetype type, 296 enum filetype type); 1459 is_colored (enum indicator_no type) in is_colored() argument 1461 size_t len = color_indicator[type].len; in is_colored() 1462 char const *s = color_indicator[type].string; in is_colored() 3074 enum filetype type = unknown; in print_dir() local 3079 case DT_BLK: type = blockdev; break; in print_dir() 3080 case DT_CHR: type = chardev; break; in print_dir() 3081 case DT_DIR: type = directory; break; in print_dir() 3082 case DT_FIFO: type = fifo; break; in print_dir() [all …]
|
D | expr.c | 79 TYPE type; /* Which kind. */ member 354 v->type = integer; in int_value() 365 v->type = string; in str_value() 375 if (v->type == string) in freev() 387 switch (v->type) in printv() 407 switch (v->type) in null() 454 switch (v->type) in tostring() 461 v->type = string; in tostring() 476 switch (v->type) in toarith() 489 v->type = integer; in toarith()
|
D | stty.c | 199 enum mode_type type; /* Which structure element to change. */ member 447 static tcflag_t *mode_type_flag (enum mode_type type, struct termios *mode); 461 static void set_speed (enum speed_setting type, char const *arg, 1495 bitsp = mode_type_flag (info->type, mode); in set_mode() 1718 set_speed (enum speed_setting type, char const *arg, struct termios *mode) in set_speed() argument 1727 if (type == input_speed || type == both_speeds) in set_speed() 1733 if (type == output_speed || type == both_speeds) in set_speed() 1866 mode_type_flag (enum mode_type type, struct termios *mode) in mode_type_flag() argument 1868 switch (type) in mode_type_flag() 1969 if (mode_info[i].type != prev_type) in display_changed() [all …]
|
D | tr.c | 106 enum Range_element_type type; member 645 new->type = RE_NORMAL_CHAR; in append_normal_char() 673 new->type = RE_RANGE; in append_range() 695 new->type = RE_CHAR_CLASS; in append_char_class() 713 new->type = RE_REPEATED_CHAR; in append_repeated_char() 735 new->type = RE_EQUIV_CLASS; in append_equiv_class() 1030 switch (p->type) in get_next() 1250 switch (p->type) in get_spec_stats() 1374 switch (p->type) in string2_extend()
|
D | chcon.c | 121 SET_COMPONENT (new_context, type); in compute_context_from_mask()
|
D | stat.c | 622 unsigned long int type = statfsbuf->f_type; in human_fstype() 624 + (sizeof type * CHAR_BIT + 3) / 4]; in human_fstype() 625 sprintf (buf, "UNKNOWN (0x%lx)", type); in human_fstype()
|
/coreutils/po/ |
D | POTFILES.in | 7 lib/c-file-type.c
|
/coreutils/.github/ |
D | ISSUE_TEMPLATE.txt | 42 * Include the operating system and the type of hardware you are using
|
/coreutils/doc/ |
D | coreutils.texi | 374 * File type tests:: File type tests 840 Use @var{method} to determine the type of backups to make. 844 the default backup type is @samp{existing}. 2035 specified @option{--type} size and endian @var{order}, which can be 2068 @item -t @var{type} 2069 @itemx --format=@var{type} 2072 Select the format in which to output the file data. @var{type} is a 2073 string of one or more of the below type indicator characters. If you 2074 include more than one type indicator character in a single @var{type} 2079 Adding a trailing ``z'' to any type specification appends a display [all …]
|
D | perm.texi | 369 There is one more special type of symbolic permission: if you use
|
D | sort-version.texi | 87 @samp{V} type sorting, which is often combined with @samp{b} to
|
/coreutils/m4/ |
D | jm-macros.m4 | 3 dnl Misc type-related macros for coreutils.
|
/coreutils/ |
D | README-release | 73 * To set the date, version number, and release type [stable/alpha/beta] on
|
D | NEWS | 612 cksum --check now supports auto detecting the digest type to use, 652 type, and tail -f uses polling for "vboxsf" and inotify for the others. 678 filesystem type contains characters like a blank which need escaping. 757 stat -f -c%T now reports the file system type, and tail -f uses inotify. 866 stat -f -c%T now reports the file system type, and tail -f uses inotify. 944 version of XFS. stat -f --format=%T now reports the file system type, 1175 file system type, and tail -f uses inotify. 1320 stat -f --format=%T now reports the file system type, and 1438 stat -f --format=%T now reports the file system type for new Linux 1578 system type, and tail -f uses polling for files on IBRIX file systems. [all …]
|
D | init.cfg | 131 # Return the SELinux type component if available 601 # For example, on Darwin6.5 with a file system of type hfs, it's not possible.
|
D | HACKING | 104 To see which branch you're on, type "git branch". 170 usual conflict markers), then type "git rebase --continue".
|
D | COPYING | 656 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 658 under certain conditions; type `show c' for details.
|