Home
last modified time | relevance | path

Searched refs:make_class_name (Results 1 – 14 of 14) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dgoops.c712 make_class_name (const char *prefix, const char *type_name, const char *suffix) in make_class_name() function
727 name = make_class_name ("<", type_name, ">"); in scm_make_extended_class()
772 name = make_class_name ("<", ptob->name, "-port>"); in make_port_classes()
776 name = make_class_name ("<", ptob->name, "-input-port>"); in make_port_classes()
780 name = make_class_name ("<", ptob->name, "-output-port>"); in make_port_classes()
784 name = make_class_name ("<", ptob->name, "-input-output-port>"); in make_port_classes()
/dports/lang/guile/guile-3.0.7/libguile/
H A Dgoops.c657 make_class_name (const char *prefix, const char *type_name, const char *suffix) in make_class_name() function
672 name = make_class_name ("<", type_name, ">"); in scm_make_extended_class()
717 name = make_class_name ("<", ptob->name, "-port>"); in make_port_classes()
721 name = make_class_name ("<", ptob->name, "-input-port>"); in make_port_classes()
725 name = make_class_name ("<", ptob->name, "-output-port>"); in make_port_classes()
729 name = make_class_name ("<", ptob->name, "-input-output-port>"); in make_port_classes()
/dports/devel/xsd/xsd-4.1.0.a11+dep/libxsd-frontend/xsd-frontend/semantic-graph/
H A Dfundamental.m415 define(`make_class_name', `patsubst(capitalize(`$1'), ` ')') macro
H A Dfundamental.hxx.m49 define(`fundamental_type', `fundamental_type_impl(`make_class_name(`$1')', `$1')')
H A Dfundamental.cxx.m410 `fundamental_type_impl(`make_class_name(`$1')', `make_var_name(`$1')')')
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/base/
H A Dbase.h158 extern char *make_class_name(const char *name, struct kobject *kobj);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/base/
H A Dbase.h158 extern char *make_class_name(const char *name, struct kobject *kobj);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/base/
H A Dbase.h158 extern char *make_class_name(const char *name, struct kobject *kobj);
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dclass.pmc143 static STRING * make_class_name(PARROT_INTERP, ARGIN(PMC *SELF))
527 =item C<static STRING * make_class_name(PARROT_INTERP, PMC *SELF)>
540 make_class_name(PARROT_INTERP, ARGIN(PMC *SELF))
542 ASSERT_ARGS(make_class_name)
759 return make_class_name(INTERP, SELF);
954 STRING * const me_str = make_class_name(INTERP, SELF);
962 STRING * me_str = make_class_name(INTERP, SELF);
1456 STRING *classname = make_class_name(INTERP, classobj);
/dports/audio/faust/faust-2.37.3/tools/faust2sc-1.0.0/
H A Dfaust2sc311 def make_class_name(unit_name, prefix)
/dports/devel/swig/swig-4.0.2/Source/CParse/
H A Dparser.y814 static String *make_class_name(String *name) { in make_class_name() function
1845 clsname = make_class_name($4);
1887 clsname = make_class_name($4);
H A Dparser.c855 static String *make_class_name(String *name) { in make_class_name() function
5132 clsname = make_class_name((yyvsp[-1].str)); in yyparse()
5180 clsname = make_class_name((yyvsp[-4].str)); in yyparse()
/dports/devel/pythontidy/
H A DPythonTidy-1.23.python1467 def make_class_name(self, name):
2658 NAME_SPACE.make_class_name(self.name)
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog10963 (make_class_name): New helper, replaces unsafe use of sprintf.