Home
last modified time | relevance | path

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 Dp811.C213 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 Dp784.C544 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 D5006000157 vform # U
/openbsd/gnu/usr.bin/perl/
H A Dutil.c1408 retval = vform(pat, &args); in Perl_form_nocontext()
1456 retval = vform(pat, &args); in Perl_form()
H A Dembed.h800 # define vform(a,b) Perl_vform(aTHX_ a,b) macro
H A Dembed.fnc3733 Adp |char * |vform |NN const char *pat \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5006000721 vform # E
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5400delta.pod726 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 Dembed.fnc933 Adp |char* |vform |NN const char* pat|NULLOK va_list* args