Home
last modified time | relevance | path

Searched refs:next_num (Results 1 – 1 of 1) sorted by relevance

/curl/src/
H A Dtool_cb_wrt.c76 int next_num = 1; in tool_create_output_file() local
95 next_num < 100 /* and we have not reached the retry limit */ ) { in tool_create_output_file()
96 msnprintf(newname + len + 1, 12, "%d", next_num); in tool_create_output_file()
97 next_num++; in tool_create_output_file()

Completed in 6 milliseconds