taglinefilesource code
next_ch2026drivers/net/ppp.cregister unsigned char next_ch;
next_ch2029drivers/net/ppp.cnext_ch = (unsigned char) get_user (in);
next_ch2031drivers/net/ppp.c*out++  = hex[(next_ch >> 4) & 0x0F];
next_ch2032drivers/net/ppp.c*out++  = hex[next_ch        & 0x0F];
next_ch2040drivers/net/ppp.cregister unsigned char next_ch;
next_ch2043drivers/net/ppp.cnext_ch = (unsigned char) get_user (in);
next_ch2045drivers/net/ppp.cif (next_ch < 0x20 || next_ch > 0x7e)
next_ch2048drivers/net/ppp.c*out++ = next_ch;
next_ch2049drivers/net/ppp.cif (next_ch == '%')  /* printk/syslogd has a bug !! */