Searched refs:cnt_arg (Results 1 – 2 of 2) sorted by relevance
1845 char *cnt_arg, *new_arg; local1846 cnt_arg = *cnt_argp;1849 new_arg = (char *) xmalloc (strlen (cnt_arg) + 6);1850 sprintf (new_arg, "31-(%s)", cnt_arg);1852 free (cnt_arg);
2098 char *cnt_arg, *new_arg; in xg_reverse_shift_count() local2099 cnt_arg = *cnt_argp; in xg_reverse_shift_count()2102 new_arg = (char *) xmalloc (strlen (cnt_arg) + 6); in xg_reverse_shift_count()2103 sprintf (new_arg, "31-(%s)", cnt_arg); in xg_reverse_shift_count()2105 free (cnt_arg); in xg_reverse_shift_count()