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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/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-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dgetenv.c81 int get_char(FILE *file);
102 * (3) uses get_char() so LineNumber will be accurate
109 while (EOF != (ch = get_char(file)) && !strchr(terms, ch)) {
134 /* get_char(file) : like getc() but increment LineNumber on newlines
136 int get_char(FILE *file) function
158 while (EOF != (ch = get_char(file)))
165 ch = get_char(file);
187 ch = get_char(file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dgetenv.c81 int get_char(FILE *file);
102 * (3) uses get_char() so LineNumber will be accurate
109 while (EOF != (ch = get_char(file)) && !strchr(terms, ch)) {
134 /* get_char(file) : like getc() but increment LineNumber on newlines
136 int get_char(FILE *file) function
158 while (EOF != (ch = get_char(file)))
165 ch = get_char(file);
187 ch = get_char(file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Dconf.c567 static int get_char(input_t *input) function
615 c = get_char(input);
655 c = get_char(input);
688 c = get_char(input);
707 c = get_char(input);
781 c = get_char(input);
840 c = get_char(input);
1689 if (get_char(&input) != LOCAL_UNEXPECTED_EOF) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dexr.c457 #define get_char(c, lc, gb) \ macro
467 get_char(c, lc, gb); \
498 get_char(c, lc, gb);
516 get_char(c, lc, gb);
/netgear-R7000-V1.0.7.12_1.2.5/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) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/chat/
H A Dchat.c232 int get_char __P((void));
638 c = get_char();
1196 int get_char() function
1381 while ( ! alarmed && (c = get_char()) >= 0) {

Completed in 212 milliseconds