Searched refs:STREQ_LEN (Results 1 – 8 of 8) sorted by relevance
/coreutils/src/ |
D | tac.c | 283 || (match_length1 && !STREQ_LEN (match_start + 1, separator1, in tac_seekable()
|
D | numfmt.c | 517 && ! STREQ_LEN (*endptr, decimal_point, decimal_point_length)) in simple_strtod_int() 560 if (STREQ_LEN (*endptr, decimal_point, decimal_point_length)) in simple_strtod_float()
|
D | system.h | 195 #define STREQ_LEN(a, b, n) (strncmp (a, b, n) == 0) /* n==-1 means unbounded */ macro
|
D | du.c | 984 while (STREQ_LEN (time_style, posix_prefix, prefix_len)) in main()
|
D | digest.c | 798 if (STREQ_LEN (s + i, DIGEST_TYPE_STRING, algo_name_len)) in split_3()
|
D | tr.c | 548 if (STREQ_LEN (class_str, char_class_name[i], len) in look_up_char_class()
|
D | df.c | 1397 && STREQ_LEN (me->me_mountdir, resolved, len)))) in get_point()
|
D | ls.c | 2412 while (STREQ_LEN (style, posix_prefix, sizeof posix_prefix - 1)) in decode_switches() 5068 if (STREQ_LEN (name - ext->ext.len, ext->ext.string, in get_color_indicator()
|