taglinefilesource code
next_ch3381drivers/net/ppp.cregister u_char next_ch;
next_ch3385drivers/net/ppp.cnext_ch = *in++;
next_ch3386drivers/net/ppp.c*out++ = hex[(next_ch >> 4) & 0x0F];
next_ch3387drivers/net/ppp.c*out++ = hex[next_ch & 0x0F];
next_ch3395drivers/net/ppp.cregister u_char next_ch;
next_ch3398drivers/net/ppp.cnext_ch = *in++;
next_ch3400drivers/net/ppp.cif (next_ch < 0x20 || next_ch > 0x7e)
next_ch3403drivers/net/ppp.c*out++ = next_ch;
next_ch3404drivers/net/ppp.cif (next_ch == '%')   /* printk/syslogd has a bug !! */