taglinefilesource code
next_ch1978drivers/net/ppp.cregister unsigned char next_ch;
next_ch1981drivers/net/ppp.cnext_ch = (unsigned char) get_fs_byte (in);
next_ch1983drivers/net/ppp.c*out++  = hex[(next_ch >> 4) & 0x0F];
next_ch1984drivers/net/ppp.c*out++  = hex[next_ch        & 0x0F];
next_ch1992drivers/net/ppp.cregister unsigned char next_ch;
next_ch1995drivers/net/ppp.cnext_ch = (unsigned char) get_fs_byte (in);
next_ch1997drivers/net/ppp.cif (next_ch < 0x20 || next_ch > 0x7e)
next_ch2000drivers/net/ppp.c*out++ = next_ch;
next_ch2001drivers/net/ppp.cif (next_ch == '%')  /* printk/syslogd has a bug !! */