Searched refs:update_progress_meter (Results 1 – 2 of 2) sorted by relevance
64 static void update_progress_meter(int);231 update_progress_meter(int ignore) in update_progress_meter() function244 signal(SIGALRM, update_progress_meter); in update_progress_meter()265 signal(SIGALRM, update_progress_meter); in start_progress_meter()
3962 The function update_progress_meter() calls refresh_progress_meter()3963 which calls snmprintf() which calls malloc(); but update_progress_meter()