Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 64) sorted by relevance

123

/coreutils/src/
Dexpand.c105 int c; in expand() local
181 int c; in main() local
Decho.c93 hextobin (unsigned char c) in hextobin()
202 unsigned char c; in main() local
Dfmt.c118 #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()
Dunexpand.c124 int c; in unexpand() local
258 int c; in main() local
Dfold.c92 adjust_column (size_t column, char c) in adjust_column()
121 int c; in fold_file() local
Ddirname.c94 int c = getopt_long (argc, argv, "z", longopts, nullptr); in main() local
Dod.c493 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
Dprintf.c69 #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
Dnproc.c90 int c = getopt_long (argc, argv, "", longopts, nullptr); in main() local
Dtr.c192 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 …]
Dpaste.c158 xputchar (char c) in xputchar()
320 char c = (chr == EOF ? line_delim : chr); in paste_parallel() local
Dstdbuf.c169 optc_to_fileno (int c) in optc_to_fileno()
311 int c; in main() local
Druncon.c130 int c = getopt_long (argc, argv, "+r:t:u:l:c", long_options, in main() local
Dcut.c229 int c; /* Each character from the file. */ in cut_bytes() local
279 int c; /* Each character from the file. */ in cut_fields() local
Dbasename.c139 int c = getopt_long (argc, argv, "+as:z", longopts, nullptr); in main() local
Dpathchk.c372 char c = *start; in validate_file_name() local
404 char c = start[length]; in validate_file_name() local
Dusers.c69 char c = (i < n_entries - 1 ? ' ' : '\n'); in list_entries_users() local
Dpr.c804 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()
Dnice.c128 int c; in main() local
Dsync.c171 int c; in main() local
/coreutils/gl/lib/
Drand-isaac.c145 #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
Dcl-strtod.c67 DOUBLE c = C_STRTOD (nptr, &c_end); in CL_STRTOD() local
Drand-isaac.h59 isaac_word a, b, c; /* Extra variables */ member
Dstrnumcmp-in.h37 # define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) argument
/coreutils/src/blake2/
Dblake2-impl.h147 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()

123