Home
last modified time | relevance | path

Searched refs:STREQ_LEN (Results 1 – 8 of 8) sorted by relevance

/coreutils/src/
Dtac.c283 || (match_length1 && !STREQ_LEN (match_start + 1, separator1, in tac_seekable()
Dnumfmt.c517 && ! 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()
Dsystem.h195 #define STREQ_LEN(a, b, n) (strncmp (a, b, n) == 0) /* n==-1 means unbounded */ macro
Ddu.c984 while (STREQ_LEN (time_style, posix_prefix, prefix_len)) in main()
Ddigest.c798 if (STREQ_LEN (s + i, DIGEST_TYPE_STRING, algo_name_len)) in split_3()
Dtr.c548 if (STREQ_LEN (class_str, char_class_name[i], len) in look_up_char_class()
Ddf.c1397 && STREQ_LEN (me->me_mountdir, resolved, len)))) in get_point()
Dls.c2412 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()