Searched refs:in_str (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c311 struct in_str { struct
321 int (*get) (struct in_str *);
322 int (*peek) (struct in_str *);
470 /* in_str manipulations: */
471 static int static_get(struct in_str *i);
472 static int static_peek(struct in_str *i);
473 static int file_get(struct in_str *i);
474 static int file_peek(struct in_str *i);
475 static void setup_file_in_str(struct in_str *i, FILE *f);
476 static void setup_string_in_str(struct in_str *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlpars.cpp497 const wxChar *in_str = input.c_str(); local
500 for (c = in_str, last = in_str; *c != wxT('\0'); c++)
535 if (last == in_str) // common case: no entity
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dbase64.c79 int av_base64_decode(uint8_t *out, const char *in_str, int out_size) argument
84 const uint8_t *in = in_str;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/src/
H A Dlexer.c682 void cfg_yyset_in (FILE * in_str );
2179 * @param in_str A readable stream.
2183 void cfg_yyset_in (FILE * in_str )
2185 cfg_yyin = in_str ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DIPFilterScanner.cpp706 void yyipset_in (FILE * in_str );
1891 * @param in_str A readable stream.
1895 void yyipset_in (FILE * in_str )
1897 yyipin = in_str ;
H A DScanner.cpp1842 * @param in_str A readable stream.
1846 void yyset_in (FILE * in_str )
1848 yyin = in_str ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dcss.c4762 void yyset_in (FILE * in_str );
6111 * @param in_str A readable stream.
6115 void yyset_in (FILE * in_str )
6117 yyin = in_str ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dlex.zconf.c877 void zconfset_in (FILE * in_str );
2194 * @param in_str A readable stream.
2198 void zconfset_in (FILE * in_str )
2200 zconfin = in_str ;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dclient6_token.c791 void cpyyset_in (FILE * in_str );
2158 * @param in_str A readable stream.
2162 void cpyyset_in (FILE * in_str )
2164 cpyyin = in_str ;
H A Ddad_token.c638 void ifyyset_in (FILE * in_str );
1885 * @param in_str A readable stream.
1889 void ifyyset_in (FILE * in_str )
1891 ifyyin = in_str ;
H A Dra_token.c662 void rayyset_in (FILE * in_str );
1895 * @param in_str A readable stream.
1899 void rayyset_in (FILE * in_str )
1901 rayyin = in_str ;
H A Dradvd_token.c648 void rdyyset_in (FILE * in_str );
1942 * @param in_str A readable stream.
1946 void rdyyset_in (FILE * in_str )
1948 rdyyin = in_str ;
H A Dresolv_token.c636 void rvyyset_in (FILE * in_str );
1833 * @param in_str A readable stream.
1837 void rvyyset_in (FILE * in_str )
1839 rvyyin = in_str ;
H A Dserver6_token.c860 void sfyyset_in (FILE * in_str );
2206 * @param in_str A readable stream.
2210 void sfyyset_in (FILE * in_str )
2212 sfyyin = in_str ;
H A Dlease_token.c1113 void lyyset_in (FILE * in_str );
2543 * @param in_str A readable stream.
2547 void lyyset_in (FILE * in_str )
2549 lyyin = in_str ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dray_cs.c105 static int parse_addr(char *in_str, UCHAR *out);
1688 static int parse_addr(char *in_str, UCHAR *out) argument
1694 if (in_str == NULL)
1696 if ((len = strlen(in_str)) < 2)
1707 if ((k = hex_to_bin(in_str[j--])) != -1)
1714 if ((k = hex_to_bin(in_str[j--])) != -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_lexer.c2358 * @param in_str A readable stream.
2362 void phpset_in (FILE * in_str )
2364 phpin = in_str ;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dlex.zconf.c2104 * @param in_str A readable stream.
2108 void zconfset_in (FILE * in_str )
2110 zconfin = in_str ;

Completed in 390 milliseconds