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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/doshift/
H A Dlcdoshift.c19 #define SHOW_PROGRESS if (show_progress) printf macro
300 SHOW_PROGRESS("No default vendor/product ID given. Aborting.\n\n");
313 SHOW_PROGRESS("\n");
321 SHOW_PROGRESS("Looking for target devices ...\n");
324 SHOW_PROGRESS(" Found devices in target mode or class (%d)\n", targetDeviceCount);
326 SHOW_PROGRESS(" No devices in target mode or class found\n");
330 SHOW_PROGRESS("Looking for default devices ...\n");
333 SHOW_PROGRESS(" Found default devices (%d)\n", numDefaults);
336 SHOW_PROGRESS(" Found a default device NOT in target class mode\n");
338 SHOW_PROGRESS(" Al
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dghiper.c66 #define SHOW_PROGRESS 0 /* Set to non-zero to enable progress callback */ macro
323 curl_easy_setopt(conn->easy, CURLOPT_NOPROGRESS, SHOW_PROGRESS?0L:1L);

Completed in 109 milliseconds