taglinefilesource code
next_ch2002drivers/net/ppp.cregister unsigned char next_ch;
next_ch2005drivers/net/ppp.cnext_ch = (unsigned char) get_fs_byte (in);
next_ch2007drivers/net/ppp.c*out++  = hex[(next_ch >> 4) & 0x0F];
next_ch2008drivers/net/ppp.c*out++  = hex[next_ch        & 0x0F];
next_ch2016drivers/net/ppp.cregister unsigned char next_ch;
next_ch2019drivers/net/ppp.cnext_ch = (unsigned char) get_fs_byte (in);
next_ch2021drivers/net/ppp.cif (next_ch < 0x20 || next_ch > 0x7e)
next_ch2024drivers/net/ppp.c*out++ = next_ch;
next_ch2025drivers/net/ppp.cif (next_ch == '%')  /* printk/syslogd has a bug !! */