Home
last modified time | relevance | path

Searched defs:type (Results 1 – 8 of 8) sorted by relevance

/coreutils/gl/lib/
Dxdectoint.h23 # define _DECLARE_XDECTOINT(name, type) \ argument
27 # define _DECLARE_XNUMTOINT(name, type) \ argument
Drandread.c49 # define ALIGNED_POINTER(ptr, type) true argument
51 # define ALIGNED_POINTER(ptr, type) ((size_t) (ptr) % alignof (type) == 0) argument
/coreutils/src/
Druncon.c109 char *type = nullptr; in main() local
Dshred.c224 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
Dstty.c199 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()
Dexpr.c79 TYPE type; /* Which kind. */ member
Dls.c1459 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
Dtr.c106 enum Range_element_type type; member