Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dtf.c280 char num_chars_str[10]; in tf_func_abbr() local
283 … TF_EVAL_CHECK(l, ctx, arg, arglens[1], num_chars_str, sizeof (num_chars_str), fail_on_undef); in tf_func_abbr()
284 int num_chars = atoi (num_chars_str); in tf_func_abbr()
548 char num_chars_str[10]; in tf_func_left() local
551 TF_EVAL_CHECK(len, ctx, arg, arglens[1], num_chars_str, sizeof (num_chars_str), fail_on_undef); in tf_func_left()
552 int num_chars = atoi (num_chars_str); in tf_func_left()