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

/haiku-fatelf/src/bin/network/wget/src/
H A Dmswindows.c360 static char *title_buf = NULL;
369 xfree_null (title_buf);
371 title_buf = xmalloc (strlen (url) + 20);
374 sprintf (title_buf, "Wget %s", curr_url);
375 SetConsoleTitle (title_buf);
385 if (!title_buf || !curr_url)
402 sprintf (title_buf, "Wget [%d%%] %s", percentage, curr_url);
403 SetConsoleTitle (title_buf);
359 static char *title_buf = NULL; variable

Completed in 42 milliseconds