Searched refs:cctemp (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/apr-32/apr/apr/build/
H A Djlibtool.c1765 count_chars *cctemp; local
1767 cctemp = (count_chars*)malloc(sizeof(count_chars));
1768 init_count_chars(cctemp);
1790 append_count_chars(cctemp, cmd_data->arglist);
1791 insert_count_chars(cctemp,
1793 cctemp->num - 1);
1794 rv = run_command(cmd_data, cctemp);
1798 clear_count_chars(cctemp);
1801 append_count_chars(cctemp, cmd_data->arglist);
1802 insert_count_chars(cctemp,
[all...]

Completed in 165 milliseconds