Searched defs:format (Results 1 - 5 of 5) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dstdio-write.c67 printf (const char *format, ...) argument
72 va_start (args, format);
73 retval = vfprintf (stdout, format, args);
82 fprintf (FILE *stream, const char *format, ...) argument
87 va_start (args, format);
88 retval = vfprintf (stream, format, args);
97 vprintf (const char *format, va_list args) argument
99 return vfprintf (stdout, format, args);
105 vfprintf (FILE *stream, const char *format, va_list args) argument
108 CALL_WITH_SIGPIPE_EMULATION (int, vfprintf (stream, format, arg
[all...]
/ndk/tests/device/test-gnustl-full/unit/
H A Dtime_facets_test.cpp35 string format = "%B %d %Y"; local
37 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size());
44 * user variations on standard format.
72 format = "%x %X";
74 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size());
117 wstring format local
[all...]
/ndk/tests/device/test-stlport/unit/
H A Dtime_facets_test.cpp35 string format = "%B %d %Y"; local
37 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size());
44 * user variations on standard format.
72 format = "%x %X";
74 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size());
117 wstring format local
[all...]
/ndk/sources/cxx-stl/stlport/src/
H A Dtime_facets.cpp149 const string& format, const _TimeInfo& table, const tm* t) { variable
150 const char * cp = format.data();
151 const char * cp_end = cp + format.size();
215 char format, char modifier, variable
220 switch (format) {
409 switch (format) {
455 char format, char modifier,
457 { __write_formatted_timeT(buf, ct, format, modifier, table, t); }
460 char format, char modifier,
462 { __write_formatted_timeT(buf, ct, format, modifie
454 __write_formatted_time(__iostring &buf, const ctype<char>& ct, char format, char modifier, const _Time_Info& table, const tm* t) argument
459 __write_formatted_time(__iowstring &buf, const ctype<wchar_t>& ct, char format, char modifier, const _WTime_Info& table, const tm* t) argument
[all...]
/ndk/sources/host-tools/nawk-20071023/
H A Drun.c807 int format(char **pbuf, int *pbufsize, const char *s, Node *a) /* printf-like conversions */ function
814 int fmtwd; /* format width */
822 FATAL("out of memory in format()");
841 FATAL("format item %.30s... ran format() out of memory", os);
850 adjbuf(&buf, &bufsize, fmtwd+1+p-buf, recsize, &p, "format");
912 FATAL("huge string/format (%d chars) in printf %.30s... ran format() out of memory", n, t);
927 FATAL("can't happen: bad conversion %c in format()", flag);
953 if (format(
[all...]

Completed in 45 milliseconds