Home
last modified time | relevance | path

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

/coreutils/src/
Ddigest.c768 size_t algo_name_len; in split_3() local
797 algo_name_len = strlen (DIGEST_TYPE_STRING); in split_3()
798 if (STREQ_LEN (s + i, DIGEST_TYPE_STRING, algo_name_len)) in split_3()
800 i += algo_name_len; in split_3()
803 char const *algo_name = &s[i - algo_name_len]; in split_3()