taglinefilesource code
outbuf330net/inet/ip.cunsigned char *outbuf;
outbuf352net/inet/ip.coutbuf=(unsigned char *)(opt+1);
outbuf353net/inet/ip.copt->option_data=outbuf;
outbuf370net/inet/ip.cmemcpy(outbuf,buff,opt->option_length);
outbuf371net/inet/ip.cbuff = outbuf;
outbuf97zBoot/gzip.hEXTERN(uch, outbuf);         /* output buffer */
outbuf188zBoot/gzip.h#define put_byte(c) {outbuf[outcnt++]=(uch)(c); if (outcnt==OUTBUFSIZ)\
outbuf196zBoot/gzip.houtbuf[outcnt++] = (uch) ((w) & 0xff); \
outbuf197zBoot/gzip.houtbuf[outcnt++] = (uch) ((ush)(w) >> 8); \
outbuf46zBoot/misc.cDECLARE(uch, outbuf, OUTBUFSIZ+OUTBUF_EXTRA);
outbuf168zBoot/unzip.cif (orig_crc != updcrc(outbuf, 0)) {