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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhtml_ostream.vt.h7 void (*begin_span) (THIS_ARG, const char *classname);
8 void (*end_span) (THIS_ARG, const char *classname);
H A Dstyled_ostream.vt.h7 void (*begin_use_class) (THIS_ARG, const char *classname);
8 void (*end_use_class) (THIS_ARG, const char *classname);
H A Dstyled-ostream.oo.h36 void begin_use_class (styled_ostream_t stream, const char *classname); member in struct:styled_ostream
40 void end_use_class (styled_ostream_t stream, const char *classname);
H A Dmoo.h224 const char *classname; member in struct:__anon2342
230 #define IS_INSTANCE(obj,rootclassname,classname) \
232 >= classname##_SUPERCLASSES_LENGTH \
235 - classname##_SUPERCLASSES_LENGTH] \
236 == & classname##_typeinfo)
243 #define IS_INSTANCE(obj,rootclassname,classname) \
245 [classname##_SUPERCLASSES_LENGTH - 1] \
246 == & classname##_typeinfo)
247 but the classname##_superclasses_length would no longer be available as a
H A Dhtml-ostream.oo.h31 void begin_span (html_ostream_t stream, const char *classname); member in struct:html_ostream
35 void end_span (html_ostream_t stream, const char *classname);
H A Dstyled-ostream.c62 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,classname);
123 styled_ostream_begin_use_class (styled_ostream_t first_arg, const char *classname) argument
127 vtable->begin_use_class (first_arg,classname);
131 styled_ostream_end_use_class (styled_ostream_t first_arg, const char *classname) argument
135 vtable->end_use_class (first_arg,classname);
H A Dhtml-ostream.c61 char *classname = (char *) gl_list_get_at (stream->class_stack, i); local
64 ostream_write_str (stream->destination, classname);
75 char *classname; local
78 classname = (char *) gl_list_get_at (stream->class_stack, i);
83 free (classname);
230 html_ostream__begin_span (html_ostream_t stream, const char *classname) argument
235 classname) != 0)
246 xstrdup (classname));
251 html_ostream__end_span (html_ostream_t stream, const char *classname) argument
256 classname)
323 html_ostream_begin_span(html_ostream_t first_arg, const char *classname) argument
331 html_ostream_end_span(html_ostream_t first_arg, const char *classname) argument
[all...]
H A Dhtml-ostream.h57 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);
112 html_ostream_begin_span (html_ostream_t first_arg, const char *classname) argument
116 vtable->begin_span (first_arg,classname);
121 html_ostream_end_span (html_ostream_t first_arg, const char *classname) argument
125 vtable->end_span (first_arg,classname);
H A Dhtml-styled-ostream.h60 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);
115 html_styled_ostream_begin_use_class (html_styled_ostream_t first_arg, const char *classname) argument
119 vtable->begin_use_class (first_arg,classname);
124 html_styled_ostream_end_use_class (html_styled_ostream_t first_arg, const char *classname) argument
128 vtable->end_use_class (first_arg,classname);
H A Dstyled-ostream.h62 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);
117 styled_ostream_begin_use_class (styled_ostream_t first_arg, const char *classname) argument
121 vtable->begin_use_class (first_arg,classname);
126 styled_ostream_end_use_class (styled_ostream_t first_arg, const char *classname) argument
130 vtable->end_use_class (first_arg,classname);
H A Dterm-styled-ostream.h60 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);
115 term_styled_ostream_begin_use_class (term_styled_ostream_t first_arg, const char *classname) argument
119 vtable->begin_use_class (first_arg,classname);
124 term_styled_ostream_end_use_class (term_styled_ostream_t first_arg, const char *classname) argument
128 vtable->end_use_class (first_arg,classname);
H A Dhtml-styled-ostream.c88 const char *classname)
90 html_ostream_begin_span (stream->html_destination, classname);
95 const char *classname)
97 html_ostream_end_span (stream->html_destination, classname);
212 html_styled_ostream_begin_use_class (html_styled_ostream_t first_arg, const char *classname) argument
216 vtable->begin_use_class (first_arg,classname);
220 html_styled_ostream_end_use_class (html_styled_ostream_t first_arg, const char *classname) argument
224 vtable->end_use_class (first_arg,classname);
87 html_styled_ostream__begin_use_class(html_styled_ostream_t stream, const char *classname) argument
94 html_styled_ostream__end_use_class(html_styled_ostream_t stream, const char *classname) argument
H A Dhtml-styled-ostream.oo.c79 const char *classname)
81 html_ostream_begin_span (stream->html_destination, classname);
86 const char *classname)
88 html_ostream_end_span (stream->html_destination, classname);
78 begin_use_class(html_styled_ostream_t stream, const char *classname) argument
85 end_use_class(html_styled_ostream_t stream, const char *classname) argument
H A Dhtml-ostream.oo.c60 char *classname = (char *) gl_list_get_at (stream->class_stack, i); local
63 ostream_write_str (stream->destination, classname);
74 char *classname; local
77 classname = (char *) gl_list_get_at (stream->class_stack, i);
82 free (classname);
229 html_ostream::begin_span (html_ostream_t stream, const char *classname) argument
234 classname) != 0)
245 xstrdup (classname));
250 html_ostream::end_span (html_ostream_t stream, const char *classname) argument
255 classname)
[all...]
H A Dterm-styled-ostream.c526 const char *classname)
532 if (classname[0] == '\0' || strchr (classname, ' ') != NULL)
533 /* Invalid classname argument. */
536 /* Push the classname onto the classname list. */
537 classname_len = strlen (classname);
550 memcpy (p, classname, classname_len);
564 const char *classname)
575 /* Remove the trailing classname
525 term_styled_ostream__begin_use_class(term_styled_ostream_t stream, const char *classname) argument
563 term_styled_ostream__end_use_class(term_styled_ostream_t stream, const char *classname) argument
673 term_styled_ostream_begin_use_class(term_styled_ostream_t first_arg, const char *classname) argument
681 term_styled_ostream_end_use_class(term_styled_ostream_t first_arg, const char *classname) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dstyled-ostream.oo.h36 void begin_use_class (styled_ostream_t stream, const char *classname); member in struct:styled_ostream
40 void end_use_class (styled_ostream_t stream, const char *classname);
H A Dmoo.h224 const char *classname; member in struct:__anon2550
230 #define IS_INSTANCE(obj,rootclassname,classname) \
232 >= classname##_SUPERCLASSES_LENGTH \
235 - classname##_SUPERCLASSES_LENGTH] \
236 == & classname##_typeinfo)
243 #define IS_INSTANCE(obj,rootclassname,classname) \
245 [classname##_SUPERCLASSES_LENGTH - 1] \
246 == & classname##_typeinfo)
247 but the classname##_superclasses_length would no longer be available as a
H A Dhtml-ostream.oo.h31 void begin_span (html_ostream_t stream, const char *classname); member in struct:html_ostream
35 void end_span (html_ostream_t stream, const char *classname);
H A Dhtml-styled-ostream.oo.c79 const char *classname)
81 html_ostream_begin_span (stream->html_destination, classname);
86 const char *classname)
88 html_ostream_end_span (stream->html_destination, classname);
78 begin_use_class(html_styled_ostream_t stream, const char *classname) argument
85 end_use_class(html_styled_ostream_t stream, const char *classname) argument
H A Dhtml-ostream.oo.c60 char *classname = (char *) gl_list_get_at (stream->class_stack, i); local
63 ostream_write_str (stream->destination, classname);
74 char *classname; local
77 classname = (char *) gl_list_get_at (stream->class_stack, i);
82 free (classname);
229 html_ostream::begin_span (html_ostream_t stream, const char *classname) argument
234 classname) != 0)
245 xstrdup (classname));
250 html_ostream::end_span (html_ostream_t stream, const char *classname) argument
255 classname)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dmoo.h224 const char *classname; member in struct:__anon2405
230 #define IS_INSTANCE(obj,rootclassname,classname) \
232 >= classname##_SUPERCLASSES_LENGTH \
235 - classname##_SUPERCLASSES_LENGTH] \
236 == & classname##_typeinfo)
243 #define IS_INSTANCE(obj,rootclassname,classname) \
245 [classname##_SUPERCLASSES_LENGTH - 1] \
246 == & classname##_typeinfo)
247 but the classname##_superclasses_length would no longer be available as a
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dmoopp211 # - classname name of the class being defined (without 'struct')
234 classname=`echo "$class_line" | sed -n -e "$sed_extract_classname"`
235 test -n "$classname" || {
263 # - classname name of the class being defined (without 'struct')
286 classname=`echo "$class_line" | sed -n -e "$sed_extract_classname"`
287 test -n "$classname" || {
310 sed_remove_valid_arg1_lines='/([ ]*'"$classname"'_t[ ]*[A-Za-z_0-9]*[ ]*[,)]/d'
315 func_fatal_error "$file: some methods don't have a first argument of type ${classname}_t: $methods_with_bad_arg1"
320 impl_classname="$classname"
324 main_classname="$classname"
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/build-aux/
H A Dmoopp211 # - classname name of the class being defined (without 'struct')
234 classname=`echo "$class_line" | sed -n -e "$sed_extract_classname"`
235 test -n "$classname" || {
263 # - classname name of the class being defined (without 'struct')
286 classname=`echo "$class_line" | sed -n -e "$sed_extract_classname"`
287 test -n "$classname" || {
310 sed_remove_valid_arg1_lines='/([ ]*'"$classname"'_t[ ]*[A-Za-z_0-9]*[ ]*[,)]/d'
315 func_fatal_error "$file: some methods don't have a first argument of type ${classname}_t: $methods_with_bad_arg1"
320 impl_classname="$classname"
324 main_classname="$classname"
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Ddebug.c257 static int debug_lookup_classname_int(const char* classname) argument
261 if (!classname) return -1;
264 if (strcmp(classname, classname_table[i])==0)
274 int debug_add_class(const char *classname) argument
279 if (!classname)
285 ndx = debug_lookup_classname_int(classname);
323 classname_table[ndx] = SMB_STRDUP(classname);
336 int debug_lookup_classname(const char *classname) argument
340 if (!classname || !*classname)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dgenerator.py1033 for classname in classes_list:
1034 if classname == "None":
1037 if classes_ancestor.has_key(classname):
1038 txt.write("\n\nClass %s(%s)\n" % (classname,
1039 classes_ancestor[classname]))
1040 classes.write("class %s(%s):\n" % (classname,
1041 classes_ancestor[classname]))
1043 if classes_ancestor[classname] == "xmlCore" or \
1044 classes_ancestor[classname] == "xmlNode":
1049 classname)
[all...]

Completed in 153 milliseconds

12