Searched refs:vform (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | p811.C | 213 int vform(char const *fmt0, char* ap); 309 ostream& vform(const char *format, char* args); 464 ostream& vform(const char *format, char* args) in vform() function 465 { return ((ostream*)this)->vform(format, args); } in vform()
|
H A D | p784.C | 544 int vform(char const *fmt0, char* ap); 634 ostream& vform(const char *format, char* args); 772 ostream& vform(const char *format, char* args) in vform() function 773 { return ((ostream*)this)->vform(format, args); } in vform()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5006000 | 157 vform # U
|
/openbsd/gnu/usr.bin/perl/ |
H A D | util.c | 1408 retval = vform(pat, &args); in Perl_form_nocontext() 1456 retval = vform(pat, &args); in Perl_form()
|
H A D | embed.h | 800 # define vform(a,b) Perl_vform(aTHX_ a,b) macro
|
H A D | embed.fnc | 3733 Adp |char * |vform |NN const char *pat \
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5006000 | 721 vform # E
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5400delta.pod | 726 C<form_nocontext>, and C<vform>, which claimed that any later call to one
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 933 Adp |char* |vform |NN const char* pat|NULLOK va_list* args
|