Searched refs:cnt_arg (Results 1 – 1 of 1) sorted by relevance
2169 char *cnt_arg, *new_arg; in xg_reverse_shift_count() local2170 cnt_arg = *cnt_argp; in xg_reverse_shift_count()2173 new_arg = (char *) xmalloc (strlen (cnt_arg) + 6); in xg_reverse_shift_count()2174 sprintf (new_arg, "31-(%s)", cnt_arg); in xg_reverse_shift_count()2176 free (cnt_arg); in xg_reverse_shift_count()