Searched refs:minilabel (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/bsdinstall/distfetch/ |
H A D | distfetch.c | 113 const char **minilabel; in fetch_files() local 133 minilabel = calloc(nfiles, sizeof(char *)); in fetch_files() 135 if (minilabel == NULL || miniperc == NULL) in fetch_files() 139 minilabel[i] = strrchr(urls[i], '/'); in fetch_files() 140 if (minilabel[i] != NULL) in fetch_files() 141 minilabel[i]++; in fetch_files() 143 minilabel[i] = urls[i]; in fetch_files() 185 file_out = fopen(minilabel[i], "w+"); in fetch_files() 223 0, 0, progress, nfiles, minilabel, in fetch_files() 250 0, 0, progress, nfiles, minilabel, miniperc); in fetch_files() [all …]
|
/freebsd/usr.sbin/bsdinstall/partedit/ |
H A D | partedit.c | 345 const char **minilabel; in apply_changes() local 356 minilabel = calloc(nitems, sizeof(const char *)); in apply_changes() 358 minilabel[0] = "Writing partition tables"; in apply_changes() 366 minilabel[i] = item; in apply_changes() 377 nitems, minilabel, miniperc); in apply_changes() 390 i * 100 / nitems, nitems, minilabel, miniperc); in apply_changes() 402 0, 0, i * 100 / nitems, nitems, minilabel, miniperc); in apply_changes() 405 free(__DECONST(char *, minilabel[i])); in apply_changes() 407 free(minilabel); in apply_changes()
|
/freebsd/contrib/bsddialog/ |
H A D | CHANGELOG | 153 minilabel. The change allows mixedgauge to add sections. To restore 154 the previous behavior setting minilabel to "". 307 forms (label, field), textbox, mixedgauge (minilabel),
|