brandstr_from 1566 arch/i386/i386/machdep.c char *brandstr_from, *brandstr_to;
brandstr_from 1688 arch/i386/i386/machdep.c brandstr_from = brandstr_to = cpu_brandstr;
brandstr_from 1690 arch/i386/i386/machdep.c while (*brandstr_from != '\0') {
brandstr_from 1691 arch/i386/i386/machdep.c if (!skipspace || *brandstr_from != ' ') {
brandstr_from 1693 arch/i386/i386/machdep.c *(brandstr_to++) = *brandstr_from;
brandstr_from 1695 arch/i386/i386/machdep.c if (*brandstr_from == ' ')
brandstr_from 1697 arch/i386/i386/machdep.c brandstr_from++;