/coreutils/src/ |
D | expand.c | 105 int c; in expand() local 181 int c; in main() local
|
D | echo.c | 93 hextobin (unsigned char c) in hextobin() 202 unsigned char c; in main() local
|
D | fmt.c | 118 #define isopen(c) (strchr ("(['`\"", c) != nullptr) argument 119 #define isclose(c) (strchr (")]'\"", c) != nullptr) argument 120 #define isperiod(c) (strchr (".?!", c) != nullptr) argument 555 int c; in get_paragraph() local 630 copy_rest (FILE *f, int c) in copy_rest() 658 same_para (int c) in same_para() 674 get_line (FILE *f, int c) in get_line() 730 int c; in get_prefix() local 758 get_space (FILE *f, int c) in get_space()
|
D | unexpand.c | 124 int c; in unexpand() local 258 int c; in main() local
|
D | fold.c | 92 adjust_column (size_t column, char c) in adjust_column() 121 int c; in fold_file() local
|
D | dirname.c | 94 int c = getopt_long (argc, argv, "z", longopts, nullptr); in main() local
|
D | od.c | 493 unsigned char c = *block++; in PRINT_TYPE() local 542 unsigned char c = *p++; in print_ascii() local 640 char c; in ATTRIBUTE_NONNULL() local 1105 MAYBE_UNUSED char c) in format_address_none() 1110 format_address_std (uintmax_t address, char c) in format_address_std() 1150 format_address_paren (uintmax_t address, char c) in format_address_paren() 1159 format_address_label (uintmax_t address, char c) in format_address_label() 1241 read_char (int *c) in read_char() 1461 int c; in dump_strings() local 1622 int c = getopt_long (argc, argv, short_options, long_options, &oi); in main() local
|
D | printf.c | 69 #define isodigit(c) ((c) >= '0' && (c) <= '7') argument 70 #define hextobin(c) ((c) >= 'a' && (c) <= 'f' ? (c) - 'a' + 10 : \ argument 72 #define octtobin(c) ((c) - '0') argument
|
D | nproc.c | 90 int c = getopt_long (argc, argv, "", longopts, nullptr); in main() local
|
D | tr.c | 192 es_match (struct E_string const *es, size_t i, char c) in es_match() 356 is_equiv_class_member (unsigned char equiv_class, unsigned char c) in is_equiv_class_member() 366 is_char_class_member (enum Char_class char_class, unsigned char c) in is_char_class_member() 441 unsigned char c; in unquote() local 558 make_printable_char (unsigned char c) in make_printable_char() 593 unsigned char c = s[i]; in make_printable_str() local 641 append_normal_char (struct Spec_list *list, unsigned char c) in append_normal_char() 1139 int c; in card_of_complement() local 1415 int b, c; in homogeneous_spec_list() local 1666 int c; in set_initialize() local [all …]
|
D | paste.c | 158 xputchar (char c) in xputchar() 320 char c = (chr == EOF ? line_delim : chr); in paste_parallel() local
|
D | stdbuf.c | 169 optc_to_fileno (int c) in optc_to_fileno() 311 int c; in main() local
|
D | runcon.c | 130 int c = getopt_long (argc, argv, "+r:t:u:l:c", long_options, in main() local
|
D | cut.c | 229 int c; /* Each character from the file. */ in cut_bytes() local 279 int c; /* Each character from the file. */ in cut_fields() local
|
D | basename.c | 139 int c = getopt_long (argc, argv, "+as:z", longopts, nullptr); in main() local
|
D | pathchk.c | 372 char c = *start; in validate_file_name() local 404 char c = start[length]; in validate_file_name() local
|
D | users.c | 69 char c = (i < n_entries - 1 ? ' ' : '\n'); in list_entries_users() local
|
D | pr.c | 804 first_last_page (int oi, char c, char const *pages) in first_last_page() 887 int c = getopt_long (argc, argv, short_options, long_options, &oi); in main() local 2017 store_char (char c) in store_char() 2113 int c; in read_rest_of_line() local 2147 int c; in skip_read() local 2298 print_char (char c) in print_char() 2427 int c; in read_line() local 2636 char_to_clump (char c) in char_to_clump()
|
D | nice.c | 128 int c; in main() local
|
D | sync.c | 171 int c; in main() local
|
/coreutils/gl/lib/ |
D | rand-isaac.c | 145 #define mix(a, b, c, d, e, f, g, h) \ argument 158 #define mix(a, b, c, d, e, f, g, h) \ argument 173 #define ISAAC_MIX(s, a, b, c, d, e, f, g, h, seed) \ argument 252 isaac_word c = IF32 (UINT32_C (0xc3163e4b), UINT64_C (0x8c0ea5053d4712a0)); in isaac_seed() local
|
D | cl-strtod.c | 67 DOUBLE c = C_STRTOD (nptr, &c_end); in CL_STRTOD() local
|
D | rand-isaac.h | 59 isaac_word a, b, c; /* Extra variables */ member
|
D | strnumcmp-in.h | 37 # define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) argument
|
/coreutils/src/blake2/ |
D | blake2-impl.h | 147 static BLAKE2_INLINE uint32_t rotr32( const uint32_t w, const unsigned c ) in rotr32() 152 static BLAKE2_INLINE uint64_t rotr64( const uint64_t w, const unsigned c ) in rotr64()
|