HomeSort by relevance Sort by last modified time
    Searched refs:fmt (Results 276 - 300 of 666) sorted by null

<<11121314151617181920>>

  /external/clearsilver/cgi/
cgiwrap.c 171 NEOERR *cgiwrap_writef (const char *fmt, ...)
175 va_start (ap, fmt);
176 cgiwrap_writevf (fmt, ap);
181 NEOERR *cgiwrap_writevf (const char *fmt, va_list ap)
187 r = GlobalWrapper.writef_cb (GlobalWrapper.data, fmt, ap);
193 vprintf (fmt, ap);
194 /* vfprintf(stderr, fmt, ap); */
  /external/grub/stage2/
tparm.c 156 save_text(const char *fmt, const char *s, int len)
164 (void) grub_sprintf(out_buff + out_used, fmt, s);
169 save_number(const char *fmt, int number, int len)
176 (void) grub_sprintf(out_buff + out_used, fmt, number);
241 char *fmt = format; local
303 format = fmt;
  /external/icu4c/tools/ctestfw/
tstdtmod.cpp 22 UBool IcuTestErrorCode::logIfFailureAndReset(const char *fmt, ...) {
26 va_start(ap, fmt);
27 vsprintf(buffer, fmt, ap);
41 UBool IcuTestErrorCode::logDataIfFailureAndReset(const char *fmt, ...) {
45 va_start(ap, fmt);
46 vsprintf(buffer, fmt, ap);
  /external/ppp/pppd/plugins/pppoatm/
ans.c 144 int *fmt; local
154 fmt = fmt_dcc;
158 fmt = fmt_e164;
164 for (i = 0; fmt[i]; i++) {
165 pos -= fmt[i];
166 for (j = 0; j < fmt[i]; j++)
  /external/quake/quake/src/QW/client/
sys_android.c 61 void Sys_Printf (char *fmt, ...)
66 va_start (argptr,fmt);
67 vsprintf (text,fmt,argptr);
74 void Sys_Printf (char *fmt, ...)
84 va_start (argptr,fmt);
85 vsprintf (text,fmt,argptr);
107 void Sys_Printf (char *fmt, ...)
113 va_start (argptr,fmt);
114 vsprintf (text,fmt,argptr);
250 void Sys_DebugLog(char *file, char *fmt, ...
    [all...]
sys_linux.c 58 void Sys_Printf (char *fmt, ...)
63 va_start (argptr,fmt);
64 vsprintf (text,fmt,argptr);
71 void Sys_Printf (char *fmt, ...)
81 va_start (argptr,fmt);
82 vsprintf (text,fmt,argptr);
104 void Sys_Printf (char *fmt, ...)
110 va_start (argptr,fmt);
111 vsprintf (text,fmt,argptr);
245 void Sys_DebugLog(char *file, char *fmt, ...)
    [all...]
  /external/quake/quake/src/WinQuake/
sys_linux.cpp 40 void Sys_Printf (char *fmt, ...)
45 va_start (argptr,fmt);
46 vsprintf (text,fmt,argptr);
53 void Sys_Printf (char *fmt, ...)
63 va_start (argptr,fmt);
64 vsprintf (text,fmt,argptr);
86 void Sys_Printf (char *fmt, ...)
92 va_start (argptr,fmt);
93 vsprintf (text,fmt,argptr);
243 void Sys_DebugLog(char *file, char *fmt, ...
    [all...]
  /system/core/fastboot/
engine.c 44 char *mkmsg(const char *fmt, ...)
50 va_start(ap, fmt);
51 vsprintf(buf, fmt, ap);
96 static Action *queue_action(unsigned op, const char *fmt, ...)
104 va_start(ap, fmt);
105 vsprintf(a->cmd, fmt, ap);
  /external/chromium/third_party/icu/source/test/intltest/
dtfmttst.cpp 226 SimpleDateFormat *fmt = new SimpleDateFormat((UnicodeString)"dd-MMM-yy h:mm:ss 'o''clock' a z", Locale::getEnglish(), status); local
227 //DateFormat* fmt = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL, Locale::ENGLISH);
244 UDate d = fmt->parse(*s, status);
257 delete fmt;
547 SimpleDateFormat* fmt; local
549 fmt = new SimpleDateFormat((UnicodeString)"yyyy/MM/dd", status);
552 testIt917(fmt, myDate, date(97, 2 - 1, 3));
553 delete fmt;
554 fmt = new SimpleDateFormat((UnicodeString)"yyyyMMdd", status);
556 testIt917(fmt, myDate, date(97, 3 - 1, 4))
596 DateFormat* fmt = DateFormat::createDateInstance(DateFormat::FULL, Locale("cs", "", "")); local
1028 DateFormat *fmt = new SimpleDateFormat(DATA[i+2], Locale::getEnglish(), status); local
3256 DateFormat *fmt = DateFormat::createTimeInstance(DateFormat::kFull, Locale("zh")); local
    [all...]
intltest.cpp 134 SimpleDateFormat fmt(status);
137 fmt.format(f.getDate(), s, pos);
808 void IntlTest::log(const char *fmt, ...)
813 va_start(ap, fmt);
815 vsprintf(buffer, fmt, ap);
822 void IntlTest::logln(const char *fmt, ...)
827 va_start(ap, fmt);
829 vsprintf(buffer, fmt, ap);
837 void IntlTest::info(const char *fmt, ...)
842 va_start(ap, fmt);
    [all...]
pptest.cpp 189 DecimalFormat *fmt = (DecimalFormat*) nf; local
190 fmt->setDecimalSeparatorAlwaysShown(TRUE);
202 //ToCharString(fmt->format(doubleNum[i], buf, pos), fmtText);
204 res = fmt->format(doubleNum[i], buf, pos);
  /external/quake/quake/src/QW/server/
sv_send.c 106 void Con_Printf (char *fmt, ...)
111 va_start (argptr,fmt);
112 vsprintf (msg,fmt,argptr);
136 void Con_DPrintf (char *fmt, ...)
144 va_start (argptr,fmt);
145 vsprintf (msg,fmt,argptr);
174 void SV_ClientPrintf (client_t *cl, int level, char *fmt, ...)
182 va_start (argptr,fmt);
183 vsprintf (string, fmt,argptr);
196 void SV_BroadcastPrintf (int level, char *fmt, ...
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cnumtst.c 173 log_verbose("\nTesting unum_clone(fmt, status)");
833 UNumberFormat* fmt; local
837 fmt=unum_open(UNUM_IGNORE, temp, -1, NULL, NULL,&status);
842 unum_setAttribute(fmt, UNUM_SIGNIFICANT_DIGITS_USED, TRUE);
843 unum_setAttribute(fmt, UNUM_MAX_SIGNIFICANT_DIGITS, 6);
847 resultlengthneeded=unum_formatDouble(fmt, d, NULL, resultlength, NULL, &status);
853 unum_formatDouble(fmt, d, result, resultlength, NULL, &status);
987 UNumberFormat *fmt; local
    [all...]
cdtrgtst.c 238 void aux917( UDateFormat *fmt, UChar* str)
247 resultlengthneeded=udat_toPattern(fmt, TRUE, NULL, resultlength, &status);
253 udat_toPattern(fmt, TRUE, pat, resultlength, &status);
261 formatted = myFormatit(fmt, d1);
275 UDateFormat *formatter, *fmt; local
292 fmt = udat_open(UDAT_FULL,UDAT_LONG ,NULL, tzID, -1, NULL, 0, &status);
299 myString = myFormatit(fmt, myDate);
311 udat_close(fmt);
376 UDateFormat *fmt; local
385 fmt= udat_open(UDAT_SHORT,UDAT_SHORT ,NULL, NULL, 0, NULL, 0, &status)
472 UDateFormat *fmt; local
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 173 log_verbose("\nTesting unum_clone(fmt, status)");
854 UNumberFormat* fmt; local
858 fmt=unum_open(UNUM_IGNORE, temp, -1, NULL, NULL,&status);
1008 UNumberFormat *fmt; local
    [all...]
cdtrgtst.c 239 void aux917( UDateFormat *fmt, UChar* str)
248 resultlengthneeded=udat_toPattern(fmt, TRUE, NULL, resultlength, &status);
254 udat_toPattern(fmt, TRUE, pat, resultlength, &status);
262 formatted = myFormatit(fmt, d1);
276 UDateFormat *formatter, *fmt; local
293 fmt = udat_open(UDAT_FULL,UDAT_LONG ,NULL, tzID, -1, NULL, 0, &status);
300 myString = myFormatit(fmt, myDate);
312 udat_close(fmt);
377 UDateFormat *fmt; local
386 fmt= udat_open(UDAT_SHORT,UDAT_SHORT ,NULL, NULL, 0, NULL, 0, &status)
473 UDateFormat *fmt; local
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_file.c 49 short fmt; member in struct:wav_fmt
87 static void setup_wav_header(snd_pcm_t *pcm, struct wav_fmt *fmt)
89 fmt->fmt = TO_LE16(0x01);
90 fmt->chan = TO_LE16(pcm->channels);
91 fmt->rate = TO_LE32(pcm->rate);
92 fmt->bwidth = pcm->frame_bits / 8;
93 fmt->bps = fmt->bwidth * pcm->rate;
94 fmt->bits = snd_pcm_format_width(pcm->format)
    [all...]
  /external/clearsilver/util/
neo_err.c 98 const char *fmt, ...)
107 va_start(ap, fmt);
108 vsnprintf (err->desc, sizeof(err->desc), fmt, ap);
120 int error, const char *fmt, ...)
130 va_start(ap, fmt);
131 vsnprintf (err->desc, sizeof(err->desc), fmt, ap);
167 NEOERR *err, const char *fmt, ...)
179 va_start(ap, fmt);
180 vsnprintf (nerr->desc, sizeof(nerr->desc), fmt, ap);
  /external/qemu/distrib/sdl-1.2.12/src/audio/ums/
SDL_umsaudio.c 59 static UMSAudioDevice_ReturnCode UADSetAudioFormatType(_THIS, string fmt);
60 static UMSAudioDevice_ReturnCode UADSetNumberFormat(_THIS, string fmt);
64 static UMSAudioDevice_ReturnCode UADSetTimeFormat(_THIS, UMSAudioTypes_TimeFormat fmt );
383 static UMSAudioDevice_ReturnCode UADSetAudioFormatType(_THIS, string fmt)
388 fmt );
391 static UMSAudioDevice_ReturnCode UADSetNumberFormat(_THIS, string fmt)
396 fmt );
411 static UMSAudioDevice_ReturnCode UADSetTimeFormat(_THIS, UMSAudioTypes_TimeFormat fmt )
419 fmt );
  /external/qemu/
sysemu.h 81 void qemu_error(const char *fmt, ...) __attribute__ ((format(printf, 1, 2)));
83 const char *fmt, ...)
86 #define qemu_error_new(fmt, ...) \
87 qemu_error_internal(__FILE__, __LINE__, __func__, fmt, ## __VA_ARGS__)
209 extern int drive_add(const char *file, const char *fmt, ...);
  /system/core/sh/
show.c 283 trace(const char *fmt, ...)
290 va_start(va, fmt);
291 (void) vfprintf(tracefile, fmt, va);
297 tracev(const char *fmt, va_list va)
302 (void) vfprintf(tracefile, fmt, va);
  /external/icu4c/test/intltest/
intltest.cpp 134 SimpleDateFormat fmt(status);
137 fmt.format(f.getDate(), s, pos);
820 void IntlTest::log(const char *fmt, ...)
825 va_start(ap, fmt);
827 vsprintf(buffer, fmt, ap);
834 void IntlTest::logln(const char *fmt, ...)
839 va_start(ap, fmt);
841 vsprintf(buffer, fmt, ap);
849 void IntlTest::info(const char *fmt, ...)
854 va_start(ap, fmt);
    [all...]
  /external/tcpdump/
tcpdump.c 113 static void ndo_error(netdissect_options *ndo, const char *fmt, ...);
114 static void ndo_warning(netdissect_options *ndo, const char *fmt, ...);
435 const char *fmt, ...)
441 va_start(args, fmt);
442 ret=vfprintf(stdout, fmt, args);
    [all...]
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 50 static void throwException(JNIEnv* env, const char* ex, const char* fmt,
54 if (fmt != NULL) {
56 snprintf(msg, sizeof(msg), fmt, data);
  /external/e2fsprogs/misc/
findsuper.c 100 #define WHY(fmt, arg...) { printf("\r%Ld: " fmt, sk, ##arg) ; continue; }
102 #define WHY(fmt, arg...) { continue; }

Completed in 2697 milliseconds

<<11121314151617181920>>