Searched refs:first_arg (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstyled-ostream.c44 styled_ostream__write_mem (styled_ostream_t first_arg, const void *data, size_t len) argument
46 super.write_mem (first_arg,data,len);
50 styled_ostream__flush (styled_ostream_t first_arg) argument
52 super.flush (first_arg);
56 styled_ostream__free (styled_ostream_t first_arg) argument
58 super.free (first_arg);
62 styled_ostream__begin_use_class (styled_ostream_t first_arg, const char *classname) argument
67 styled_ostream__begin_use_class (first_arg,classname);
72 styled_ostream__end_use_class (styled_ostream_t first_arg, const char *classname) argument
77 styled_ostream__end_use_class (first_arg,classnam
99 styled_ostream_write_mem(styled_ostream_t first_arg, const void *data, size_t len) argument
107 styled_ostream_flush(styled_ostream_t first_arg) argument
115 styled_ostream_free(styled_ostream_t first_arg) argument
123 styled_ostream_begin_use_class(styled_ostream_t first_arg, const char *classname) argument
131 styled_ostream_end_use_class(styled_ostream_t first_arg, const char *classname) argument
[all...]
H A Dostream.c51 ostream__write_mem (ostream_t first_arg, const void *data, size_t len) argument
56 ostream__write_mem (first_arg,data,len);
61 ostream__flush (ostream_t first_arg) argument
66 ostream__flush (first_arg);
71 ostream__free (ostream_t first_arg) argument
76 ostream__free (first_arg);
96 ostream_write_mem (ostream_t first_arg, const void *data, size_t len) argument
99 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
100 vtable->write_mem (first_arg,data,len);
104 ostream_flush (ostream_t first_arg) argument
112 ostream_free(ostream_t first_arg) argument
[all...]
H A Dterm-ostream.h91 extern void term_ostream_write_mem (term_ostream_t first_arg, const void *data, size_t len);
92 extern void term_ostream_flush (term_ostream_t first_arg);
93 extern void term_ostream_free (term_ostream_t first_arg);
94 extern term_color_t term_ostream_rgb_to_color (term_ostream_t first_arg, int red, int green, int blue);
95 extern term_color_t term_ostream_get_color (term_ostream_t first_arg);
96 extern void term_ostream_set_color (term_ostream_t first_arg, term_color_t color);
97 extern term_color_t term_ostream_get_bgcolor (term_ostream_t first_arg);
98 extern void term_ostream_set_bgcolor (term_ostream_t first_arg, term_color_t color);
99 extern term_weight_t term_ostream_get_weight (term_ostream_t first_arg);
100 extern void term_ostream_set_weight (term_ostream_t first_arg, term_weight_
131 term_ostream_write_mem(term_ostream_t first_arg, const void *data, size_t len) argument
140 term_ostream_flush(term_ostream_t first_arg) argument
149 term_ostream_free(term_ostream_t first_arg) argument
158 term_ostream_rgb_to_color(term_ostream_t first_arg, int red, int green, int blue) argument
167 term_ostream_get_color(term_ostream_t first_arg) argument
176 term_ostream_set_color(term_ostream_t first_arg, term_color_t color) argument
185 term_ostream_get_bgcolor(term_ostream_t first_arg) argument
194 term_ostream_set_bgcolor(term_ostream_t first_arg, term_color_t color) argument
203 term_ostream_get_weight(term_ostream_t first_arg) argument
212 term_ostream_set_weight(term_ostream_t first_arg, term_weight_t weight) argument
221 term_ostream_get_posture(term_ostream_t first_arg) argument
230 term_ostream_set_posture(term_ostream_t first_arg, term_posture_t posture) argument
239 term_ostream_get_underline(term_ostream_t first_arg) argument
248 term_ostream_set_underline(term_ostream_t first_arg, term_underline_t underline) argument
[all...]
H A Dhtml-ostream.h54 extern void html_ostream_write_mem (html_ostream_t first_arg, const void *data, size_t len);
55 extern void html_ostream_flush (html_ostream_t first_arg);
56 extern void html_ostream_free (html_ostream_t first_arg);
57 extern void html_ostream_begin_span (html_ostream_t first_arg, const char *classname);
58 extern void html_ostream_end_span (html_ostream_t first_arg, const char *classname);
66 #define THIS_ARG html_ostream_t first_arg
85 html_ostream_write_mem (html_ostream_t first_arg, const void *data, size_t len) argument
88 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
89 vtable->write_mem (first_arg,data,len);
94 html_ostream_flush (html_ostream_t first_arg) argument
103 html_ostream_free(html_ostream_t first_arg) argument
112 html_ostream_begin_span(html_ostream_t first_arg, const char *classname) argument
121 html_ostream_end_span(html_ostream_t first_arg, const char *classname) argument
[all...]
H A Dhtml-styled-ostream.h57 extern void html_styled_ostream_write_mem (html_styled_ostream_t first_arg, const void *data, size_t len);
58 extern void html_styled_ostream_flush (html_styled_ostream_t first_arg);
59 extern void html_styled_ostream_free (html_styled_ostream_t first_arg);
60 extern void html_styled_ostream_begin_use_class (html_styled_ostream_t first_arg, const char *classname);
61 extern void html_styled_ostream_end_use_class (html_styled_ostream_t first_arg, const char *classname);
69 #define THIS_ARG html_styled_ostream_t first_arg
88 html_styled_ostream_write_mem (html_styled_ostream_t first_arg, const void *data, size_t len) argument
91 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
92 vtable->write_mem (first_arg,data,len);
97 html_styled_ostream_flush (html_styled_ostream_t first_arg) argument
106 html_styled_ostream_free(html_styled_ostream_t first_arg) argument
115 html_styled_ostream_begin_use_class(html_styled_ostream_t first_arg, const char *classname) argument
124 html_styled_ostream_end_use_class(html_styled_ostream_t first_arg, const char *classname) argument
[all...]
H A Dstyled-ostream.h59 extern void styled_ostream_write_mem (styled_ostream_t first_arg, const void *data, size_t len);
60 extern void styled_ostream_flush (styled_ostream_t first_arg);
61 extern void styled_ostream_free (styled_ostream_t first_arg);
62 extern void styled_ostream_begin_use_class (styled_ostream_t first_arg, const char *classname);
63 extern void styled_ostream_end_use_class (styled_ostream_t first_arg, const char *classname);
71 #define THIS_ARG styled_ostream_t first_arg
90 styled_ostream_write_mem (styled_ostream_t first_arg, const void *data, size_t len) argument
93 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
94 vtable->write_mem (first_arg,data,len);
99 styled_ostream_flush (styled_ostream_t first_arg) argument
108 styled_ostream_free(styled_ostream_t first_arg) argument
117 styled_ostream_begin_use_class(styled_ostream_t first_arg, const char *classname) argument
126 styled_ostream_end_use_class(styled_ostream_t first_arg, const char *classname) argument
[all...]
H A Dterm-styled-ostream.h57 extern void term_styled_ostream_write_mem (term_styled_ostream_t first_arg, const void *data, size_t len);
58 extern void term_styled_ostream_flush (term_styled_ostream_t first_arg);
59 extern void term_styled_ostream_free (term_styled_ostream_t first_arg);
60 extern void term_styled_ostream_begin_use_class (term_styled_ostream_t first_arg, const char *classname);
61 extern void term_styled_ostream_end_use_class (term_styled_ostream_t first_arg, const char *classname);
69 #define THIS_ARG term_styled_ostream_t first_arg
88 term_styled_ostream_write_mem (term_styled_ostream_t first_arg, const void *data, size_t len) argument
91 ((struct term_styled_ostream_representation_header *) (struct term_styled_ostream_representation *) first_arg)->vtable;
92 vtable->write_mem (first_arg,data,len);
97 term_styled_ostream_flush (term_styled_ostream_t first_arg) argument
106 term_styled_ostream_free(term_styled_ostream_t first_arg) argument
115 term_styled_ostream_begin_use_class(term_styled_ostream_t first_arg, const char *classname) argument
124 term_styled_ostream_end_use_class(term_styled_ostream_t first_arg, const char *classname) argument
[all...]
H A Dfd-ostream.h56 extern void fd_ostream_write_mem (fd_ostream_t first_arg, const void *data, size_t len);
57 extern void fd_ostream_flush (fd_ostream_t first_arg);
58 extern void fd_ostream_free (fd_ostream_t first_arg);
66 #define THIS_ARG fd_ostream_t first_arg
85 fd_ostream_write_mem (fd_ostream_t first_arg, const void *data, size_t len) argument
88 ((struct fd_ostream_representation_header *) (struct fd_ostream_representation *) first_arg)->vtable;
89 vtable->write_mem (first_arg,data,len);
94 fd_ostream_flush (fd_ostream_t first_arg) argument
97 ((struct fd_ostream_representation_header *) (struct fd_ostream_representation *) first_arg)->vtable;
98 vtable->flush (first_arg);
103 fd_ostream_free(fd_ostream_t first_arg) argument
[all...]
H A Dfile-ostream.h56 extern void file_ostream_write_mem (file_ostream_t first_arg, const void *data, size_t len);
57 extern void file_ostream_flush (file_ostream_t first_arg);
58 extern void file_ostream_free (file_ostream_t first_arg);
66 #define THIS_ARG file_ostream_t first_arg
85 file_ostream_write_mem (file_ostream_t first_arg, const void *data, size_t len) argument
88 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
89 vtable->write_mem (first_arg,data,len);
94 file_ostream_flush (file_ostream_t first_arg) argument
97 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
98 vtable->flush (first_arg);
103 file_ostream_free(file_ostream_t first_arg) argument
[all...]
H A Dostream.h55 extern void ostream_write_mem (ostream_t first_arg, const void *data, size_t len);
56 extern void ostream_flush (ostream_t first_arg);
57 extern void ostream_free (ostream_t first_arg);
65 #define THIS_ARG ostream_t first_arg
84 ostream_write_mem (ostream_t first_arg, const void *data, size_t len) argument
87 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
88 vtable->write_mem (first_arg,data,len);
93 ostream_flush (ostream_t first_arg) argument
96 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
97 vtable->flush (first_arg);
102 ostream_free(ostream_t first_arg) argument
[all...]
H A Dfile-ostream.c97 file_ostream_write_mem (file_ostream_t first_arg, const void *data, size_t len) argument
100 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
101 vtable->write_mem (first_arg,data,len);
105 file_ostream_flush (file_ostream_t first_arg) argument
108 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
109 vtable->flush (first_arg);
113 file_ostream_free (file_ostream_t first_arg) argument
116 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
117 vtable->free (first_arg);
H A Dhtml-styled-ostream.c188 html_styled_ostream_write_mem (html_styled_ostream_t first_arg, const void *data, size_t len) argument
191 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
192 vtable->write_mem (first_arg,data,len);
196 html_styled_ostream_flush (html_styled_ostream_t first_arg) argument
199 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
200 vtable->flush (first_arg);
204 html_styled_ostream_free (html_styled_ostream_t first_arg) argument
207 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
208 vtable->free (first_arg);
212 html_styled_ostream_begin_use_class (html_styled_ostream_t first_arg, cons argument
220 html_styled_ostream_end_use_class(html_styled_ostream_t first_arg, const char *classname) argument
[all...]
H A Dhtml-ostream.c299 html_ostream_write_mem (html_ostream_t first_arg, const void *data, size_t len) argument
302 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
303 vtable->write_mem (first_arg,data,len);
307 html_ostream_flush (html_ostream_t first_arg) argument
310 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
311 vtable->flush (first_arg);
315 html_ostream_free (html_ostream_t first_arg) argument
318 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
319 vtable->free (first_arg);
323 html_ostream_begin_span (html_ostream_t first_arg, cons argument
331 html_ostream_end_span(html_ostream_t first_arg, const char *classname) argument
[all...]
H A Dfd-ostream.c196 fd_ostream_write_mem (fd_ostream_t first_arg, const void *data, size_t len) argument
199 ((struct fd_ostream_representation_header *) (struct fd_ostream_representation *) first_arg)->vtable;
200 vtable->write_mem (first_arg,data,len);
204 fd_ostream_flush (fd_ostream_t first_arg) argument
207 ((struct fd_ostream_representation_header *) (struct fd_ostream_representation *) first_arg)->vtable;
208 vtable->flush (first_arg);
212 fd_ostream_free (fd_ostream_t first_arg) argument
215 ((struct fd_ostream_representation_header *) (struct fd_ostream_representation *) first_arg)->vtable;
216 vtable->free (first_arg);
H A Dterm-styled-ostream.c649 term_styled_ostream_write_mem (term_styled_ostream_t first_arg, const void *data, size_t len) argument
652 ((struct term_styled_ostream_representation_header *) (struct term_styled_ostream_representation *) first_arg)->vtable;
653 vtable->write_mem (first_arg,data,len);
657 term_styled_ostream_flush (term_styled_ostream_t first_arg) argument
660 ((struct term_styled_ostream_representation_header *) (struct term_styled_ostream_representation *) first_arg)->vtable;
661 vtable->flush (first_arg);
665 term_styled_ostream_free (term_styled_ostream_t first_arg) argument
668 ((struct term_styled_ostream_representation_header *) (struct term_styled_ostream_representation *) first_arg)->vtable;
669 vtable->free (first_arg);
673 term_styled_ostream_begin_use_class (term_styled_ostream_t first_arg, cons argument
681 term_styled_ostream_end_use_class(term_styled_ostream_t first_arg, const char *classname) argument
[all...]
H A Dterm-ostream.c1932 term_ostream_write_mem (term_ostream_t first_arg, const void *data, size_t len) argument
1935 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1936 vtable->write_mem (first_arg,data,len);
1940 term_ostream_flush (term_ostream_t first_arg) argument
1943 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1944 vtable->flush (first_arg);
1948 term_ostream_free (term_ostream_t first_arg) argument
1951 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1952 vtable->free (first_arg);
1956 term_ostream_rgb_to_color (term_ostream_t first_arg, in argument
1964 term_ostream_get_color(term_ostream_t first_arg) argument
1972 term_ostream_set_color(term_ostream_t first_arg, term_color_t color) argument
1980 term_ostream_get_bgcolor(term_ostream_t first_arg) argument
1988 term_ostream_set_bgcolor(term_ostream_t first_arg, term_color_t color) argument
1996 term_ostream_get_weight(term_ostream_t first_arg) argument
2004 term_ostream_set_weight(term_ostream_t first_arg, term_weight_t weight) argument
2012 term_ostream_get_posture(term_ostream_t first_arg) argument
2020 term_ostream_set_posture(term_ostream_t first_arg, term_posture_t posture) argument
2028 term_ostream_get_underline(term_ostream_t first_arg) argument
2036 term_ostream_set_underline(term_ostream_t first_arg, term_underline_t underline) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dostream.c51 ostream__write_mem (ostream_t first_arg, const void *data, size_t len) argument
56 ostream__write_mem (first_arg,data,len);
61 ostream__flush (ostream_t first_arg) argument
66 ostream__flush (first_arg);
71 ostream__free (ostream_t first_arg) argument
76 ostream__free (first_arg);
96 ostream_write_mem (ostream_t first_arg, const void *data, size_t len) argument
99 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
100 vtable->write_mem (first_arg,data,len);
104 ostream_flush (ostream_t first_arg) argument
112 ostream_free(ostream_t first_arg) argument
[all...]
H A Dfile-ostream.h56 extern void file_ostream_write_mem (file_ostream_t first_arg, const void *data, size_t len);
57 extern void file_ostream_flush (file_ostream_t first_arg);
58 extern void file_ostream_free (file_ostream_t first_arg);
66 #define THIS_ARG file_ostream_t first_arg
85 file_ostream_write_mem (file_ostream_t first_arg, const void *data, size_t len) argument
88 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
89 vtable->write_mem (first_arg,data,len);
94 file_ostream_flush (file_ostream_t first_arg) argument
97 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
98 vtable->flush (first_arg);
103 file_ostream_free(file_ostream_t first_arg) argument
[all...]
H A Dostream.h55 extern void ostream_write_mem (ostream_t first_arg, const void *data, size_t len);
56 extern void ostream_flush (ostream_t first_arg);
57 extern void ostream_free (ostream_t first_arg);
65 #define THIS_ARG ostream_t first_arg
84 ostream_write_mem (ostream_t first_arg, const void *data, size_t len) argument
87 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
88 vtable->write_mem (first_arg,data,len);
93 ostream_flush (ostream_t first_arg) argument
96 ((struct ostream_representation_header *) (struct any_ostream_representation *) first_arg)->vtable;
97 vtable->flush (first_arg);
102 ostream_free(ostream_t first_arg) argument
[all...]
H A Dfile-ostream.c97 file_ostream_write_mem (file_ostream_t first_arg, const void *data, size_t len) argument
100 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
101 vtable->write_mem (first_arg,data,len);
105 file_ostream_flush (file_ostream_t first_arg) argument
108 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
109 vtable->flush (first_arg);
113 file_ostream_free (file_ostream_t first_arg) argument
116 ((struct file_ostream_representation_header *) (struct file_ostream_representation *) first_arg)->vtable;
117 vtable->free (first_arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dyes.c24 char **first_arg; local
31 first_arg = argv;
39 argv = first_arg;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/dispatcher/
H A Ddsutils.c685 * first_arg - First argument of a parser argument tree
697 union acpi_parse_object *first_arg)
703 ACPI_FUNCTION_TRACE_PTR(ds_create_operands, first_arg);
707 arg = first_arg;
716 arg, first_arg));
696 acpi_ds_create_operands(struct acpi_walk_state *walk_state, union acpi_parse_object *first_arg) argument
H A Ddswexec.c358 union acpi_parse_object *first_arg; local
372 first_arg = op->common.value.arg;
398 status = acpi_ds_create_operands(walk_state, first_arg);
534 next_op = first_arg;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dkernel-doc1482 my @first_arg;
1485 push(@first_arg, split('\s+', $1));
1486 push(@first_arg, $2);
1488 @first_arg = split('\s+', shift @args);
1491 unshift(@args, pop @first_arg);
1492 $type = join " ", @first_arg;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dacdispat.h266 union acpi_parse_object *first_arg);

Completed in 143 milliseconds