Home
last modified time | relevance | path

Searched refs:ARRAY_CARDINALITY (Results 1 – 11 of 11) sorted by relevance

/coreutils/src/
Dstdbuf.c279 for (size_t i = 0; i < ARRAY_CARDINALITY (stdbuf); i++) in set_libstdbuf_options()
333 affirm (0 <= opt_fileno && opt_fileno < ARRAY_CARDINALITY (stdbuf)); in main()
Ddircolors.c69 static_assert (ARRAY_CARDINALITY (slack_codes) == ARRAY_CARDINALITY (ls_codes));
Dsystem.h792 #ifndef ARRAY_CARDINALITY
793 # define ARRAY_CARDINALITY(Array) (sizeof (Array) / sizeof *(Array)) macro
Ddigest.c321 static_assert (ARRAY_CARDINALITY (algorithm_bits)
322 == ARRAY_CARDINALITY (algorithm_args));
Dod.c142 < ARRAY_CARDINALITY (bytes_to_hex_digits));
166 static_assert (ARRAY_CARDINALITY (width_bytes) == N_SIZE_SPECS);
Djoin.c484 for (idx_t i = 0; i < ARRAY_CARDINALITY (spareline); i++) in free_spareline()
Dls.c1584 enum { nsigs = ARRAY_CARDINALITY (sig) }; in signal_setup()
1668 static_assert (ARRAY_CARDINALITY (color_indicator) + 1 in main()
1669 == ARRAY_CARDINALITY (indicator_name)); in main()
4063 static_assert (ARRAY_CARDINALITY (sort_functions)
Dcsplit.c1403 enum { nsigs = ARRAY_CARDINALITY (sig) }; in main()
Dtr.c547 for (i = 0; i < ARRAY_CARDINALITY (char_class_name); i++) in look_up_char_class()
Ddf.c446 for (idx_t i = 0; i < ARRAY_CARDINALITY (field_data); i++) in decode_output_arg()
Dsort.c4351 enum { nsigs = ARRAY_CARDINALITY (sig) }; in main()