taglinefilesource code
label375drivers/block/genhd.c} * label;
label383drivers/block/genhd.clabel = (struct disklabel *) (bh->b_data+64);
label384drivers/block/genhd.cpartition = label->d_partitions;
label385drivers/block/genhd.cif (label->d_magic != DISKLABELMAGIC) {
label386drivers/block/genhd.cprintk("magic: %08x\n", label->d_magic);
label390drivers/block/genhd.cif (label->d_magic2 != DISKLABELMAGIC) {
label391drivers/block/genhd.cprintk("magic2: %08x\n", label->d_magic2);
label395drivers/block/genhd.cfor (i = 0 ; i < label->d_npartitions; i++, partition++) {
label437drivers/block/genhd.c} * label;    
label446drivers/block/genhd.clabel = (struct sun_disklabel *) bh->b_data;
label447drivers/block/genhd.cp = label->partitions;
label448drivers/block/genhd.cif(label->magic != SUN_LABEL_MAGIC) {
label449drivers/block/genhd.cprintk("Dev %d Sun disklabel: bad magic %08x\n", dev, label->magic);
label454drivers/block/genhd.cush = ((unsigned short *) (label+1)) - 1;
label455drivers/block/genhd.cfor(csum = 0; ush >= ((unsigned short *) label);)
label463drivers/block/genhd.cspc = (label->ntrks * label->nsect);
label22include/asm-sparc/head.h#define TRAP_ENTRY(type, label) \
label23include/asm-sparc/head.hrd %psr, %l0; b label; rd %wim, %l3; nop;
label129scripts/lxdialog/dialog.hvoid print_button (WINDOW * win, const char *label, int y, int x, int selected);
label241scripts/lxdialog/util.cprint_button (WINDOW * win, const char *label, int y, int x, int selected)
label248scripts/lxdialog/util.ctemp = strspn (label, " ");
label249scripts/lxdialog/util.clabel += temp;
label256scripts/lxdialog/util.cwaddch (win, label[0]);
label259scripts/lxdialog/util.cwaddstr (win, (char *)label + 1);
label39scripts/tkgen.cstatic start_proc(char * label, int menu_num, int flag)
label42scripts/tkgen.cprintf("menu_option menu%d %d \"%s\"\n", menu_num, menu_num, label);
label47scripts/tkgen.cprintf("\t\t\"%s\"  -relief raised -bg grey\n",label);
label49scripts/tkgen.cprintf("\twm title $w \"%s\" \n\n", label);
label374scripts/tkgen.cprintf("} then {write_comment $cfg $autocfg \"%s\"}\n", item->label);
label672scripts/tkgen.cprintf("mainmenu_name \"%s\"\n", cfg->label);
label684scripts/tkgen.cmenulabel = cfg->label;
label685scripts/tkgen.cstart_proc(cfg->label, cfg->menu_number, TRUE);
label705scripts/tkgen.ccfg->label,
label712scripts/tkgen.ccfg->label,
label726scripts/tkgen.ccfg->menu_line, cfg->label, cfg->menu_line);
label734scripts/tkgen.ccfg->label,
label750scripts/tkgen.ccfg->label,
label763scripts/tkgen.ccfg->label,
label777scripts/tkgen.ccfg->label,
label938scripts/tkgen.cprintf("\twrite_comment $cfg $autocfg \"%s\"\n", cfg->label);
label245scripts/tkparse.cpnt = get_string(pnt, &kcfg->label);
label250scripts/tkparse.cif( strcmp(kcfg->label, choice_kcfg->value) == 0 )
label428scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
label447scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
label452scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
label456scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
label463scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
label466scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
label467scripts/tkparse.ckoption->label = kcfg->label;
label478scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
label689scripts/tkparse.cprintf("%s\n", cfg->label);
label695scripts/tkparse.cprintf("%s %s\n", cfg->label, cfg->optionname);
label66scripts/tkparse.hchar       * label;