taglinefilesource code
label387drivers/block/genhd.c} * label;
label395drivers/block/genhd.clabel = (struct disklabel *) (bh->b_data+64);
label396drivers/block/genhd.cpartition = label->d_partitions;
label397drivers/block/genhd.cif (label->d_magic != DISKLABELMAGIC) {
label398drivers/block/genhd.cprintk("magic: %08x\n", label->d_magic);
label402drivers/block/genhd.cif (label->d_magic2 != DISKLABELMAGIC) {
label403drivers/block/genhd.cprintk("magic2: %08x\n", label->d_magic2);
label407drivers/block/genhd.cfor (i = 0 ; i < label->d_npartitions; i++, partition++) {
label449drivers/block/genhd.c} * label;    
label458drivers/block/genhd.clabel = (struct sun_disklabel *) bh->b_data;
label459drivers/block/genhd.cp = label->partitions;
label460drivers/block/genhd.cif(label->magic != SUN_LABEL_MAGIC) {
label461drivers/block/genhd.cprintk("Dev %d Sun disklabel: bad magic %08x\n", dev, label->magic);
label466drivers/block/genhd.cush = ((unsigned short *) (label+1)) - 1;
label467drivers/block/genhd.cfor(csum = 0; ush >= ((unsigned short *) label);)
label475drivers/block/genhd.cspc = (label->ntrks * label->nsect);
label115drivers/char/ftape/ftape-eof.cint ftape_validate_label(char *label)
label120drivers/char/ftape/ftape-eof.cTRACEx1(4, "tape  label = `%s'", label);
label122drivers/char/ftape/ftape-eof.cif (memcmp(label, linux_tape_label, strlen(linux_tape_label)) == 0) {
label124drivers/char/ftape/ftape-eof.cwhile (label[pos] >= '0' && label[pos] <= '9') {
label126drivers/char/ftape/ftape-eof.cftape_fmt_version = label[pos++] - '0';
label53drivers/char/ftape/ftape-eof.hextern int ftape_validate_label(char *label);
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;