taglinefilesource code
next_ch3388drivers/net/ppp.cregister u_char next_ch;
next_ch3392drivers/net/ppp.cnext_ch = *in++;
next_ch3393drivers/net/ppp.c*out++ = hex[(next_ch >> 4) & 0x0F];
next_ch3394drivers/net/ppp.c*out++ = hex[next_ch & 0x0F];
next_ch3402drivers/net/ppp.cregister u_char next_ch;
next_ch3405drivers/net/ppp.cnext_ch = *in++;
next_ch3407drivers/net/ppp.cif (next_ch < 0x20 || next_ch > 0x7e)
next_ch3410drivers/net/ppp.c*out++ = next_ch;
next_ch3411drivers/net/ppp.cif (next_ch == '%')   /* printk/syslogd has a bug !! */