/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/ |
H A D | Makefile.am | 31 include_HEADERS = autosprintf.h 33 all-local $(libasprintf_la_OBJECTS): autosprintf.h 34 autosprintf.h: autosprintf.h.in 35 cp $(srcdir)/autosprintf.h.in autosprintf.h 36 MOSTLYCLEANFILES += autosprintf.h 37 EXTRA_DIST += autosprintf.h.in 40 rm -f $(distdir)/autosprintf.h 49 autosprintf.h autosprintf.cc 93 info_TEXINFOS = autosprintf.texi 105 CLEANFILES = autosprintf.pdf [all …]
|
H A D | autosprintf.info | 1 This is autosprintf.info, produced by makeinfo version 4.8 from 2 autosprintf.texi. 6 * autosprintf: (autosprintf). Support for printf format strings in C++. 9 This file provides documentation for GNU `autosprintf' library. 32 File: autosprintf.info, Node: Top, Next: Introduction, Prev: (dir), Up: (dir) 34 GNU autosprintf 37 This manual documents the GNU autosprintf class, version 1.0. 42 * Class autosprintf:: The `autosprintf' class 43 * Using autosprintf:: Using `autosprintf' in own programs 46 File: autosprintf.info, Node: Introduction, Next: Class autosprintf, Prev: Top, Up: Top [all …]
|
H A D | autosprintf.cc | 39 autosprintf::autosprintf (const char *format, ...) in autosprintf() function in gnu::autosprintf 49 autosprintf::autosprintf (const autosprintf& src) in autosprintf() function in gnu::autosprintf 55 autosprintf::~autosprintf () in ~autosprintf() 61 autosprintf::operator char * () const in operator char*() 73 autosprintf::operator std::string () const in operator std::string()
|
H A D | autosprintf.texi | 3 @setfilename autosprintf.info 4 @settitle GNU @code{autosprintf} 20 * autosprintf: (autosprintf). Support for printf format strings in C++. 24 This file provides documentation for GNU @code{autosprintf} library. 50 @title GNU autosprintf, version @value{VERSION} 80 @top GNU autosprintf 82 This manual documents the GNU autosprintf class, version @value{VERSION}. 86 * Class autosprintf:: The @code{autosprintf} class 87 * Using autosprintf:: Using @code{autosprintf} in own programs 92 @node Introduction, Class autosprintf, Top, Top [all …]
|
H A D | Makefile.in | 84 am_libasprintf_la_OBJECTS = lib-asprintf.lo autosprintf.lo 112 INFO_DEPS = $(srcdir)/autosprintf.info 115 DVIS = autosprintf.dvi 116 PDFS = autosprintf.pdf 117 PSS = autosprintf.ps 118 TEXINFOS = autosprintf.texi 264 EXTRA_DIST = autosprintf.h.in $(lib_asprintf_EXTRASOURCES) alloca_.h \ 268 MOSTLYCLEANFILES = autosprintf.h alloca.h 272 include_HEADERS = autosprintf.h 278 autosprintf.h autosprintf.cc [all …]
|
H A D | README | 10 char *pathname = autosprintf ("%s/%s", directory, filename); 11 cerr << autosprintf ("syntax error in %s:%d: %s", filename, line, errstring); 17 The benefits of autosprintf over the usual "piecewise meal" idiom 30 functions (and thus also autosprintf) support this through the %m$ and 38 The benefits of autosprintf over C sprintf are: 56 - An include file "autosprintf.h" which defines the class 'autosprintf', 64 To use the class autosprintf, use 66 #include "autosprintf.h" 67 using gnu::autosprintf; 77 An instance of class 'autosprintf' contains the formatted output result; [all …]
|
H A D | autosprintf.h.in | 1 /* Class autosprintf - formatted output to an ostream. 42 class autosprintf 46 autosprintf (const char *format, ...) 49 autosprintf (const autosprintf& src); 51 ~autosprintf (); 56 friend inline std::ostream& operator<< (std::ostream& stream, const autosprintf& tmp) 58 stream << (tmp.str ? tmp.str : "(error in autosprintf)");
|
H A D | ChangeLog | 50 * autosprintf.texi: Reduce spacing after "i.e." and "e.g.". 56 * Makefile.am (config.h.msvc, autosprintf.h.msvc-shared): Remove rules. 58 autosprintf.h.msvc-shared, windows/*. 99 * autosprintf.texi: Change license terms to FDL | GPL. 205 * Makefile.am (autosprintf_all.html): Renamed from autosprintf.html. 206 Works around a problem with automake-1.8: It removes autosprintf.html 348 * autosprintf.texi: Tweak @dircategory and @direntry. 357 * Makefile.am (config.h_vms, config.h.msvc, autosprintf.h.msvc-shared): 400 * autosprintf.h.in: Renamed from autosprintf.h. 406 autosprintf.h.in. [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++/ |
H A D | hello.cc | 31 using gnu::autosprintf; 41 cout << autosprintf (_("This program is running as process number %d."), in main()
|
/netbsd-src/external/gpl2/gettext/dist/ |
H A D | PACKAGING | 78 $prefix/include/autosprintf.h 79 $prefix/share/doc/libasprintf/autosprintf.html 80 $prefix/info/autosprintf.info
|
H A D | ChangeLog.0 | 73 * PACKAGING: Add libasprintf.*, autosprintf.h, and its documentation 74 autosprintf.html, autosprintf.info.
|
H A D | NEWS | 340 A new C++ class, called gnu::autosprintf, makes it possible to use
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
H A D | lang-c++ | 38 using gnu::autosprintf;
|
H A D | ChangeLog | 1283 autosprintf.h.
|
H A D | ChangeLog.0 | 72 * lang-c++: Include "autosprintf.h". Do output to cout, not stdout.
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/ |
H A D | NEWS | 53 * A new C++ class, called gnu::autosprintf, makes it possible to use C format
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++/po/ |
H A D | Makevars | 14 --flag=autosprintf:1:c-format
|
/netbsd-src/external/gpl2/texinfo/dist/util/ |
H A D | dir-example | 212 * autosprintf: (autosprintf). Support for printf format strings in C++.
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
H A D | ChangeLog.0 | 35 * gettext.texi (C): Refer to node Top of autosprintf.info. Needed to 46 * gettext.texi (C): Add reference to autosprintf for C++.
|
H A D | gettext.texi | 8315 @*In C++: @code{autosprintf "%2$d %1$d"} 8316 (@pxref{Top, , Introduction, autosprintf, GNU autosprintf})
|
H A D | gettext.info | 10078 In C++: `autosprintf "%2$d %1$d"' (*note Introduction: 10079 (autosprintf)Top.)
|