Home
last modified time | relevance | path

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

/coreutils/src/
Dnumfmt.c827 char *t_string = nullptr; in unit_to_umax() local
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()
849 c_string = t_string; in unit_to_umax()
856 free (t_string); in unit_to_umax()
860 free (t_string); in unit_to_umax()