Searched refs:get_char (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dstrtoofft.c48 static int get_char(char c, int base);
110 for(i = get_char(end[0], base);
112 end++, i = get_char(end[0], base)) {
154 static int get_char(char c, int base) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dsh-sci.c111 static int get_char(struct uart_port *port) function
196 } while (get_char(port) != '+');
213 while ((c = get_char(&kgdb_sci_port->port)) < 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/chat/
H A Dchat.c233 int get_char __P((void));
654 c = get_char();
1227 int get_char() function
1412 while ( ! alarmed && (c = get_char()) >= 0) {

Completed in 101 milliseconds