Home
last modified time | relevance | path

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

/coreutils/src/
Dnumfmt.c828 size_t n_len = strlen (n_string); in unit_to_umax() local
834 if (n_len && ! c_isdigit (n_string[n_len - 1])) in unit_to_umax()
836 t_string = xmalloc (n_len + 2); in unit_to_umax()
837 end = t_string + n_len - 1; in unit_to_umax()
838 memcpy (t_string, n_string, n_len); in unit_to_umax()
840 if (*end == 'i' && 2 <= n_len && ! c_isdigit (*(end - 1))) in unit_to_umax()