Searched refs:curfile (Results 1 – 3 of 3) sorted by relevance
48 void FAST_FUNC bb_progress_init(bb_progress_t *p, const char *curfile) in bb_progress_init() argument52 p->curfile = unicode_conv_to_printable_fixedwidth(/*NULL,*/ curfile, 20); in bb_progress_init()54 p->curfile = curfile; in bb_progress_init()127 fprintf(stderr, "\r%s " + notty, p->curfile); in bb_progress_update()129 fprintf(stderr, "\r%-20.20s " + notty, p->curfile); in bb_progress_update()
249 const char *curfile; /* Name of current file being transferred */ member329 bb_progress_init(&G.pmt, G.curfile); in progress_meter()1155 G.curfile = bb_get_last_path_component_nostrip(G.fname_out); in download_one_url()
2200 const char *curfile; member2203 #define is_bb_progress_inited(p) ((p)->curfile != NULL)2205 if (ENABLE_UNICODE_SUPPORT) free((char*)((p)->curfile)); \2206 (p)->curfile = NULL; \2208 void bb_progress_init(bb_progress_t *p, const char *curfile) FAST_FUNC;