taglinefilesource code
temp617arch/alpha/math-emu/ieee-math.cEXTENDED temp;
temp620arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &temp, SINGLE);
temp629arch/alpha/math-emu/ieee-math.creturn round_t_ieee(f, &temp, b);
temp648arch/alpha/math-emu/ieee-math.cEXTENDED temp;
temp651arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &temp, DOUBLE);
temp660arch/alpha/math-emu/ieee-math.creturn round_s_ieee(f, &temp, b);
temp742arch/alpha/math-emu/ieee-math.cEXTENDED temp;
temp745arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &temp, DOUBLE);
temp751arch/alpha/math-emu/ieee-math.cif (temp.e > 0) {
temp753arch/alpha/math-emu/ieee-math.cwhile (temp.e > 0) {
temp754arch/alpha/math-emu/ieee-math.c--temp.e;
temp755arch/alpha/math-emu/ieee-math.cov |= temp.f[1] >> 63;
temp756arch/alpha/math-emu/ieee-math.csll128(temp.f);
temp758arch/alpha/math-emu/ieee-math.cif (ov || (temp.f[1] & 0xffc0000000000000))
temp761arch/alpha/math-emu/ieee-math.cif (temp.e < 0) {
temp762arch/alpha/math-emu/ieee-math.cwhile (temp.e < 0) {
temp763arch/alpha/math-emu/ieee-math.c++temp.e;
temp764arch/alpha/math-emu/ieee-math.cuv = temp.f[0] & 1;    /* save sticky bit */
temp765arch/alpha/math-emu/ieee-math.csrl128(temp.f);
temp766arch/alpha/math-emu/ieee-math.ctemp.f[0] |= uv;
temp769arch/alpha/math-emu/ieee-math.c*b = ((temp.f[1] << 9) | (temp.f[0] >> 55)) & 0x7fffffffffffffff;
temp776arch/alpha/math-emu/ieee-math.cif (temp.f[0] & 0x0040000000000000) {
temp777arch/alpha/math-emu/ieee-math.cmidway = (temp.f[0] & 0x003fffffffffffff) == 0;
temp778arch/alpha/math-emu/ieee-math.cif ((midway && (temp.f[0] & 0x0080000000000000)) ||
temp785arch/alpha/math-emu/ieee-math.cif ((temp.f[0] & 0x003fffffffffffff) != 0)
temp790arch/alpha/math-emu/ieee-math.cif ((temp.f[0] & 0x003fffffffffffff) != 0)
temp798arch/alpha/math-emu/ieee-math.cif ((temp.f[0] & 0x003fffffffffffff) != 0)
temp801arch/alpha/math-emu/ieee-math.cif (temp.s) {
temp2928arch/m68k/atari/atafb.cint temp;
temp2944arch/m68k/atari/atafb.cif ((temp=get_video_mode(this_opt)))
temp2945arch/m68k/atari/atafb.cdefault_par=temp;
temp3157arch/m68k/atari/atafb.cint xres, yres, depth, temp;
temp3165arch/m68k/atari/atafb.cif ((temp=get_video_mode("user0"))) {
temp3166arch/m68k/atari/atafb.cdefault_par=temp;
temp499arch/m68k/boot/atari/bootstrap.cstruct mem_info temp = bi.memory[i - 1];
temp501arch/m68k/boot/atari/bootstrap.cbi.memory[0] = temp;
temp112arch/m68k/fpsp040/fpsp.h.set  VER_TMP,LV+123    | temp holding for version number
temp131arch/m68k/fpsp040/fpsp.h.set  WBTEMP,LV-76    | write back temp (12 bytes)
temp357arch/m68k/kernel/traps.cvolatile unsigned short temp;
temp421arch/m68k/kernel/traps.c: "a" (&temp), "a" (addr));
temp422arch/m68k/kernel/traps.cmmusr = temp;
temp463arch/m68k/kernel/traps.c: "a" (&temp), "a" (addr));
temp464arch/m68k/kernel/traps.cmmusr = temp;
temp511arch/m68k/kernel/traps.c: : "a" (&temp), "a" (iaddr));
temp512arch/m68k/kernel/traps.cmmusr = temp;
temp556arch/m68k/kernel/traps.c: "a" (&temp), "a" (addr));
temp557arch/m68k/kernel/traps.cmmusr = temp;
temp591arch/m68k/kernel/traps.c: "a" (&temp), "a" (addr));
temp592arch/m68k/kernel/traps.cmmusr = temp;
temp6arch/m68k/lib/memcpy.csize_t temp;
temp28arch/m68k/lib/memcpy.ctemp = n >> 2;
temp29arch/m68k/lib/memcpy.cif (temp)
temp33arch/m68k/lib/memcpy.ctemp--;
temp36arch/m68k/lib/memcpy.cwhile (temp--);
temp248arch/m68k/mm/memory.cvolatile unsigned short temp;
temp255arch/m68k/mm/memory.c: "a" (&temp), "a" (vaddr));
temp256arch/m68k/mm/memory.cmmusr = temp;
temp241arch/ppc/kernel/raw_printf.cchar temp[80];
temp242arch/ppc/kernel/raw_printf.cchar *cp = temp;
temp253arch/ppc/kernel/raw_printf.cwhile (cp != temp)
temp947drivers/block/ide-tape.cunsigned long idetape_swap_long (unsigned long temp);
temp948drivers/block/ide-tape.cunsigned short idetape_swap_short (unsigned short temp);
temp1583drivers/block/ide-tape.cunsigned long temp;
temp1677drivers/block/ide-tape.ctemp=(unsigned long) pc->actually_transferred + bcount.all;
temp1678drivers/block/ide-tape.cif ( temp > pc->request_transfer) {
temp1680drivers/block/ide-tape.cif (temp > pc->buffer_size) {
temp3485drivers/block/ide-tape.cunsigned short idetape_swap_short (unsigned short temp)
temp3496drivers/block/ide-tape.coriginal.all=temp;
temp3506drivers/block/ide-tape.cunsigned long idetape_swap_long (unsigned long temp)
temp3519drivers/block/ide-tape.coriginal.all=temp;
temp3655drivers/block/ide-tape.cint bytes_read,temp,actually_read=0;
temp3708drivers/block/ide-tape.ctemp=IDETAPE_MIN (count,bytes_read);
temp3709drivers/block/ide-tape.cmemcpy_tofs (buf_ptr,tape->merge_buffer,temp);
temp3710drivers/block/ide-tape.cactually_read+=temp;
temp3711drivers/block/ide-tape.ctape->merge_buffer_offset=temp;
temp3712drivers/block/ide-tape.ctape->merge_buffer_size=bytes_read-temp;
temp338drivers/block/xd.cu_char head,sector,control,mode,temp;
temp346drivers/block/xd.ctemp = count < xd_maxsectors ? count : xd_maxsectors;
temp354drivers/block/xd.cprintk("xd_readwrite: drive = %d, head = %d, cylinder = %d, sector = %d, count = %d\n",drive,head,cylinder,sector,temp);
temp357drivers/block/xd.cmode = xd_setup_dma(operation == READ ? DMA_MODE_READ : DMA_MODE_WRITE,(u_char *)buffer,temp * 0x200);
temp358drivers/block/xd.cxd_build(cmdblk,operation == READ ? CMD_READ : CMD_WRITE,drive,head,cylinder,sector,temp & 0xFF,control);
temp378drivers/block/xd.ccount -= temp, buffer += temp * 0x200, block += temp;
temp1333drivers/char/cyclades.cunsigned char * temp;
temp1334drivers/char/cyclades.ctemp = info->xmit_buf;
temp1336drivers/char/cyclades.cfree_page((unsigned long) temp);
temp236drivers/char/lp.cconst char *temp;
temp238drivers/char/lp.ctemp = buf;
temp240drivers/char/lp.cc = get_user(temp);
temp244drivers/char/lp.ccount--; temp++;
temp254drivers/char/lp.creturn temp-buf?temp-buf:-ENOSPC;
temp262drivers/char/lp.creturn temp-buf?temp-buf:-EIO;
temp271drivers/char/lp.creturn temp-buf?temp-buf:-EIO;
temp279drivers/char/lp.cif (temp != buf)
temp280drivers/char/lp.creturn temp-buf;
temp295drivers/char/lp.creturn temp-buf;
temp276drivers/char/lp_m68k.cchar *temp = buf;
temp287drivers/char/lp_m68k.ctemp = buf;
temp289drivers/char/lp_m68k.cif (lp_char_polled(get_user(temp), dev)) {
temp291drivers/char/lp_m68k.ccount--; temp++;
temp299drivers/char/lp_m68k.creturn temp - buf ? temp-buf : -ENOSPC;
temp306drivers/char/lp_m68k.creturn temp - buf ? temp-buf : -EIO;
temp315drivers/char/lp_m68k.creturn temp - buf ? temp-buf : -EFAULT;
temp323drivers/char/lp_m68k.cif (temp != buf)
temp324drivers/char/lp_m68k.creturn temp-buf;
temp338drivers/char/lp_m68k.creturn temp - buf;
temp772drivers/char/pcxx.cchar              *temp, *t2;
temp825drivers/char/pcxx.ctemp = str;
temp826drivers/char/pcxx.cwhile (*temp && (*temp != ','))
temp827drivers/char/pcxx.ctemp++;
temp829drivers/char/pcxx.cif (!*temp)
temp830drivers/char/pcxx.ctemp = NULL;
temp832drivers/char/pcxx.c*temp++ = 0;
temp932drivers/char/pcxx.cstr = temp;
temp528drivers/char/tga.cint i, j, temp;
temp556drivers/char/tga.ctemp = (PLLbits[i] >> (7-j)) & 1;
temp558drivers/char/tga.ctemp |= 2;
temp559drivers/char/tga.cTGA_WRITE_REG(temp, TGA_CLOCK_REG);
temp723drivers/char/tga.ctemp = tga_fb_base - 1024; /* this assumes video starts at base
temp727drivers/char/tga.cwritel(bt463_cursor_source[i], temp + i*4);
temp729drivers/char/tga.cTGA_WRITE_REG(temp & 0x000fffff, TGA_CURSOR_BASE_REG);
temp791drivers/char/tga.cint row, col, temp, c, attrib;
temp812drivers/char/tga.ctemp = (addr - video_mem_base) >> 1;
temp813drivers/char/tga.ccol = temp % 80;
temp814drivers/char/tga.crow = (temp - col) / 80;
temp1041drivers/net/eepro.cunsigned short temp = inb(ioaddr + INT_MASK_REG);
temp1042drivers/net/eepro.coutb(temp | IO_32_BIT, ioaddr + INT_MASK_REG);
temp1044drivers/net/eepro.coutb(temp & ~(IO_32_BIT), ioaddr + INT_MASK_REG);
temp1127drivers/net/eepro.cunsigned short temp = inb(ioaddr + INT_MASK_REG);
temp1128drivers/net/eepro.coutb(temp | IO_32_BIT, ioaddr + INT_MASK_REG);
temp1130drivers/net/eepro.coutb(temp & ~(IO_32_BIT), ioaddr + INT_MASK_REG);
temp593drivers/net/eth16i.cunsigned short temp = 0;
temp598drivers/net/eth16i.ctemp |= DIS_AUTO_PORT_SEL;
temp603drivers/net/eth16i.ctemp |= AUI_SELECT;
temp610drivers/net/eth16i.ctemp |= AUI_SELECT;
temp614drivers/net/eth16i.coutb(temp, ioaddr + TRANSCEIVER_MODE_REG);
temp212drivers/net/ibmtr.cunsigned char segment=0, intr=0, irq=0, i=0, j=0, cardpresent=NOTOK,temp=0;
temp389drivers/net/ibmtr.ctemp = readb(ti->mmio + AIP + i) & 0x0f;
temp391drivers/net/ibmtr.cprintk("%1X",ti->hw_address[j]=temp);
temp393drivers/net/ibmtr.cti->hw_address[j]=temp;
temp2736drivers/net/ppp.cstruct ppp_stats *result, temp;
temp2744drivers/net/ppp.csizeof (temp));
temp2749drivers/net/ppp.cmemset (&temp, 0, sizeof(temp));
temp2751drivers/net/ppp.cmemcpy (&temp.p, &ppp->stats, sizeof (struct pppstat));
temp2753drivers/net/ppp.ctemp.vj.vjs_packets    = ppp->slcomp->sls_o_compressed+
temp2755drivers/net/ppp.ctemp.vj.vjs_compressed = ppp->slcomp->sls_o_compressed;
temp2756drivers/net/ppp.ctemp.vj.vjs_searches   = ppp->slcomp->sls_o_searches;
temp2757drivers/net/ppp.ctemp.vj.vjs_misses     = ppp->slcomp->sls_o_misses;
temp2758drivers/net/ppp.ctemp.vj.vjs_errorin    = ppp->slcomp->sls_i_error;
temp2759drivers/net/ppp.ctemp.vj.vjs_tossed     = ppp->slcomp->sls_i_tossed;
temp2760drivers/net/ppp.ctemp.vj.vjs_uncompressedin = ppp->slcomp->sls_i_uncompressed;
temp2761drivers/net/ppp.ctemp.vj.vjs_compressedin   = ppp->slcomp->sls_i_compressed;
temp2766drivers/net/ppp.cmemcpy_tofs (result, &temp, sizeof (temp));
temp2777drivers/net/ppp.cstruct ppp_comp_stats *result, temp;
temp2785drivers/net/ppp.csizeof (temp));
temp2789drivers/net/ppp.cmemset (&temp, 0, sizeof(temp));
temp2793drivers/net/ppp.c&temp.c);
temp2797drivers/net/ppp.c&temp.d);
temp2803drivers/net/ppp.cmemcpy_tofs (result, &temp, sizeof (temp));
temp82drivers/net/sdla.cchar          *temp, *base;
temp85drivers/net/sdla.ctemp = buf;
temp95drivers/net/sdla.cmemcpy(temp, base, bytes);
temp99drivers/net/sdla.ctemp += bytes;
temp107drivers/net/sdla.cchar          *temp, *base;
temp110drivers/net/sdla.ctemp = buf;
temp120drivers/net/sdla.cmemcpy(base, temp, bytes);
temp124drivers/net/sdla.ctemp += bytes;
temp156drivers/net/sdla.cchar          byte, *temp;
temp158drivers/net/sdla.ctemp = (void *) (dev->mem_start + (addr & SDLA_ADDR_MASK));
temp163drivers/net/sdla.cbyte = *temp;
temp237drivers/net/sdla.cchar          resp, *temp;
temp242drivers/net/sdla.ctemp = (void *)dev->mem_start;
temp243drivers/net/sdla.ctemp += z80_addr & SDLA_ADDR_MASK;
temp252drivers/net/sdla.cresp = *temp;
temp1205drivers/net/sdla.cchar   *temp;
temp1218drivers/net/sdla.ctemp = kmalloc(mem.len, GFP_KERNEL);
temp1219drivers/net/sdla.cif (!temp)
temp1221drivers/net/sdla.csdla_read(dev, mem.addr, temp, mem.len);
temp1222drivers/net/sdla.cmemcpy_tofs(mem.data, temp, mem.len);
temp1223drivers/net/sdla.ckfree(temp);
temp1231drivers/net/sdla.ctemp = kmalloc(mem.len, GFP_KERNEL);
temp1232drivers/net/sdla.cif (!temp)
temp1234drivers/net/sdla.cmemcpy_fromfs(temp, mem.data, mem.len);
temp1235drivers/net/sdla.csdla_write(dev, mem.addr, temp, mem.len);
temp1236drivers/net/sdla.ckfree(temp);
temp2705drivers/scsi/aic7xxx.cunsigned char temp;
temp2741drivers/scsi/aic7xxx.ctemp = CS_2840 | seeprom_read.bits[i];
temp2742drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840 + base);
temp2744drivers/scsi/aic7xxx.ctemp = temp ^ CK_2840;
temp2745drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840 + base);
temp2753drivers/scsi/aic7xxx.ctemp = k;
temp2754drivers/scsi/aic7xxx.ctemp = (temp >> i) & 1;  /* Mask out all but lower bit. */
temp2755drivers/scsi/aic7xxx.ctemp = CS_2840 | temp;
temp2756drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840 + base);
temp2758drivers/scsi/aic7xxx.ctemp = temp ^ CK_2840;
temp2759drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840 + base);
temp2771drivers/scsi/aic7xxx.ctemp = CS_2840;
temp2772drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840 + base);
temp2774drivers/scsi/aic7xxx.ctemp = temp ^ CK_2840;
temp2776drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840 + base);
temp2879drivers/scsi/aic7xxx.cunsigned char temp;
temp2933drivers/scsi/aic7xxx.ctemp = SEEMS | SEECS | (seeprom_read.bits[i] << 1);
temp2934drivers/scsi/aic7xxx.coutb(temp, SEECTL + base);
temp2936drivers/scsi/aic7xxx.ctemp = temp ^ SEECK;
temp2937drivers/scsi/aic7xxx.coutb(temp, SEECTL + base);
temp2945drivers/scsi/aic7xxx.ctemp = k + offset;
temp2946drivers/scsi/aic7xxx.ctemp = (temp >> i) & 1;  /* Mask out all but lower bit. */
temp2947drivers/scsi/aic7xxx.ctemp = SEEMS | SEECS | (temp << 1);
temp2948drivers/scsi/aic7xxx.coutb(temp, SEECTL + base);
temp2950drivers/scsi/aic7xxx.ctemp = temp ^ SEECK;
temp2951drivers/scsi/aic7xxx.coutb(temp, SEECTL + base);
temp2963drivers/scsi/aic7xxx.ctemp = SEEMS | SEECS;
temp2964drivers/scsi/aic7xxx.coutb(temp, SEECTL + base);
temp2966drivers/scsi/aic7xxx.ctemp = temp ^ SEECK;
temp2968drivers/scsi/aic7xxx.coutb(temp, SEECTL + base);
temp1168drivers/scsi/scsi.cint temp;
temp1187drivers/scsi/scsi.ctemp = host->last_reset + MIN_RESET_DELAY;
temp1188drivers/scsi/scsi.cwhile (jiffies < temp);
temp1233drivers/scsi/scsi.ctemp=host->hostt->command (SCpnt);
temp1234drivers/scsi/scsi.cSCpnt->result = temp;
temp1239drivers/scsi/scsi.chost->host_no, temp, host->hostt->command);
temp1966drivers/scsi/scsi.cint temp;
temp2063drivers/scsi/scsi.ctemp = host->hostt->reset(SCpnt, reset_flags);
temp2072drivers/scsi/scsi.ctemp = host->hostt->reset(SCpnt, reset_flags);
temp2078drivers/scsi/scsi.cprintk("scsi reset function returned %d\n", temp);
temp2090drivers/scsi/scsi.cswitch(temp & SCSI_RESET_ACTION) {
temp2092drivers/scsi/scsi.cif (temp & SCSI_RESET_HOST_RESET)
temp2094drivers/scsi/scsi.celse if (temp & SCSI_RESET_BUS_RESET)
temp2103drivers/scsi/scsi.cif (temp & SCSI_RESET_HOST_RESET)
temp2105drivers/scsi/scsi.celse if (temp & SCSI_RESET_BUS_RESET)
temp2115drivers/scsi/scsi.cif (temp & SCSI_RESET_HOST_RESET)
temp2117drivers/scsi/scsi.celse if (temp & SCSI_RESET_BUS_RESET)
temp2127drivers/scsi/scsi.cif( temp & SCSI_RESET_BUS_RESET )
temp2155drivers/scsi/scsi.creturn temp;
temp39drivers/scsi/scsi_ioctl.cint temp, result;
temp43drivers/scsi/scsi_ioctl.cif ((temp = host->hostt->present) && buffer) {
temp62drivers/scsi/scsi_ioctl.creturn temp;
temp190drivers/scsi/scsicam.cunsigned long heads, sectors, cylinders, temp; 
temp195drivers/scsi/scsicam.ctemp = cylinders * sectors;    /* Compute divisor for heads */ 
temp196drivers/scsi/scsicam.cheads = capacity / temp;    /* Compute value for number of heads */
temp197drivers/scsi/scsicam.cif (capacity % temp) {    /* If no remainder, done! */ 
temp199drivers/scsi/scsicam.ctemp = cylinders * heads;  /* Compute divisor for sectors */ 
temp200drivers/scsi/scsicam.csectors = capacity / temp;  /* Compute value for sectors per
temp202drivers/scsi/scsicam.cif (capacity % temp) {    /* If no remainder, done! */ 
temp204drivers/scsi/scsicam.ctemp = heads * sectors;  /* Compute divisor for cylinders */
temp205drivers/scsi/scsicam.ccylinders = capacity / temp;/* Compute number of cylinders */ 
temp498drivers/scsi/seagate.cint temp;
temp518drivers/scsi/seagate.ctemp =  internal_command (current_target, current_lun,
temp522drivers/scsi/seagate.cif (msg_byte(temp) != DISCONNECT) {
temp526drivers/scsi/seagate.chostno, temp);
temp531drivers/scsi/seagate.cSCtmp->result = temp;
temp626drivers/scsi/seagate.cint temp;
temp713drivers/scsi/seagate.ctemp = STATUS;
temp714drivers/scsi/seagate.cif ((temp & STAT_IO) && !(temp & STAT_BSY))
temp731drivers/scsi/seagate.cif (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40)))
temp735drivers/scsi/seagate.c"\tData bus = %d\n", hostno, temp);
temp740drivers/scsi/seagate.cif (!(temp & (1 << current_target)))
temp743drivers/scsi/seagate.chostno, temp);
temp893drivers/scsi/seagate.ctemp = clock - jiffies;
temp896drivers/scsi/seagate.cprintk("seagate_st0x_timeout : %d            \r",temp);
temp901drivers/scsi/seagate.chostno, status_read, temp, st0x_aborted);
temp376drivers/sound/pas2_card.cchar            temp[100];
temp378drivers/sound/pas2_card.csprintf (temp,
temp381drivers/sound/pas2_card.cconf_printf (temp, hw_config);
temp347drivers/sound/sscape.cunsigned char   temp;
temp359drivers/sound/sscape.ctemp = devc->dma << 4;  /* Setup DMA channel select bits */
temp361drivers/sound/sscape.ctemp |= 0x80;    /* 8 bit DMA channel */
temp363drivers/sound/sscape.ctemp |= 1;      /* Trigger DMA */
temp364drivers/sound/sscape.csscape_write (devc, GA_DMAA_REG, temp);
temp365drivers/sound/sscape.ctemp &= 0xfe;      /* Clear DMA trigger */
temp366drivers/sound/sscape.csscape_write (devc, GA_DMAA_REG, temp);
temp441drivers/sound/sscape.cunsigned char   temp;
temp471drivers/sound/sscape.c(temp = sscape_read (devc, GA_HMCTL_REG)) & 0x3f);  /*Reset */
temp478drivers/sound/sscape.c(temp = sscape_read (devc, GA_HMCTL_REG)) | 0x80);
temp537drivers/sound/sscape.ctemp = sscape_read (devc, GA_HMCTL_REG);
temp538drivers/sound/sscape.ctemp |= 0x40;
temp539drivers/sound/sscape.csscape_write (devc, GA_HMCTL_REG, temp);  /* Kickstart the board */
temp23include/asm-alpha/atomic.hunsigned long temp;
temp31include/asm-alpha/atomic.h:"=&r" (temp),
temp39include/asm-alpha/atomic.hunsigned long temp;
temp47include/asm-alpha/atomic.h:"=&r" (temp),
temp58include/asm-alpha/atomic.hunsigned long temp, result;
temp67include/asm-alpha/atomic.h:"=&r" (temp),
temp19include/asm-alpha/bitops.hunsigned long temp;
temp31include/asm-alpha/bitops.h:"=&r" (temp),
temp42include/asm-alpha/bitops.hunsigned long temp;
temp54include/asm-alpha/bitops.h:"=&r" (temp),
temp65include/asm-alpha/bitops.hunsigned long temp;
temp75include/asm-alpha/bitops.h:"=&r" (temp),
temp193include/asm-m68k/string.hsize_t temp;
temp213include/asm-m68k/string.htemp = count >> 2;
temp214include/asm-m68k/string.hif (temp)
temp218include/asm-m68k/string.htemp--;
temp221include/asm-m68k/string.hwhile (temp--);
temp248include/asm-m68k/string.hsize_t temp;
temp273include/asm-m68k/string.htemp = n >> 2;
temp274include/asm-m68k/string.hif (temp)
temp278include/asm-m68k/string.htemp--;
temp281include/asm-m68k/string.hwhile (temp--);
temp322include/asm-m68k/string.htemp = n >> 2;
temp323include/asm-m68k/string.hif (temp)
temp327include/asm-m68k/string.htemp--;
temp330include/asm-m68k/string.hwhile (temp--);
temp684net/ipv4/ip_masq.cchar temp[129];
temp690net/ipv4/ip_masq.csprintf(temp,
temp693net/ipv4/ip_masq.clen = sprintf(buffer, "%-127s\n", temp);
temp710net/ipv4/ip_masq.csprintf(temp,"%s %08lX:%04X %08lX:%04X %04X %08X %6d %6d %7lu",
temp721net/ipv4/ip_masq.clen += sprintf(buffer+len, "%-127s\n", temp);
temp812net/ipv4/route.cchar temp[129];
temp871net/ipv4/route.csprintf(temp, "%s\t%08lX\t%08lX\t%02X\t%d\t%lu\t%d\t%08lX\t%d\t%lu\t%u",
temp875net/ipv4/route.csprintf(buffer+len,"%-127s\n",temp);
temp899net/ipv4/route.cchar temp[129];
temp931net/ipv4/route.csprintf(temp, "%s\t%08lX\t%08lX\t%02X\t%d\t%u\t%d\t%08lX\t%d\t%lu\t%u\t%d\t%1d",
temp935net/ipv4/route.csprintf(buffer+len,"%-127s\n",temp);
temp260scripts/lxdialog/util.cint i, temp;
temp265scripts/lxdialog/util.ctemp = strspn (label, " ");
temp266scripts/lxdialog/util.clabel += temp;
temp269scripts/lxdialog/util.cfor (i = 0; i < temp; i++)
temp279scripts/lxdialog/util.cwmove (win, y, x + temp + 1);