taglinefilesource code
next_ch3264drivers/net/ppp.cregister __u8 next_ch;
next_ch3268drivers/net/ppp.cnext_ch = *in++;
next_ch3269drivers/net/ppp.c*out++ = hex[(next_ch >> 4) & 0x0F];
next_ch3270drivers/net/ppp.c*out++ = hex[next_ch & 0x0F];
next_ch3278drivers/net/ppp.cregister __u8 next_ch;
next_ch3281drivers/net/ppp.cnext_ch = *in++;
next_ch3283drivers/net/ppp.cif (next_ch < 0x20 || next_ch > 0x7e)
next_ch3286drivers/net/ppp.c*out++ = next_ch;
next_ch3287drivers/net/ppp.cif (next_ch == '%')   /* printk/syslogd has a bug !! */