Searched defs:type (Results 1 – 8 of 8) sorted by relevance
/coreutils/gl/lib/ |
D | xdectoint.h | 23 # define _DECLARE_XDECTOINT(name, type) \ argument 27 # define _DECLARE_XNUMTOINT(name, type) \ argument
|
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/src/ |
D | runcon.c | 109 char *type = nullptr; in main() local
|
D | shred.c | 224 periodic_pattern (int type) in periodic_pattern() 247 fillpattern (int type, unsigned char *r, size_t size) in fillpattern() 394 int type, struct randread_source *s, in dopass() 923 int type = i < flags->n_iterations ? passarray[i] : 0; in do_wipefd() local
|
D | stty.c | 199 enum mode_type type; /* Which structure element to change. */ member 1718 set_speed (enum speed_setting type, char const *arg, struct termios *mode) in set_speed() 1866 mode_type_flag (enum mode_type type, struct termios *mode) in mode_type_flag()
|
D | expr.c | 79 TYPE type; /* Which kind. */ member
|
D | ls.c | 1459 is_colored (enum indicator_no type) in is_colored() 3074 enum filetype type = unknown; in print_dir() local 3380 gobble_file (char const *name, enum filetype type, ino_t inode, in gobble_file() 4915 get_type_indicator (bool stat_ok, mode_t mode, enum filetype type) in get_type_indicator() 4947 print_type_indicator (bool stat_ok, mode_t mode, enum filetype type) in print_type_indicator() 4977 enum indicator_no type; in get_color_indicator() local
|
D | tr.c | 106 enum Range_element_type type; member
|