taglinefilesource code
label391drivers/block/genhd.c} * label;
label399drivers/block/genhd.clabel = (struct disklabel *) (bh->b_data+64);
label400drivers/block/genhd.cpartition = label->d_partitions;
label401drivers/block/genhd.cif (label->d_magic != DISKLABELMAGIC) {
label402drivers/block/genhd.cprintk("magic: %08x\n", label->d_magic);
label406drivers/block/genhd.cif (label->d_magic2 != DISKLABELMAGIC) {
label407drivers/block/genhd.cprintk("magic2: %08x\n", label->d_magic2);
label411drivers/block/genhd.cfor (i = 0 ; i < label->d_npartitions; i++, partition++) {
label453drivers/block/genhd.c} * label;    
label462drivers/block/genhd.clabel = (struct sun_disklabel *) bh->b_data;
label463drivers/block/genhd.cp = label->partitions;
label464drivers/block/genhd.cif(label->magic != SUN_LABEL_MAGIC) {
label465drivers/block/genhd.cprintk("Dev %d Sun disklabel: bad magic %08x\n", dev, label->magic);
label470drivers/block/genhd.cush = ((unsigned short *) (label+1)) - 1;
label471drivers/block/genhd.cfor(csum = 0; ush >= ((unsigned short *) label);)
label479drivers/block/genhd.cspc = (label->ntrks * 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);
label81scripts/tkgen.cstatic void start_proc(char * label, int menu_num, int flag)
label84scripts/tkgen.cprintf("menu_option menu%d %d \"%s\"\n", menu_num, menu_num, label);
label89scripts/tkgen.cprintf("\t\t\"%s\"  -relief raised\n",label);
label91scripts/tkgen.cprintf("\twm title $w \"%s\" \n\n", label);
label421scripts/tkgen.cprintf("} then {write_comment $cfg $autocfg \"%s\"}\n", item->label);
label717scripts/tkgen.cprintf("mainmenu_name \"%s\"\n", cfg->label);
label729scripts/tkgen.cmenulabel = cfg->label;
label730scripts/tkgen.cstart_proc(cfg->label, cfg->menu_number, TRUE);
label750scripts/tkgen.ccfg->label,
label757scripts/tkgen.ccfg->label,
label759scripts/tkgen.ccfg->label,
label773scripts/tkgen.ccfg->label,
label788scripts/tkgen.ccfg->label,
label801scripts/tkgen.ccfg->label,
label815scripts/tkgen.ccfg->label,
label828scripts/tkgen.ccfg->label,
label983scripts/tkgen.cprintf("\twrite_comment $cfg $autocfg \"%s\"\n", cfg->label);
label1000scripts/tkgen.ccfg1->label,
label1067scripts/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;