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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 *);
471 /* in_str manipulations: */
472 static int static_get(struct in_str *i);
473 static int static_peek(struct in_str *i);
474 static int file_get(struct in_str *i);
475 static int file_peek(struct in_str *i);
476 static void setup_file_in_str(struct in_str *i, FILE *f);
477 static void setup_string_in_str(struct in_str *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dray_cs.c124 static int parse_addr(char *in_str, UCHAR *out);
1746 static int parse_addr(char *in_str, UCHAR *out) argument
1752 if (in_str == NULL) return 0;
1753 if ((len = strlen(in_str)) < 2) return 0;
1763 if ((k = asc_to_int(in_str[j--])) != -1) out[i] = k;
1767 if ((k = asc_to_int(in_str[j--])) != -1) out[i] += k << 4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dlex.zconf.c2118 * @param in_str A readable stream.
2122 void zconfset_in (FILE * in_str )
2124 zconfin = in_str ;

Completed in 113 milliseconds