/dports/lang/guile2/guile-2.2.7/libguile/ |
H A D | goops.c | 712 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 D | goops.c | 657 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 D | fundamental.m4 | 15 define(`make_class_name', `patsubst(capitalize(`$1'), ` ')') macro
|
H A D | fundamental.hxx.m4 | 9 define(`fundamental_type', `fundamental_type_impl(`make_class_name(`$1')', `$1')')
|
H A D | fundamental.cxx.m4 | 10 `fundamental_type_impl(`make_class_name(`$1')', `make_var_name(`$1')')')
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/base/ |
H A D | base.h | 158 extern char *make_class_name(const char *name, struct kobject *kobj);
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/base/ |
H A D | base.h | 158 extern char *make_class_name(const char *name, struct kobject *kobj);
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/base/ |
H A D | base.h | 158 extern char *make_class_name(const char *name, struct kobject *kobj);
|
/dports/lang/parrot/parrot-8.1.0/src/pmc/ |
H A D | class.pmc | 143 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 D | faust2sc | 311 def make_class_name(unit_name, prefix)
|
/dports/devel/swig/swig-4.0.2/Source/CParse/ |
H A D | parser.y | 814 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 D | parser.c | 855 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 D | PythonTidy-1.23.python | 1467 def make_class_name(self, name): 2658 NAME_SPACE.make_class_name(self.name)
|
/dports/lang/guile2/guile-2.2.7/ |
H A D | ChangeLog | 10963 (make_class_name): New helper, replaces unsafe use of sprintf.
|