taglinefilesource code
label59arch/m68k/fpsp040/fpsp.h|  label to a routine that will process a real exception of the
label435drivers/block/genhd.c} * label;
label443drivers/block/genhd.clabel = (struct disklabel *) (bh->b_data+64);
label444drivers/block/genhd.cpartition = label->d_partitions;
label445drivers/block/genhd.cif (label->d_magic != DISKLABELMAGIC) {
label446drivers/block/genhd.cprintk("magic: %08x\n", label->d_magic);
label450drivers/block/genhd.cif (label->d_magic2 != DISKLABELMAGIC) {
label451drivers/block/genhd.cprintk("magic2: %08x\n", label->d_magic2);
label455drivers/block/genhd.cfor (i = 0 ; i < label->d_npartitions; i++, partition++) {
label497drivers/block/genhd.c} * label;    
label518drivers/block/genhd.clabel = (struct sun_disklabel *) bh->b_data;
label519drivers/block/genhd.cp = label->partitions;
label520drivers/block/genhd.cif (label->magic != SUN_LABEL_MAGIC && label->magic != SUN_LABEL_MAGIC_SWAPPED) {
label521drivers/block/genhd.cprintk("Dev %d Sun disklabel: bad magic %04x\n", dev, label->magic);
label525drivers/block/genhd.cother_endian = (label->magic == SUN_LABEL_MAGIC_SWAPPED);
label527drivers/block/genhd.cush = ((unsigned short *) (label+1)) - 1;
label528drivers/block/genhd.cfor(csum = 0; ush >= ((unsigned short *) label);)
label536drivers/block/genhd.cspc = SWAP16(label->ntrks) * SWAP16(label->nsect);
label114drivers/char/ftape/ftape-eof.cint ftape_validate_label(char *label)
label119drivers/char/ftape/ftape-eof.cTRACEx1(4, "tape  label = `%s'", label);
label121drivers/char/ftape/ftape-eof.cif (memcmp(label, linux_tape_label, strlen(linux_tape_label)) == 0) {
label123drivers/char/ftape/ftape-eof.cwhile (label[pos] >= '0' && label[pos] <= '9') {
label125drivers/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);
label258scripts/lxdialog/util.cprint_button (WINDOW * win, const char *label, int y, int x, int selected)
label265scripts/lxdialog/util.ctemp = strspn (label, " ");
label266scripts/lxdialog/util.clabel += temp;
label273scripts/lxdialog/util.cwaddch (win, label[0]);
label276scripts/lxdialog/util.cwaddstr (win, (char *)label + 1);
label126scripts/tkcond.cstrcpy(tmpbuf, cond->variable.cfg->label);
label93scripts/tkgen.cstatic void start_proc(char * label, int menu_num, int flag)
label96scripts/tkgen.cprintf("menu_option menu%d %d \"%s\"\n", menu_num, menu_num, label);
label102scripts/tkgen.cprintf("\t\t\"%s\"  -relief raised\n",label);
label104scripts/tkgen.cprintf("\twm title $w \"%s\" \n\n", label);
label471scripts/tkgen.cprintf("} then {write_comment $cfg $autocfg \"%s\"}\n", item->label);
label744scripts/tkgen.cprintf("mainmenu_name \"%s\"\n", cfg->label);
label756scripts/tkgen.cmenulabel = cfg->label;
label757scripts/tkgen.cstart_proc(cfg->label, cfg->menu_number, TRUE);
label777scripts/tkgen.ccfg->label,
label784scripts/tkgen.ccfg->label,
label786scripts/tkgen.ccfg->label,
label800scripts/tkgen.ccfg->label,
label822scripts/tkgen.ccfg->label,
label835scripts/tkgen.ccfg->label,
label849scripts/tkgen.ccfg->label,
label862scripts/tkgen.ccfg->label,
label1017scripts/tkgen.cprintf("\twrite_comment $cfg $autocfg \"%s\"\n", cfg->label);
label1034scripts/tkgen.ccfg1->label,
label1101scripts/tkgen.ccfg1->label);
label245scripts/tkparse.cpnt = get_string(pnt, &kcfg->label);
label250scripts/tkparse.cif( strcmp(kcfg->label, choice_kcfg->value) == 0 )
label432scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
label451scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
label455scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
label460scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
label465scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
label492scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
label495scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
label496scripts/tkparse.ckoption->label = kcfg->label;
label507scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
label728scripts/tkparse.cprintf("%s\n", cfg->label);
label735scripts/tkparse.cprintf("%s %s\n", cfg->label, cfg->optionname);
label66scripts/tkparse.hchar       * label;